Hi Mailing List

I am having problems installing SRILM. I read previous posts
and tried to fix it but no luck.

I get this error message : 'Cannot find SRILM' when i run ./configure
--with-srilm=/home/vkashyap/MOSES/SRILM

my home directory is :/home/vkashyap/MOSES
i have untarred SRILM and stored it in /home/vkashyap/MOSES/SRILM

So, SRILM is my top level directory i think.

Now inside SRILM i am setting SRILM variable in the top-level-makefile to
/home/vkashyap/MOSES/SRILM ? still i get the same error message.

I dont know how to edit the following lines inside the top -level makefile for
SRILM:

MACHINE_TYPE := $(shell $(SRILM)/sbin/machine-type)

MAKE_VARS = \
        SRILM=$(SRILM) \
        MACHINE_TYPE=$(MACHINE_TYPE) \
        OPTION=$(OPTION)


Then, the instruction set says
In your shell, set the following environment variables:
        
PATH        add $SRILM/bin/$MACHINE_TYPE and $SRILM/bin
MANPATH     add $SRILM/man


Also when i run make World: i get the following error messages:

make: /sbin/machine-type: command not found
Makefile:24: /common/Makefile.common.variables: No such file or directory

my shell is bash but how do i edit the path variable.

All i want to do is to demonstrate what Nicola did, that 
is running moses on several processors as i have a cluster too.

So, i am guessing that can i make use of a trained model.
i have downloaded the stuff from the sample data link test set for 
french-english, phrase table and the language model.

Is there something else i am missing?

How would i go about doing this?

Thanks a lot

Regards

Vineet


_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to