Hi Barry,
Thanks a ton, it worked. I have couple of follow up question.

1. Do we need to use moses-server version for incremental retraining using
moses?

2. In the website, I found we need to do something

% zcat ${CORPUS}.${L1}.gz  | mtt-build -i -o /some/path/${CORPUS}.${L1}


But who generate this ${CORPUS}.${L1}.gz file.  I am using inc-giza-pp and
I compiled mosesdecoder with --with-mm option and during training I used
option

However I am unable to figure out how to perform step 2 & 3 in
http://www.statmt.org/moses/?n=Moses.AdvancedFeatures#ntoc40 ?
Thanks and regards,
sandipan

--------------------------------
Sandipan Dandapat
Postdoctoral Researcher
CNGL, School of Computing
Dublin City University
Google Scholar Profile:
http://scholar.google.co.in/citations?user=DWD_FiQAAAAJ&hl=en


On Wed, Aug 13, 2014 at 8:50 PM, Barry Haddow <[email protected]>
wrote:

>  Hi Sandipan
>
> It looks as though GIZA++ cannot find the xmlrpc-c libraries. You need to
> set your LD_LIBRARY_PATH, like this (assuming bash):
>
> export
> LD_LIBRARY_PATH=/home/sdandapat/Moses/xmlrpc-c/lib64:$LD_LIBRARY_PATH
>
> then check if you can run GIZA++ from the command line, before you try
> building the model,
>
> cheers - Barry
>
>
>
> On 13/08/14 14:04, Sandipan Dandapat wrote:
>
>  Hi,
>  I am using inc-giza-pp, xmlrpc-c. All of them successfully compiled and
> my xmlrpc in installed in a local directory and the library files are
> located in /home/sdandapat/Moses/xmlrpc-c/lib64.
>
>  Moses decoder also compiled fine with inc-giza-pp.
>
>  During building the translation model, it fails with following error:
>
> /home/sdandapat/Moses/mosesdecoder/tools/GIZA++: error while loading
> shared libraries: libxmlrpc_server_abyss++.so.8: cannot open shared object
> file: No such file or directory
> Exit code: 127
> ERROR: Giza did not produce the output file
> /home/sdandapat/Moses_retrain/EnPl/train/giza.en-pl/en-pl.Ahmm.5. Is your
> corpus clean (reasonably-sized sentences)? at
> /home/sdandapat/Moses/mosesdecoder/scripts/training/train-model.perl line
> 1199.
>
>  I am attaching the entire log. What am I doing wrong?
>  I found similar post in
> http://blog.gmane.org/gmane.comp.nlp.moses.user/month=20111201 but could
> not find the end solution.
>
>  Thanks and regards,
> sandipan
>
>
>    --------------------------------
> Sandipan Dandapat
> Postdoctoral Researcher
> CNGL, School of Computing
> Dublin City University
> Google Scholar Profile:
> http://scholar.google.co.in/citations?user=DWD_FiQAAAAJ&hl=en
>
>
> _______________________________________________
> Moses-support mailing 
> [email protected]http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to