Send Moses-support mailing list submissions to
moses-support@mit.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.mit.edu/mailman/listinfo/moses-support
or, via email, send a message with subject or body 'help' to
moses-support-request@mit.edu
You can reach the person managing the list at
moses-support-owner@mit.edu
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Moses-support digest..."
Today's Topics:
1. Easy setup of moses infrastructure (Ulrich Germann)
2. Re: Easy setup of moses infrastructure (Ulrich Germann)
3. Error while installing moses.. Please help (Sunayana Gawde)
4. moses server building procedure (Apurva Joshi)
----------------------------------------------------------------------
Message: 1
Date: Mon, 26 Oct 2015 18:46:57 +0000
From: Ulrich Germann <ulrich.germann@gmail.com>
Subject: [Moses-support] Easy setup of moses infrastructure
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAHQSRUrcsk3QTN=ZNDVxsJM5Ke=oijdZ1OE2vgwXX27MJGno-Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi all,
in order to facilitate easy setup and building of Moses, I have added the
following:
contrib/Makefiles/install-dependencies.gmake
Run with make like this:
make -f contrib/Makefiles/install-dependencies.gmake
This will install boost, xmlrpc-c, cmph, and irstlm in ./opt.
Regression tests are now a submodule in the mosesdecoder repo.
To perform a standard compile, just run ./compile.sh [addtional options]
To compile and run regression tests, run ./run-regtests.sh [additional
option]
This assumes a recent standard linux setup with the usual build tools and
wget to get tarballs from sourceforge. If you think different or share your
Office with a paperclip, you are on your own.
So on linux (set up for development with gcc, git, wget, etc), you can now
get a working moses with these easy steps:
git clone http://github.com/moses-smt/mosesdecoder moses
cd moses
make -f contrib/Makefiles/install-dependencies.gmake
./run-regtests.sh
- Uli
--
Ulrich Germann
Senior Researcher
School of Informatics
University of Edinburgh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151026/4354d371/attachment-0001.html
------------------------------
Message: 2
Date: Mon, 26 Oct 2015 21:49:41 +0000
From: Ulrich Germann <ulrich.germann@gmail.com>
Subject: Re: [Moses-support] Easy setup of moses infrastructure
To: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CAHQSRUrWw28fkTLJv79p+NuBV9G6iK4P_=9Dc4oHG6b-h-0FKQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Follow up: As Christian Buck points out:
"At least automake and libtool are non-standard and weird errors occur
without them."
He recommends:
sudo apt-get install build-essential git-core pkg-config automake libtool
Thanks, Christian!
- Uli
On Mon, Oct 26, 2015 at 6:46 PM, Ulrich Germann <ulrich.germann@gmail.com>
wrote:
> Hi all,
>
> in order to facilitate easy setup and building of Moses, I have added the
> following:
>
> contrib/Makefiles/install-dependencies.gmake
>
> Run with make like this:
>
> make -f contrib/Makefiles/install-dependencies.gmake
>
> This will install boost, xmlrpc-c, cmph, and irstlm in ./opt.
>
> Regression tests are now a submodule in the mosesdecoder repo.
>
> To perform a standard compile, just run ./compile.sh [addtional options]
> To compile and run regression tests, run ./run-regtests.sh [additional
> option]
>
> This assumes a recent standard linux setup with the usual build tools and
> wget to get tarballs from sourceforge. If you think different or share your
> Office with a paperclip, you are on your own.
>
> So on linux (set up for development with gcc, git, wget, etc), you can now
> get a working moses with these easy steps:
>
> git clone http://github.com/moses-smt/mosesdecoder moses
> cd moses
> make -f contrib/Makefiles/install-dependencies.gmake
> ./run-regtests.sh
>
> - Uli
>
> --
> Ulrich Germann
> Senior Researcher
> School of Informatics
> University of Edinburgh
>
--
Ulrich Germann
Senior Researcher
School of Informatics
University of Edinburgh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151026/1709b9b5/attachment-0001.html
------------------------------
Message: 3
Date: Tue, 27 Oct 2015 13:19:16 +0530
From: Sunayana Gawde <sunayanagawde17@gmail.com>
Subject: [Moses-support] Error while installing moses.. Please help
To: moses-support@mit.edu
Message-ID:
<CANQTV3QYydBV_Zn+W0_aY0LsovLo+qXXvyJH==oCgkM_GV++pQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Dear all,
I went step by step as mentioned on your new updated page
http://www.statmt.org/moses/?n=Development.GetStarted
After i used following command
./run-regtests.sh
several things displayed successful.
But then i got this:
SUCCESS
...failed updating 5 targets...
...updated 100 targets...
The build failed. If you need support, run:
/usr/bin/bjam -j4 --with-irstlm=./opt --with-boost=./opt
--with-cmph=./opt --with-xmlrpc-c=./opt --with-regtest=./regtest
--debug-configuration -d2 |gzip >build.log.gz
then attach build.log.gz to your e-mail.
You MUST do 3 things before sending to the mailing list:
1. Subscribe to the mailing list at
http://mailman.mit.edu/mailman/listinfo/moses-support
2. Attach build.log.gz to your e-mail
3. Say what is the EXACT command you executed when you got the error
ERROR
--
*Thanks & Regards*
Ms. Sunayana R. Gawde.
DCST, Goa University.
* P**leas**e don't print t**his e-mail unles**s you really need to.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/0eb0e354/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build.log.gz
Type: application/x-gzip
Size: 2865 bytes
Desc: not available
Url : http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/0eb0e354/attachment-0001.gz
------------------------------
Message: 4
Date: Tue, 27 Oct 2015 13:26:17 +0530
From: Apurva Joshi <apurvajoshi1992@gmail.com>
Subject: [Moses-support] moses server building procedure
To: moses-support@mit.edu
Message-ID:
<CAMfCXbU+9SkrH+JUDLLcR2XZ9WrRj0yBGkKETVVT+xKf=pTm3A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
plzz tell me where can i get detail stepwise procedure of building moses
server???
apurvajoshi1992@gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20151027/0efcbc67/attachment.html
------------------------------
_______________________________________________
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support
End of Moses-support Digest, Vol 108, Issue 73
**********************************************
Subscribe to:
Post Comments (Atom)
0 Response to "Moses-support Digest, Vol 108, Issue 73"
Post a Comment