Hi devs,
I'm working on my translation system using Joshua. After preparing my data, and start the training process, I hit an error during Thrax process.
Here is the error log during Thrax process.
[thrax-input-file] rebuilding...
dep=/home/rezalesmana/thesis/working_directory/data/train/corpus.en [CHANGED]
dep=/home/rezalesmana/thesis/working_directory/data/train/
corpus.id [CHANGED]
dep=alignments/training.align [CHANGED]
dep=/home/rezalesmana/thesis/working_directory/data/train/thrax-input-file [NOT FOUND]
cmd=paste /home/rezalesmana/thesis/working_directory/data/train/corpus.en /home/rezalesmana/thesis/working_directory/data/train/
corpus.id alignments/training.align | perl -pe 's/\t/ ||| /g' | grep -v '()' | grep -v '||| \+$' > /home/rezalesmana/thesis/working_directory/data/train/thrax-input-file
took 1 seconds (1s)
Undefined subroutine &main::tempdir called at /home/rezalesmana/joshua-v6.0.3/bin/
pipeline.pl line 1796.
I've tried to rerun it, but it seems not finding the tempdir function on the
pipeline.plCan anyone help me? Thanks a lot before. FYI, this is joshua v6.0.3.