diff options
-rwxr-xr-x | rampfion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rampfion.rb b/rampfion.rb index 72680bb..f067316 100755 --- a/rampfion.rb +++ b/rampfion.rb @@ -141,7 +141,7 @@ def main tmp_file.write w.to_kv ' ', "\n" tmp_file.close - kbest = cdec_kbest '/workspace/grounded/mt-system/cdec/decoder/cdec', i, cfg[:cdec_ini], tmp_file_path, cfg[:k] + kbest = cdec_kbest '/toolbox/cdec-dtrain/decoder/cdec', i, cfg[:cdec_ini], tmp_file_path, cfg[:k] kbest_sz += kbest.size STDERR.write "\n=================\n" |