Hello everyone

I was trying to buid baseline system in the Ubuntu 14.04 32-bit (Virtual Mahine 
that i downloaded from Moses web-page). It has moses v3.0. I imported VM using 
VMware player.

I performed steps for buiding baseline system until the end of binarising 
phrase table and reordering table successfully. After that, i changed moses.ini 
config file based on instructions in manual:

1. Change PhraseDictionaryMemory to PhraseDictionaryCompact
2. Set the path of the PhraseDictionary feature to point to 
/home/hieu/working/binarised-model/phrase-table
3. Set the path of the LexicalReordering feature to point to 
/home/hieu/working/binarised-model/reordering-table

After executing the following command, some messages related to loading config 
file and performing some operation are shown.
~/workspace/github/mosesdecoder/bin/moses -f ~/working/mert-work/moses.ini

But, i faced the folowing error:
Can't read /home/hieu/working/binarised-model/reordering-table

I found similar problem here:
https://www.mail-archive.com/moses-support%40mit.edu/msg12027.html

Solution for that problem was in the next messages. In fact, solution was 
deleting /bin/ folder and recompiling moses:

./bjam -a --with-boost=/home/hieu/workspace/boost/boost_1_55_0 
--with-cmph=/home/hieu/workspace/cmph-2.0 
--with-irstlm=/home/hieu/workspace/irstlm -j8

(path was correctet based on my VM)

But in virtual machine, cmph-2.0 folder is in github folder. So i guess that 
Moses has compiled with it. 
So, Which solution would you recommend? Should i recomplile Moses?
                                          
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to