[...]
! Language model tools:
tools.ngram.path = /export/tools/srilm/bin/i686-m64
[...]
I got:
[...]
java.io.IOException: Cannot run program "/home/fblain/workspace/tools/srilm-1.7.1/bin/i686-m64ngram": error=2, No such file or directory
[...]
It works properly with a "/" at the end of the config. line.
I assume the config parser concatenates the path and a binary file without a "/" between them (i.e. then assuming the path already contains it at its end).
With this line in my config file:
I got:
It works properly with a "/" at the end of the config. line. I assume the config parser concatenates the path and a binary file without a "/" between them (i.e. then assuming the path already contains it at its end).