From: Kevin Brubeck Unhammer Date: Thu, 18 Sep 2008 10:16:36 +0000 (+0200) Subject: another little fix to stop initialization X-Git-Url: https://repo.or.cz/w/dmvccm.git/commitdiff_plain/5610c3501cd5aeba152c4a32715f2befa59fda75 another little fix to stop initialization --- diff --git a/src/loc_h_harmonic.py b/src/loc_h_harmonic.py index 8932cc9..352a5c6 100644 --- a/src/loc_h_harmonic.py +++ b/src/loc_h_harmonic.py @@ -149,7 +149,7 @@ def init_normalize(f, tags, numtag, tagnum): else: p_STOP[h, dir, adj] = \ (FSTOP_MIN + f[head, 'STOP', dir, adj] * STOP_C) / \ - (FSTOP_MIN + f['ROOT',head] * NSTOP_C) + (FSTOP_MIN + f['ROOT',head] * (STOP_C + NSTOP_C)) p_ORDER[GOR, h] = RIGHT_FIRST p_ORDER[GOL, h] = 1 - RIGHT_FIRST