Last active
March 16, 2025 16:15
-
-
Save yamachu/5dab4393ade50173bebe51c65cd9e8f3 to your computer and use it in GitHub Desktop.
OpenJTalkのラベルをちょっとだけ簡単にまとめた(?)やつ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
探したら正解があった | |
HTS-demo_NIT-ATR503-M001のlab_format.pdfを見ましょう | |
最初の数字2つ | |
0 3100000 => nsで表した全体の中でのその音素の位置 | |
次の5つのまとまり | |
xx^xx-sil+ch=i => 先々行^先行-現在+後続=後々続 の音素列 | |
/A: | |
アクセント句の場所とその相対位置 | |
0+1+4 => アクセントからの経過位置(後にアクセントがある場合は負の値をとる) | |
+ アクセント句内のモーラ位置(1スタート) | |
+ アクセント句のモーラの数からモーラ位置を引いて1を足した数(非負) | |
/B: | |
単語の品詞-単語の活用形_単語の活用型 | |
/C: | |
/D: | |
同上 | |
/E,F,G:(Fのみ例外) | |
13300000 13900000 y^a-n+i=pau /A:0+5+1 /B:15-xx_xx /C:13_xx+xx /D:02+xx_xx /E:4_1!0_xx-1 /F:5_5#0_xx@2_1|5_5 /G:4_4%0_xx_0 /H:xx_xx /I:2-9@1+2&1-6|1+23 /J:4_14 /K:2+6-23 | |
13900000 15650000 a^n-i+pau=n /A:0+5+1 /B:15-xx_xx /C:13_xx+xx /D:02+xx_xx /E:4_1!0_xx-1 /F:5_5#0_xx@2_1|5_5 /G:4_4%0_xx_0 /H:xx_xx /I:2-9@1+2&1-6|1+23 /J:4_14 /K:2+6-23 | |
15650000 20000000 n^i-pau+n=e /A:xx+xx+xx /B:13-xx_xx /C:xx_xx+xx /D:02+xx_xx /E:5_5!0_xx-xx /F:xx_xx#xx_xx@xx_xx|xx_xx /G:4_4%0_xx_xx /H:2_9 /I:xx-xx@xx+xx&xx-xx|xx+xx /J:4_14 /K:2+6-23 | |
20000000 20500000 i^pau-n+e=cl /A:-3+1+4 /B:13-xx_xx /C:02_xx+xx /D:23+xx_xx /E:5_5!0_xx-0 /F:4_4#0_xx@1_4|1_14 /G:3_1%0_xx_1 /H:2_9 /I:4-14@2+1&3-4|10+14 /J:xx_xx /K:2+6-23 | |
20500000 21250000 pau^n-e+cl=k /A:-3+1+4 /B:13-xx_xx /C:02_xx+xx /D:23+xx_xx /E:5_5!0_xx-0 /F:4_4#0_xx@1_4|1_14 /G:3_1%0_xx_1 /H:2_9 /I:4-14@2+1&3-4|10+14 /J:xx_xx /K:2+6-23 | |
E:4_1 => 先行アクセント句が4モーラ1型 | |
F:5_5 => 当該アクセント句が5モーラN型 | |
G:4_4 => 後続アクセント句が4モーラN型 | |
4_1!0_xx-1 => !0_xx => 疑問文などではない(emotionフラグがたつと0の部分に何か知らんのものが入る) | |
-1 => そのアクセント句がpauだった場合0になる,普段は1 (現在のアクセント句が)終端とかになると先行アクセント句であろうがxx | |
/E:5_5!0_xx-0 , /G:4_4%0_xx_0 => -0 でpauが入っていることがわかる | |
ポーズ区とか終端では | |
F:xx_xx#xx_xx@xx_xx|xx_xx | |
それ以外では前のやつに準ずるけど, | |
F:4_1#0_xx@1_6|1_23 | |
4モーラ1型 | |
#0_xx エモーションかそうでないか(基本は0ほかは?とか?) | |
@1_6 => 呼気段落内の何個目のアクセント句か _ 呼気段落内のアクセント句の数ー現在のアクセント句のインデックス(1スタート)+1(1〜呼気段落のアクセント区の数になる) | |
|1_23 => 呼気段落の中でのそのアクセント句の最初のモーラのモーラの位置 _ 呼気段落にあるモーラ数 - 呼気段落の中でのそのアクセント句の最初のモーラのモーラの位置 + 1 ({first}_{second} => first + second == total_mora + 1) | |
/H: | |
(最初のsilを除く)pauとかsilがきた時に出現,次の呼気段落に移るまで同じ値を持ち続ける | |
6_23 => 一つ前の呼気段落で経過したアクセント句の数とモーラ数 | |
/I: | |
I:6-23@1+1&1-6|1+23 | |
現在の呼気段落内のアクセント句の数 '-' 現在の呼気段落内のモーラ数 | |
@文章中の呼気段落のインデックス '+' 文章中の呼気段落の数 - 文章中の呼気段落のインデックス + 1 | |
&文章全体で見た当該呼気段落の最初のアクセント句のインデックス '-' 文章全体のアクセント区の数 - 呼気段落の最初のアクセント句のインデックス + 1 | |
| 文章全体で見た当該呼気段落の最初のモーラのインデックス '+' 文章全体のモーラ数 - 呼気段落の最初のモーラのインデックス + 1 | |
/J: | |
0 3100000 xx^xx-sil+ch=i /A:xx+xx+xx /B:xx-xx_xx /C:xx_xx+xx /D:07+xx_xx /E:xx_xx!xx_xx-xx /F:xx_xx#xx_xx@xx_xx|xx_xx /G:4_1%0_xx_xx /H:xx_xx /I:xx-xx@xx+xx&xx-xx|xx+xx /J:2_9 /K:2+6-23 | |
3100000 4350000 xx^sil-ch+i=i /A:0+1+4 /B:xx-xx_xx /C:07_xx+xx /D:02+xx_xx /E:xx_xx!xx_xx-xx /F:4_1#0_xx@1_2|1_9 /G:5_5%0_xx_1 /H:xx_xx /I:2-9@1+2&1-6|1+23 /J:4_14 /K:2+6-23 | |
今回の,か.までの一つの息を吸う区切りまでのアクセント句の数とモーラ数 | |
ポーズとかのときのみ出現? | |
/J:2_9 => pauやsilの時のみ見ると,当該呼気段落で出現するアクセント句とモーラ数 | |
/J:4_14 | |
他の一般的な音素列の時はその次の呼気段落で出現するものというふうにとれる | |
/K: | |
入力文全体で見た1つの呼吸をする区切りの数とアクセント句とモーラの数 | |
1+6-23 => 1呼気段落6アクセント句23モーラ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Text analysis result] | |
小さな,連体詞,*,*,*,*,*,小さな,チイサナ,チーサナ,1/4,*,-1 | |
鰻,名詞,一般,*,*,*,*,鰻,ウナギ,ウナギ,0/3,C2,0 | |
屋,名詞,接尾,一般,*,*,*,屋,ヤ,ヤ,1/1,C4,1 | |
に,助詞,格助詞,一般,*,*,*,に,ニ,ニ,0/1,動詞%F5/形容詞%F1/名詞%F1,1 | |
,,記号,*,*,*,*,*,,,、,、,0/0,*,0 | |
熱気,名詞,一般,*,*,*,*,熱気,ネッキ,ネッキ,0/3,C2,0 | |
の,助詞,連体化,*,*,*,*,の,ノ,ノ,0/1,動詞%F2@0/形容詞%F1,1 | |
よう,名詞,非自立,助動詞語幹,*,*,*,よう,ヨウ,ヨー,1/2,動詞%F2@1/形容詞%F2@1,0 | |
な,助動詞,*,*,*,特殊・ダ,体言接続,だ,ナ,ナ,1/1,動詞%F3@0,1 | |
もの,名詞,非自立,一般,*,*,*,もの,モノ,モノ,2/2,C4,0 | |
が,助詞,格助詞,一般,*,*,*,が,ガ,ガ,0/1,名詞%F1,1 | |
みなぎる,動詞,自立,*,*,五段・ラ行,基本形,みなぎる,ミナギル,ミナギル,3/4,*,0 | |
[Output label] | |
0 3100000 xx^xx-sil+ch=i/A:xx+xx+xx/B:xx-xx_xx/C:xx_xx+xx/D:07+xx_xx/E:xx_xx!xx_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:4_1%0_xx_xx/H:xx_xx/I:xx-xx@xx+xx&xx-xx|xx+xx/J:2_9/K:2+6-23 | |
3100000 4350000 xx^sil-ch+i=i/A:0+1+4/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
4350000 5050000 sil^ch-i+i=s/A:0+1+4/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
5050000 5700000 ch^i-i+s=a/A:1+2+3/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
5700000 6550000 i^i-s+a=n/A:2+3+2/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
6550000 7250000 i^s-a+n=a/A:2+3+2/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
7250000 7800000 s^a-n+a=u/A:3+4+1/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
7800000 8850000 a^n-a+u=n/A:3+4+1/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
8850000 9400000 n^a-u+n=a/A:-4+1+5/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
9400000 9950000 a^u-n+a=g/A:-3+2+4/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
9950000 10700000 u^n-a+g=i/A:-3+2+4/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
10700000 11250000 n^a-g+i=y/A:-2+3+3/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
11250000 12000000 a^g-i+y=a/A:-2+3+3/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
12000000 12550000 g^i-y+a=n/A:-1+4+2/B:02-xx_xx/C:15_xx+xx/D:13+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
12550000 13300000 i^y-a+n=i/A:-1+4+2/B:02-xx_xx/C:15_xx+xx/D:13+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
13300000 13900000 y^a-n+i=pau/A:0+5+1/B:15-xx_xx/C:13_xx+xx/D:02+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
13900000 15650000 a^n-i+pau=n/A:0+5+1/B:15-xx_xx/C:13_xx+xx/D:02+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
15650000 20000000 n^i-pau+n=e/A:xx+xx+xx/B:13-xx_xx/C:xx_xx+xx/D:02+xx_xx/E:5_5!0_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:4_4%0_xx_xx/H:2_9/I:xx-xx@xx+xx&xx-xx|xx+xx/J:4_14/K:2+6-23 | |
20000000 20500000 i^pau-n+e=cl/A:-3+1+4/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
20500000 21250000 pau^n-e+cl=k/A:-3+1+4/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
21250000 22150000 n^e-cl+k=i/A:-2+2+3/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
22150000 22900000 e^cl-k+i=n/A:-1+3+2/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
22900000 23350000 cl^k-i+n=o/A:-1+3+2/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
23350000 23950000 k^i-n+o=y/A:0+4+1/B:02-xx_xx/C:23_xx+xx/D:22+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
23950000 24600000 i^n-o+y=o/A:0+4+1/B:02-xx_xx/C:23_xx+xx/D:22+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
24600000 25300000 n^o-y+o=o/A:0+1+3/B:23-xx_xx/C:22_xx+xx/D:10+7_3/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
25300000 25950000 o^y-o+o=n/A:0+1+3/B:23-xx_xx/C:22_xx+xx/D:10+7_3/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
25950000 26800000 y^o-o+n=a/A:1+2+2/B:23-xx_xx/C:22_xx+xx/D:10+7_3/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
26800000 27350000 o^o-n+a=m/A:2+3+1/B:22-xx_xx/C:10_7+3/D:22+xx_xx/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
27350000 27950000 o^n-a+m=o/A:2+3+1/B:22-xx_xx/C:10_7+3/D:22+xx_xx/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
27950000 28650000 n^a-m+o=n/A:-1+1+3/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
28650000 29350000 a^m-o+n=o/A:-1+1+3/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
29350000 29900000 m^o-n+o=g/A:0+2+2/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
29900000 30600000 o^n-o+g=a/A:0+2+2/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
30600000 31100000 n^o-g+a=m/A:1+3+1/B:22-xx_xx/C:13_xx+xx/D:20+1_2/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
31100000 31700000 o^g-a+m=i/A:1+3+1/B:22-xx_xx/C:13_xx+xx/D:20+1_2/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
31700000 32350000 g^a-m+i=n/A:-2+1+4/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
32350000 32950000 a^m-i+n=a/A:-2+1+4/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
32950000 33550000 m^i-n+a=g/A:-1+2+3/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
33550000 34300000 i^n-a+g=i/A:-1+2+3/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
34300000 34850000 n^a-g+i=r/A:0+3+2/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
34850000 35550000 a^g-i+r=u/A:0+3+2/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
35550000 36050000 g^i-r+u=sil/A:1+4+1/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
36050000 37250000 i^r-u+sil=xx/A:1+4+1/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
37250000 42250000 r^u-sil+xx=xx/A:xx+xx+xx/B:20-1_2/C:xx_xx+xx/D:xx+xx_xx/E:4_3!0_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:xx_xx%xx_xx_xx/H:4_14/I:xx-xx@xx+xx&xx-xx|xx+xx/J:xx_xx/K:2+6-23 | |
[Global parameter] | |
Sampring frequency -> 48000(Hz) | |
Frame period -> 240(point) | |
5.00000(msec) | |
All-pass constant -> 0.55000 | |
Gamma -> 0.00000 | |
Postfiltering coefficient -> 0.00000 | |
Audio buffer size -> 0(sample) | |
[Duration parameter] | |
Number of states -> 5 | |
Interpolation size -> 1 | |
Interpolation weight[ 0] -> 100(%) | |
[Stream parameter] | |
Stream[ 0] vector length -> 35 | |
Dynamic window size -> 3 | |
Interpolation size -> 1 | |
Interpolation weight[ 0] -> 100(%) | |
MSD flag -> FALSE | |
GV flag -> TRUE | |
GV weight -> 100(%) | |
GV interpolation size -> 1 | |
GV interpolation weight[ 0] -> 100(%) | |
Stream[ 1] vector length -> 1 | |
Dynamic window size -> 3 | |
Interpolation size -> 1 | |
Interpolation weight[ 0] -> 100(%) | |
MSD flag -> TRUE | |
MSD threshold -> 0.50000 | |
GV flag -> TRUE | |
GV weight -> 100(%) | |
GV interpolation size -> 1 | |
GV interpolation weight[ 0] -> 100(%) | |
Stream[ 2] vector length -> 31 | |
Dynamic window size -> 1 | |
Interpolation size -> 1 | |
Interpolation weight[ 0] -> 100(%) | |
MSD flag -> FALSE | |
GV flag -> FALSE | |
[Generated sequence] | |
Number of HMMs -> 45 | |
Number of stats -> 225 | |
Length of this speech -> 4.225(sec) | |
-> 202800(frames) | |
HMM[ 0] | |
Name -> xx^xx-sil+ch=i/A:xx+xx+xx/B:xx-xx_xx/C:xx_xx+xx/D:07+xx_xx/E:xx_xx!xx_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:4_1%0_xx_xx/H:xx_xx/I:xx-xx@xx+xx&xx-xx|xx+xx/J:2_9/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 162 | |
State[ 2] | |
Length -> 7(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 147 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 93 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 13(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 86 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 338 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 13(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 266 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 22(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 11 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 80 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 7(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 181 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 74 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 1] | |
Name -> xx^sil-ch+i=i/A:0+1+4/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 89 | |
State[ 2] | |
Length -> 9(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 138 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 248 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 136 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 35 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 5(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 22 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 266 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 7(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 32 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 81 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 79 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 268 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 2] | |
Name -> sil^ch-i+i=s/A:0+1+4/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 117 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 13 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 73 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 5(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 117 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 459 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 17 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 23 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 93 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 299 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 163 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 14 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 3] | |
Name -> ch^i-i+s=a/A:1+2+3/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 11 | |
State[ 2] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 69 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 170 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 35 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 515 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 120 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 413 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 46 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 314 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 39 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 57 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 4] | |
Name -> i^i-s+a=n/A:2+3+2/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 67 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 178 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 34 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 29 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 51 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 6(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 60 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 266 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 118 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 81 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 36 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 355 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 5] | |
Name -> i^s-a+n=a/A:2+3+2/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 229 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 149 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 346 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 161 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 487 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 77 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 253 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 96 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 367 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 193 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 223 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 6] | |
Name -> s^a-n+a=u/A:3+4+1/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 140 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 120 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 304 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 151 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 352 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 132 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 75 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 326 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 106 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 111 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 7] | |
Name -> a^n-a+u=n/A:3+4+1/B:xx-xx_xx/C:07_xx+xx/D:02+xx_xx/E:xx_xx!xx_xx-xx/F:4_1#0_xx@1_2|1_9/G:5_5%0_xx_1/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 235 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 103 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 304 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 6(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 123 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 374 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 109 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 431 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 6(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 144 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 19 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 5 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 285 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 8] | |
Name -> n^a-u+n=a/A:-4+1+5/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 221 | |
State[ 2] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 113 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 332 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 65 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 215 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 138 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 146 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 35 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 369 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 48 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 72 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[ 9] | |
Name -> a^u-n+a=g/A:-3+2+4/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 140 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 144 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 330 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 151 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 83 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 132 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 382 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 220 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 106 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 18 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[10] | |
Name -> u^n-a+g=i/A:-3+2+4/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 105 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 103 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 53 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 123 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 178 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 11 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 146 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 34 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 209 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 73 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 286 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[11] | |
Name -> n^a-g+i=y/A:-2+3+3/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 13 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 53 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 330 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 169 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 493 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 25 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 369 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 15 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 344 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 163 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 167 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[12] | |
Name -> a^g-i+y=a/A:-2+3+3/B:07-xx_xx/C:02_xx+xx/D:15+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 138 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 69 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 230 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 67 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 178 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 49 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 146 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 95 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 209 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 114 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 286 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[13] | |
Name -> g^i-y+a=n/A:-1+4+2/B:02-xx_xx/C:15_xx+xx/D:13+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 169 | |
State[ 2] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 42 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 330 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 40 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 433 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 27 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 132 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 37 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 226 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 206 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 286 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[14] | |
Name -> i^y-a+n=i/A:-1+4+2/B:02-xx_xx/C:15_xx+xx/D:13+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 105 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 26 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 230 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 85 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 178 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 77 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 146 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 151 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 342 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 179 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 72 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[15] | |
Name -> y^a-n+i=pau/A:0+5+1/B:15-xx_xx/C:13_xx+xx/D:02+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 60 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 79 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 330 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 69 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 61 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 7 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 371 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 6 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 220 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 52 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 253 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[16] | |
Name -> a^n-i+pau=n/A:0+5+1/B:15-xx_xx/C:13_xx+xx/D:02+xx_xx/E:4_1!0_xx-1/F:5_5#0_xx@2_1|5_5/G:4_4%0_xx_0/H:xx_xx/I:2-9@1+2&1-6|1+23/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 20 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 21 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 334 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 5(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 20 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 442 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 11(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 87 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 198 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 6(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 7 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 146 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 10(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 139 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 137 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[17] | |
Name -> n^i-pau+n=e/A:xx+xx+xx/B:13-xx_xx/C:xx_xx+xx/D:02+xx_xx/E:5_5!0_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:4_4%0_xx_xx/H:2_9/I:xx-xx@xx+xx&xx-xx|xx+xx/J:4_14/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 115 | |
State[ 2] | |
Length -> 12(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 66 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 93 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 17(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 149 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 338 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 29(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 96 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 266 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 16(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 113 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 81 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 13(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 207 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 271 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[18] | |
Name -> i^pau-n+e=cl/A:-3+1+4/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 141 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 37 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 96 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 2 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 38 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 132 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 399 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 67 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 78 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 54 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[19] | |
Name -> pau^n-e+cl=k/A:-3+1+4/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 138 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 129 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 135 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 49 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 484 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 157 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 45 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 91 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 201 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 146 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 249 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[20] | |
Name -> n^e-cl+k=i/A:-2+2+3/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 92 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 50 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 365 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 145 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 88 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 70 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 174 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 50 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 81 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 6(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 3 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 74 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[21] | |
Name -> e^cl-k+i=n/A:-1+3+2/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 217 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 137 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 277 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 111 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 35 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 12 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 266 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 89 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 81 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 45 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 78 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[22] | |
Name -> cl^k-i+n=o/A:-1+3+2/B:13-xx_xx/C:02_xx+xx/D:23+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 173 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 14 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 165 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 67 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 477 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 14 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 79 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 147 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 356 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 18 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 414 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[23] | |
Name -> k^i-n+o=y/A:0+4+1/B:02-xx_xx/C:23_xx+xx/D:22+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 133 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 70 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 176 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 82 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 229 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 131 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 122 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 74 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 181 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 77 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 377 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[24] | |
Name -> i^n-o+y=o/A:0+4+1/B:02-xx_xx/C:23_xx+xx/D:22+xx_xx/E:5_5!0_xx-0/F:4_4#0_xx@1_4|1_14/G:3_1%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 57 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 4 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 308 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 42 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 111 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 13 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 91 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 55 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 87 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 11 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 377 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[25] | |
Name -> n^o-y+o=o/A:0+1+3/B:23-xx_xx/C:22_xx+xx/D:10+7_3/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 38 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 42 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 262 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 40 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 187 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 28 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 130 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 145 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 132 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 121 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 13 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[26] | |
Name -> o^y-o+o=n/A:0+1+3/B:23-xx_xx/C:22_xx+xx/D:10+7_3/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 6 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 23 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 348 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 4 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 428 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 65 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 10 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 150 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 102 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 134 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 234 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[27] | |
Name -> y^o-o+n=a/A:1+2+2/B:23-xx_xx/C:22_xx+xx/D:10+7_3/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 124 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 30 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 222 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 5(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 91 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 449 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 16 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 61 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 25 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 129 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 152 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 130 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[28] | |
Name -> o^o-n+a=m/A:2+3+1/B:22-xx_xx/C:10_7+3/D:22+xx_xx/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 140 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 143 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 317 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 151 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 250 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 132 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 293 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 271 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 106 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 118 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[29] | |
Name -> o^n-a+m=o/A:2+3+1/B:22-xx_xx/C:10_7+3/D:22+xx_xx/E:4_4!0_xx-1/F:3_1#0_xx@2_3|5_10/G:3_2%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 58 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 103 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 317 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 123 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 199 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 122 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 38 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 143 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 235 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 297 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[30] | |
Name -> n^a-m+o=n/A:-1+1+3/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 56 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 177 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 323 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 31 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 425 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 134 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 292 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 142 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 242 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 19 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 338 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[31] | |
Name -> a^m-o+n=o/A:-1+1+3/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 209 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 100 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 90 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 102 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 215 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 242 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 25 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 369 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 152 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 72 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[32] | |
Name -> m^o-n+o=g/A:0+2+2/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 140 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 143 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 142 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 150 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 83 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 132 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 40 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 74 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 51 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 76 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 52 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[33] | |
Name -> o^n-o+g=a/A:0+2+2/B:10-7_3/C:22_xx+xx/D:13+xx_xx/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 209 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 4 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 188 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 42 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 500 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 13 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 243 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 137 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 210 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 124 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 52 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[34] | |
Name -> n^o-g+a=m/A:1+3+1/B:22-xx_xx/C:13_xx+xx/D:20+1_2/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 68 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 152 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 221 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 115 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 493 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 55 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 172 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 28 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 243 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 46 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 154 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[35] | |
Name -> o^g-a+m=i/A:1+3+1/B:22-xx_xx/C:13_xx+xx/D:20+1_2/E:3_1!0_xx-1/F:3_2#0_xx@3_2|8_7/G:4_3%0_xx_1/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 58 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 25 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 65 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 23 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 191 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 122 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 61 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 143 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 156 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 345 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[36] | |
Name -> g^a-m+i=n/A:-2+1+4/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 55 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 176 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 128 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 97 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 295 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 5(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 3 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 291 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 10 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 345 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 53 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 45 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[37] | |
Name -> a^m-i+n=a/A:-2+1+4/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 98 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 20 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 59 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 19 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 42 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 24 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 317 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 147 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 57 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 18 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 270 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[38] | |
Name -> m^i-n+a=g/A:-1+2+3/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 133 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 70 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 128 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 82 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 295 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 131 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 382 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 75 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 221 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 105 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 394 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[39] | |
Name -> i^n-a+g=i/A:-1+2+3/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 105 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 102 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 59 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 124 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 42 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 11 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 317 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 34 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 209 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 73 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 269 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[40] | |
Name -> n^a-g+i=r/A:0+3+2/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 13 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 53 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 128 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 169 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 493 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 25 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 394 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 15 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 344 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 163 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 45 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[41] | |
Name -> a^g-i+r=u/A:0+3+2/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 139 | |
State[ 2] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 69 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 59 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 67 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 91 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 4(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 49 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 318 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 94 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 57 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 115 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 269 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[42] | |
Name -> g^i-r+u=sil/A:1+4+1/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 96 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 76 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 141 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 3(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 61 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 254 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 1(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 81 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 450 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 86 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 189 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 111 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 275 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[43] | |
Name -> i^r-u+sil=xx/A:1+4+1/B:13-xx_xx/C:20_1+2/D:xx+xx_xx/E:3_2!0_xx-1/F:4_3#0_xx@4_1|11_4/G:xx_xx%xx_xx_xx/H:2_9/I:4-14@2+1&3-4|10+14/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 82 | |
State[ 2] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 114 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 243 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 62 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 353 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 10 | |
Stream[ 1] | |
MSD flag -> TRUE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 52 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 6(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 78 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 286 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 12(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 28 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 39 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 | |
HMM[44] | |
Name -> r^u-sil+xx=xx/A:xx+xx+xx/B:20-1_2/C:xx_xx+xx/D:xx+xx_xx/E:4_3!0_xx-xx/F:xx_xx#xx_xx@xx_xx|xx_xx/G:xx_xx%xx_xx_xx/H:4_14/I:xx-xx@xx+xx&xx-xx|xx+xx/J:xx_xx/K:2+6-23 | |
Duration | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 161 | |
State[ 2] | |
Length -> 25(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 166 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 93 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 2 | |
PDF index -> 1 | |
State[ 3] | |
Length -> 2(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 55 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 338 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 3 | |
PDF index -> 1 | |
State[ 4] | |
Length -> 22(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 46 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 266 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 4 | |
PDF index -> 1 | |
State[ 5] | |
Length -> 44(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 121 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 80 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 5 | |
PDF index -> 1 | |
State[ 6] | |
Length -> 7(frames) | |
Stream[ 0] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 154 | |
Stream[ 1] | |
MSD flag -> FALSE | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 74 | |
Stream[ 2] | |
Interpolation[ 0] | |
Tree index -> 6 | |
PDF index -> 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment