diff options
author | mjdenkowski <michael.j.denkowski@gmail.com> | 2013-09-11 16:20:36 -0400 |
---|---|---|
committer | mjdenkowski <michael.j.denkowski@gmail.com> | 2013-09-11 16:20:36 -0400 |
commit | 8b429e08566ffc640c2de0f0eca66c354c8377f9 (patch) | |
tree | 060f9dec9743ab8ff71c643c7aa136026735be51 /realtime/rt/aligner.py | |
parent | 84e0f04f9c3a156aa9292c6d6dedbbd94b13bd1a (diff) |
Find pycdec
Diffstat (limited to 'realtime/rt/aligner.py')
-rw-r--r-- | realtime/rt/aligner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/realtime/rt/aligner.py b/realtime/rt/aligner.py index 3c6ea144..80835412 100644 --- a/realtime/rt/aligner.py +++ b/realtime/rt/aligner.py @@ -9,7 +9,7 @@ class ForceAligner: def __init__(self, fwd_params, fwd_err, rev_params, rev_err): - cdec_root = os.path.dirname(os.path.dirname(os.path.dirname(__file__))) + cdec_root = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))) fast_align = os.path.join(cdec_root, 'word-aligner', 'fast_align') atools = os.path.join(cdec_root, 'utils', 'atools') |