[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:03914] Re:


Hi Karthik,

I just wanted to clarify that the mismatch I was referring to is not present in that 20-line label file. The 20-line label file has incorrect timings but the correct sequence of labels. This is undesirable, but is also true for many of the label files included with the HTS demo, and later stages of training (monophone embedded re-estimation) seem to deal with this mismatch relatively gracefully. The original error message you mentioned was more serious, and indicated that the label file for that utterance had 380 / 5 = 76 labels instead of 20 labels.

Thanks,

Matt


On 11/11/13 02:51, Karthik Krishnan wrote:
Hi Keiichiro

Per Matt's recommendation, I looked carefully into the lab files - but
loading it in wavesurfer tells me the labels are not correct. You can
see the pic in https://www.dropbox.com/s/j06y9xhaqqnl89o/LabMismatch.png

1) sampling frequency
soxx --info alan_alan_10.wav gives (raw file was derived from this)
Input File     : '/tmp/alan_alan_10.wav'
Channels       : 1
Sample Rate    : 16000
Precision      : 16-bit
Duration       : 00:00:01.48 = 23680 samples ~ 111 CDDA sectors
File Size      : 47.4k
Bit Rate       : 256k
Sample Encoding: 16-bit Signed Integer PCM
2) number of samples in alan_alan_10.raw (23680 samples above)
3) frame shift (default from configure)
4) number of frames in alan_alan_10.cmp (how to find from file?)
5) number of lines in alan_alan_10.lab (20 lines as
in https://www.dropbox.com/s/q5mljjpdts49zfn/alan_alan_10.lab)
6) number of states: I used 5 HMM states and then used 4 HMM states
because of those WARNINGs.


During configure, I just set the following environment variable and run
configure.
export DATASET=alan
export SPEAKER=alan
export LOWERF0=200
export UPPERF0=1500
export SAMPFREQ=16000

I didn't change any other variable since I thought others will be based
off of SAMPFREQ. Do I need to set any other variable ?

Thanks
Karthik


On Sunday, November 10, 2013 5:42 PM, Keiichiro Oura
<uratec@xxxxxxxxxxxxxxx> wrote:
Hi,

Let me know HMM training condition.

1) sampling frequency
2) number of samples in alan_alan_10.raw
3) frame shift
4) number of frames in alan_alan_10.cmp
5) number of lines in alan_alan_10.lab
6) number of states

Regards,
Keiichiro Oura



2013/11/9 Karthik Krishnan <karthikeyankrishnan@xxxxxxxxx
<mailto:karthikeyankrishnan@xxxxxxxxx>>:
 > Following up on this, if I modify HMM #states to be 4, there are few
 > warnings - but anything > 4 shows lot of warnings. Right now, I am trying
 > with 4 HMM states. Would it impact the synthesis in a terrible way ?
Also I
 > see many warnings like below. Is this something I need to worry about ?
 >
 > --------------------
 > WARNING [-2331]  UpdateModels:
 > d^m-ih+s=ax@2_2 <mailto:ax@2_2>/A:1_0_3/B:0-0-3@1-2
<mailto:0-0-3@1-2>&2-8#1-4$1-4!1-4;0-4|ih/C:0+0+2/D:cc_1/E:content+2@2
<mailto:2@2>+4&1+3#0+1/F:content_3/G:0_0/H:9=5^1=1|L-L%/I:0=0/J:9+5-1[260446]
 > copied: only 0 egs
 >  in /usr/local/HTS-2.3alpha/bin/HERest
 >  WARNING [-2331]  UpdateModels:
 > ax^n-ih+ng=pau@1_2 <mailto:pau@1_2>/A:0_0_3/B:0-1-2@3-1
<mailto:0-1-2@3-1>&10-1#7-1$3-1!2-0;2-0|ih/C:0+0+0/D:pps_1/E:content+3@7
<mailto:3@7>+1&4+0#3+0/F:0_0/G:12_8/H:10=7^2=1|L-L%/I:0=0/J:22+15-2[260792]
 > copied: only 0 egs
 >  in /usr/local/HTS-2.3alpha/bin/HERest
 >  WARNING [-2331]  UpdateModels:
 > t^f-ao+r=hh@2_2 <mailto:hh@2_2>/A:1_0_2/B:1-0-3@1-1
<mailto:1-0-3@1-1>&5-3#3-2$2-2!1-2;3-2|ao/C:0+0+4/D:content_1/E:in+1@4
<mailto:1@4>+2&3+1#1+1/F:content_2/G:7_6/H:7=5^2=1|L-L%/I:0=0/J:14+11-2[260998]
 > copied: only 0 egs
 >  in /usr/local/HTS-2.3alpha/bin/HERest
 > -------------------------
 >
 > Thanks
 > Karthik
 >
 >
 > On Thursday, November 7, 2013 11:34 AM, Karthik Krishnan
 > <karthikeyankrishnan@xxxxxxxxx
<mailto:karthikeyankrishnan@xxxxxxxxx>> wrote:
 > Hi Matt/Keiichiro
 >
 > a) I tried changing the -t option in HERest - but it didn't make any
 > difference.
 > b) I looked into the label file and it looks okay (to me). Rather, I
don't
 > know what to look for. The label file corresponds to the given text.
FWIW,
 > not all files issue this warning.
 >
 > Anything else I could try ?
 >
 > Thanks
 > Karthik
 >
 >
 > On Tuesday, November 5, 2013 8:39 AM, Matt Shannon <sms46@xxxxxxxxx
<mailto:sms46@xxxxxxxxx>> wrote:
 > Hi Karthik,
 >
 > The error message is because there is a minimum duration constraint that
 > each "state" must last at least one frame, and this is impossible in
 > your case since you have more states than frames.  This probably
 > indicates something is wrong with your label file.
 >
 > Matt
 >
 >
 > On 05/11/13 15:30, Keiichiro Oura wrote:
 >> Hi,
 >>
 >> To solve the over pruning, could you increase beam width?
 >> The option is -t in HERest.
 >>
 >> Regards,
 >> Keiichiro Oura
 >>
 >>
 >> 2013/11/5 Karthik Krishnan <karthikeyankrishnan@xxxxxxxxx
<mailto:karthikeyankrishnan@xxxxxxxxx>>:
 >>> Hello all
 >>>
 >>> I am trying to build HTS with my custom voice and see WARNING
"Unable to
 >>> traverse 380 states in 373 frames
 >>>  WARNING [-7324] StepBack: Bad data or over pruning
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest" (many such warnings).  Has
anyone
 >>> seen this and how to fix it ? Please see some snippets below.
 >>>
 >>> Thanks
 >>> Karthik
 >>>
 >>> -------------------------
 >>>
 >>> HTK Configuration Parameters[8]
 >>>    Module/Tool    Parameter                  Value
 >>> #                MINDUR                        5
 >>> #                MAXSTDDEVCOEF                10
 >>> #                APPLYDURVARFLOOR     TRUE
 >>> #                DURVARFLOORPERCENTILE          1.000000
 >>> #                VFLOORSCALESTR  Vector 4 0.01 0.01 0.01 0.01
 >>> #                NATURALWRITEORDER              TRUE
 >>> #                NATURALREADORDER              TRUE
 >>> #                APPLYVFLOOR                TRUE
 >>>
 >>> HMM:
 >>> HERest  ML Updating: Transitions Means Variances MixWeights
 >>>  System is PLAIN
 >>> 41 Logical/41 Physical Models Loaded, VecSize=108
 >>> 1 MMF input files
 >>> Duration model:
 >>>  HERest  ML Updating: Means Variances
 >>>  System is PLAIN
 >>>  41 Logical/41 Physical Models Loaded, #States=5
 >>>  1 MMF input files
 >>>
 >>> Pruning-On[1500.0 100.0 5000.0]
 >>>
 >>>  Processing Data: alan_alan_1.cmp; Label alan_alan_1.lab
 >>>  Utterance prob per frame = 8.738953e+01
 >>>  Processing Data: alan_alan_10.cmp; Label alan_alan_10.lab
 >>>  Unable to traverse 380 states in 373 frames
 >>>  WARNING [-7324]  StepBack: Bad data or over pruning
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  Processing Data: alan_alan_100.cmp; Label alan_alan_100.lab
 >>>  Utterance prob per frame = 5.577151e+01
 >>>  Processing Data: alan_alan_101.cmp; Label alan_alan_101.lab
 >>>  Unable to traverse 380 states in 351 frames
 >>>  WARNING [-7324]  StepBack: Bad data or over pruning
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>
 >>>
 >>>
 >>> ....
 >>>  Processing Data: alan_alan_161.cmp; Label alan_alan_161.lab
 >>>  Unable to traverse 370 states in 333 frames
 >>>  WARNING [-7324]  StepBack: Bad data or over pruning
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  Processing Data: alan_alan_162.cmp; Label alan_alan_162.lab
 >>>  Utterance prob per frame = 8.635217e+01
 >>>  Processing Data: alan_alan_163.cmp; Label alan_alan_163.lab
 >>>  Utterance prob per frame = 9.021869e+01
 >>>  Processing Data: alan_alan_164.cmp; Label alan_alan_164.lab
 >>>  Utterance prob per frame = 8.386318e+01
 >>>  Processing Data: alan_alan_165.cmp; Label alan_alan_165.lab
 >>>  Utterance prob per frame = 9.237333e+01
 >>>  Processing Data: alan_alan_17.cmp; Label alan_alan_17.lab
 >>>  Utterance prob per frame = 9.391501e+01
 >>>  Processing Data: alan_alan_18.cmp; Label alan_alan_18.lab
 >>>  Utterance prob per frame = 9.135012e+01
 >>>  Processing Data: alan_alan_19.cmp; Label alan_alan_19.lab
 >>>  Utterance prob per frame = 9.708667e+01
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> w^aa-z+m=ao@3_1 <mailto:ao@3_1>/A:0_0_1/B:1-0-3@1-1
<mailto:1-0-3@1-1>&5-7#2-4$2-3!3-1;3-2|aa/C:1+0+3/D:content_4/E:aux+1@2
<mailto:1@2>+4&2+3#1+1/F:content_1/G:0_0/H:11=5^1=3|L-L%/I:6=5/J:24+16-3[5]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> x^pau-s+ax=g@1_3 <mailto:g@1_3>/A:0_0_0/B:0-0-3@1-3
<mailto:0-0-3@1-3>&1-11#1-5$1-5!0-1;0-1|ax/C:1+1+3/D:0_0/E:content+3@1
<mailto:3@1>+3&1+2#0+1/F:content_3/G:0_0/H:11=3^1=1|L-L%/I:0=0/J:11+3-1[7]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> er^ae-n+d=k@2_2 <mailto:k@2_2>/A:0_0_1/B:1-0-3@1-1
<mailto:1-0-3@1-1>&9-7#6-3$2-4!2-1;6-1|ae/C:1+1+4/D:content_3/E:cc+1@6
<mailto:1@6>+3&3+2#1+1/F:content_2/G:14_10/H:15=8^3=1|L-L%/I:0=0/J:33+22-3[9]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^d-t+ax=n@1_2 <mailto:n@1_2>/A:1_0_3/B:0-0-2@1-1
<mailto:0-0-2@1-1>&2-9#1-7$1-3!1-1;0-1|ax/C:1+1+2/D:cc_1/E:to+1@2
<mailto:1@2>+6&1+3#0+1/F:content_1/G:0_0/H:10=7^1=3|NONE/I:11=6/J:31+19-3[10]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> z^pau-ae+z=ax@1_2 <mailto:ax@1_2>/A:1_1_4/B:1-0-2@1-1
<mailto:1-0-2@1-1>&1-10#1-6$1-4!0-2;0-2|ae/C:0+0+2/D:content_1/E:in+1@1
<mailto:1@1>+6&1+3#0+1/F:content_3/G:11_6/H:10=6^3=1|L-L%/I:0=0/J:31+19-3[16]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^t-iy+pau=ih@1_1 <mailto:ih@1_1>/A:0_0_3/B:0-1-1@4-1
<mailto:0-1-1@4-1>&7-1#4-1$3-1!2-0;2-0|iy/C:0+0+2/D:det_1/E:content+4@4
<mailto:4@4>+1&2+0#2+0/F:content_2/G:0_0/H:7=4^1=3|L-L%/I:9=6/J:25+15-3[50]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331] UpdateModels:
 >>>
 >>> m^ao-r+d=ih@3_1 <mailto:ih@3_1>/A:1_1_3/B:1-0-3@1-1
<mailto:1-0-3@1-1>&3-4#2-2$2-3!1-1;1-1|ao/C:1+1+3/D:content_1/E:content+1@3
<mailto:1@3>+2&2+1#1+1/F:content_3/G:19_10/H:6=4^2=3|L-L%/I:11=9/J:45+31-4[52]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> z^dh-ae+n=dh@2_2 <mailto:dh@2_2>/A:0_0_2/B:1-0-3@1-1
<mailto:1-0-3@1-1>&6-4#3-2$3-3!2-2;2-2|ae/C:0+0+2/D:content_2/E:content+1@5
<mailto:1@5>+3&2+1#1+2/F:det_1/G:12_6/H:9=7^5=1|L-L%/I:0=0/J:47+28-5[54]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> ao^r-ax+k=t@1_2 <mailto:t@1_2>/A:1_1_3/B:0-0-2@4-1
<mailto:0-0-2@4-1>&10-2#7-2$4-2!1-1;1-1|ax/C:1+1+4/D:in_1/E:content+4@5
<mailto:4@5>+2&3+1#2+1/F:content_1/G:10_7/H:11=6^2=2|L-L%/I:10=6/J:31+19-3[59]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> ax^ax-v+eh=g@2_1 <mailto:g@2_1>/A:0_0_1/B:1-0-2@1-1
<mailto:1-0-2@1-1>&6-9#2-5$2-4!3-1;3-1|ax/C:1+1+2/D:content_3/E:in+1@4
<mailto:1@4>+7&2+3#1+1/F:content_2/G:7_5/H:14=10^2=2|L-H%/I:7=4/J:28+19-3[64]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> f^ax-s+aa=d@3_1 <mailto:d@3_1>/A:0_0_2/B:0-0-3@1-2
<mailto:0-0-3@1-2>&14-6#6-4$2-3!2-1;12-4|ax/C:1+0+2/D:det_1/E:content+2@7 <mailto:2@7>+4&5+1#2+3/F:in_1/G:0_0/H:19=10^1=4|L-L%/I:6=4/J:45+31-4[65]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> ih^t-s+s=ay@3_1 <mailto:ay@3_1>/A:0_0_2/B:1-1-3@1-1
<mailto:1-1-3@1-1>&3-7#1-5$1-3!2-1;2-2|ih/C:1+0+3/D:content_2/E:pps+1@2
<mailto:1@2>+7&2+3#1+1/F:content_1/G:11_9/H:9=8^4=1|NONE/I:0=0/J:45+31-4[67]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> pau^ae-n+d=dh@2_2 <mailto:dh@2_2>/A:0_0_0/B:1-0-3@1-1
<mailto:1-0-3@1-1>&1-7#1-4$1-4!0-1;0-1|ae/C:1+1+2/D:0_0/E:cc+1@1
<mailto:1@1>+4&1+2#0+1/F:content_1/G:0_0/H:7=4^1=3|L-L%/I:9=6/J:25+15-3[70]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> er^z-pau+dh=ax@x_x <mailto:ax@x_x>/A:0_1_3/B:x-x-x@x-x
<mailto:x-x-x@x-x>&x-x#x-x$x-x!x-x;x-x|x/C:1+0+3/D:content_2/E:x+x@x
<mailto:x@x>+x&x+x#x+x/F:in_1/G:7_5/H:x=x^1=3|0/I:14=10/J:28+19-3[75]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> d^ax-s+t=pau@2_2 <mailto:pau@2_2>/A:1_0_3/B:0-1-3@2-1
<mailto:0-1-3@2-1>&7-1#4-1$3-1!1-0;3-0|ax/C:1+0+3/D:det_1/E:content+2@6
<mailto:2@6>+1&4+0#2+0/F:cc_1/G:0_0/H:7=6^1=4|L-L%/I:7=4/J:26+19-4[78]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^d-er+n=iy@1_2 <mailto:iy@1_2>/A:1_1_3/B:0-0-2@2-2
<mailto:0-0-2@2-2>&2-10#1-8$1-5!1-1;1-1|er/C:1+1+2/D:cc_1/E:content+3@1
<mailto:3@1>+6&1+3#0+2/F:aux_1/G:10_7/H:11=6^2=2|L-L%/I:10=6/J:31+19-3[79]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> w^eh-r+dh=ax@3_1 <mailto:ax@3_1>/A:0_1_2/B:1-0-3@1-1
<mailto:1-0-3@1-1>&1-7#1-4$1-3!0-2;0-2|eh/C:0+0+2/D:content_2/E:wp+1@1
<mailto:1@1>+6&1+2#0+2/F:det_1/G:7_4/H:7=6^3=2|L-L%/I:5=3/J:26+19-4[83]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> x^x-pau+s=m@x_x <mailto:m@x_x>/A:0_0_0/B:x-x-x@x-x
<mailto:x-x-x@x-x>&x-x#x-x$x-x!x-x;x-x|x/C:1+1+4/D:0_0/E:x+x@x
<mailto:x@x>+x&x+x#x+x/F:content_2/G:0_0/H:x=x^1=5|0/I:7=4/J:47+28-5[87]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> iy^ax-l+m=eh@2_1 <mailto:eh@2_1>/A:0_0_1/B:0-0-2@3-1
<mailto:0-0-2@3-1>&7-3#4-2$3-3!2-1;2-1|ax/C:1+1+3/D:content_2/E:content+3@4
<mailto:3@4>+2&2+1#1+1/F:content_2/G:9_6/H:9=5^3=1|L-L%/I:0=0/J:25+15-3[88]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> eh^n-t+t=ax@4_1 <mailto:ax@4_1>/A:1_0_3/B:1-1-4@1-1
<mailto:1-1-4@1-1>&5-5#3-3$2-2!1-2;2-3|eh/C:0+0+2/D:content_1/E:content+1@4
<mailto:1@4>+5&3+1#1+3/F:to_1/G:11_9/H:9=8^4=1|NONE/I:0=0/J:45+31-4[94]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> s^l-iy+p=pau@3_2 <mailto:pau@3_2>/A:0_0_2/B:1-1-4@1-1
<mailto:1-1-4@1-1>&5-1#2-1$2-1!3-0;3-0|iy/C:0+0+0/D:to_1/E:content+1@4
<mailto:1@4>+1&3+0#2+0/F:0_0/G:5_4/H:5=4^2=1|L-L%/I:0=0/J:10+8-2[99]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331] UpdateModels:
 >>>
 >>> pau^ih-z+ax=n@2_1 <mailto:n@2_1>/A:1_1_3/B:1-0-2@1-1
<mailto:1-0-2@1-1>&1-10#1-6$1-3!0-2;0-2|ih/C:0+0+1/D:content_1/E:aux+1@1
<mailto:1@1>+7&1+3#0+2/F:det_1/G:12_7/H:10=7^3=1|L-L%/I:0=0/J:30+19-3[105]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> l^iy-k+ax=n@1_4 <mailto:n@1_4>/A:0_0_2/B:0-0-4@1-4
<mailto:0-0-4@1-4>&12-4#8-2$3-3!2-1;2-1|ax/C:1+1+2/D:content_2/E:content+4@8
<mailto:4@8>+1&4+0#1+0/F:0_0/G:14_10/H:15=8^3=1|L-L%/I:0=0/J:33+22-3[107]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^d-l+iy=k@1_2 <mailto:k@1_2>/A:1_1_4/B:0-0-2@2-1
<mailto:0-0-2@2-1>&11-5#8-2$3-3!1-2;1-2|iy/C:0+0+4/D:cc_1/E:content+2@7
<mailto:2@7>+2&3+1#2+1/F:content_4/G:14_10/H:15=8^3=1|L-L%/I:0=0/J:33+22-3[110]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> t^t-ax+dh=ax@2_1 <mailto:ax@2_1>/A:1_1_4/B:0-0-2@1-1
<mailto:0-0-2@1-1>&6-4#4-3$3-2!1-1;1-2|ax/C:1+0+3/D:content_1/E:to+1@5
<mailto:1@5>+4&4+1#1+2/F:det_1/G:11_9/H:9=8^4=1|NONE/I:0=0/J:45+31-4[111]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^ax-v+hh=eh@2_1 <mailto:eh@2_1>/A:0_0_2/B:1-0-2@1-1
<mailto:1-0-2@1-1>&5-4#2-3$2-3!2-1;2-1|ax/C:1+1+4/D:content_3/E:in+1@3
<mailto:1@3>+3&2+2#1+1/F:content_2/G:0_0/H:8=5^1=3|L-H%/I:12=7/J:30+19-3[128]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^aa-t+k=l@3_1 <mailto:l@3_1>/A:1_0_3/B:1-0-3@1-1
<mailto:1-0-3@1-1>&4-5#3-4$2-3!1-1;2-1|aa/C:1+1+4/D:md_1/E:content+1@4
<mailto:1@4>+4&2+2#2+1/F:content_2/G:0_0/H:8=7^1=4|L-L%/I:10=5/J:34+23-4[130]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> n^d-k+ay=n@1_4 <mailto:n@1_4>/A:1_0_3/B:1-1-4@1-2
<mailto:1-1-4@1-2>&10-6#7-2$2-3!1-3;7-3|ay/C:0+0+2/D:cc_1/E:content+2@7
<mailto:2@7>+2&3+1#2+1/F:content_4/G:14_10/H:15=8^3=1|L-L%/I:0=0/J:33+22-3[131]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> t^pau-w+ih=ch@1_3 <mailto:ch@1_3>/A:1_1_4/B:1-0-3@1-1
<mailto:1-0-3@1-1>&1-14#1-9$1-4!0-2;0-2|ih/C:0+0+3/D:content_1/E:content+1@1
<mailto:1@1>+10&1+5#0+1/F:content_2/G:4_4/H:14=10^2=2|L-L%/I:15=8/J:33+22-3[142]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> l^ah-d+ax=ng@4_1 <mailto:ng@4_1>/A:1_0_4/B:1-1-4@1-2
<mailto:1-1-4@1-2>&2-4#1-2$1-2!1-3;0-3|ah/C:0+0+2/D:content_1/E:content+2@2
<mailto:2@2>+3&2+1#1+2/F:to_1/G:5_4/H:5=4^2=1|L-L%/I:0=0/J:10+8-2[144]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> jh^ax-k+ax=l@2_1 <mailto:l@2_1>/A:1_0_4/B:0-0-2@2-2
<mailto:0-0-2@2-2>&5-7#3-3$2-4!1-2;3-2|ax/C:0+0+2/D:content_3/E:content+3@2
<mailto:3@2>+2&2+1#1+1/F:content_5/G:0_0/H:11=3^1=1|L-L%/I:0=0/J:11+3-1[147]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> ax^n-ao+l=t@1_3 <mailto:t@1_3>/A:0_0_2/B:1-1-3@2-2
<mailto:1-1-3@2-2>&3-8#1-5$1-3!2-2;0-5|ao/C:0+0+2/D:in_1/E:content+3@2
<mailto:3@2>+5&1+2#0+3/F:in_1/G:11_6/H:10=6^3=1|L-L%/I:0=0/J:31+19-3[153]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> d^ax-n+d=aw@3_1 <mailto:aw@3_1>/A:1_1_2/B:0-0-3@2-1
<mailto:0-0-3@2-1>&8-7#4-4$3-3!1-1;1-4|ax/C:1+0+3/D:in_1/E:content+2@5
<mailto:2@5>+6&2+2#2+4/F:in_1/G:7_5/H:14=10^2=2|L-H%/I:7=4/J:28+19-3[161]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> ax^l-m+eh=zh@1_3 <mailto:zh@1_3>/A:0_0_2/B:1-1-3@1-2
<mailto:1-1-3@1-2>&8-2#4-1$3-2!3-0;3-1|eh/C:0+1+1/D:content_3/E:content+2@5
<mailto:2@5>+1&3+0#1+0/F:0_0/G:9_6/H:9=5^3=1|L-L%/I:0=0/J:25+15-3[167]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331] UpdateModels:
 >>>
 >>> ih^v-pau+x=x@x_x <mailto:x@x_x>/A:0_1_2/B:x-x-x@x-x
<mailto:x-x-x@x-x>&x-x#x-x$x-x!x-x;x-x|x/C:0+0+0/D:content_3/E:x+x@x
<mailto:x@x>+x&x+x#x+x/F:0_0/G:5_3/H:x=x^1=4|0/I:0=0/J:26+19-4[168]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>>  WARNING [-2331]  UpdateModels:
 >>>
 >>> f^l-aw+er=z@3_1 <mailto:z@3_1>/A:1_0_2/B:1-0-3@1-2
<mailto:1-0-3@1-2>&6-2#3-1$2-2!1-0;2-1|aw/C:0+1+2/D:in_1/E:content+2@4
<mailto:2@4>+1&3+0#2+0/F:cc_1/G:0_0/H:7=4^1=5|L-L%/I:6=5/J:47+28-5[169]
 >>> copied: only 0 egs
 >>>  in /usr/local/HTS-2.3alpha/bin/HERest
 >>> WARNING [-2331]  UpdateModels:
 >>> ax^n-pau+l=ay@x_x <mailto:ay@x_x>/A:0_1_2/B:x-x-x@x-x
<mailto:x-x-x@x-x>&x-x#x-x$x-x!x-x;x
 >>>
 >>>
 >>> etc
 >>>
 >>>
 >>> ----------------------
 >>
 >
 >
 >
 >
 >




References
[hts-users:03874], Karthik Krishnan
[hts-users:03879] Re:, Keiichiro Oura
[hts-users:03880] Re:, Matt Shannon
[hts-users:03891] Re:, Karthik Krishnan
[hts-users:03897] Re:, Karthik Krishnan
[hts-users:03903] Re:, Keiichiro Oura
[hts-users:03907] Re:, Karthik Krishnan