Re: [Moses-support] Train moses incrementally

2011-01-12 Thread Amit Abbi
Hello, You can also have a look at force alignment using mgiza++ for aligning additional documents without retraining ( if you have previous training models saved.) Regards, Amit On Wednesday, January 12, 2011, Sébastien Druon wrote: > Hello, > Is it possible to train moses incrementally? > As

Re: [Moses-support] error with --with-kenlm

2011-01-12 Thread Sylvain Raybaud
It works, thank you ! On Tuesday 11 January 2011 20:46:04 Kenneth Heafield wrote: > I've just checked in revision 3796 which fixes this problem, including > the OnDiskWrapper issue for bonus kicks. > > Tested with: ./configure, ./configure --without-kenlm, ./configure > --enable-shared, and ./con

Re: [Moses-support] Train moses incrementally

2011-01-12 Thread Miles Osborne
sorry, the code is not publically available yet. we will probably release it in the near future Miles On 12 January 2011 09:36, Sébastien Druon wrote: > Thanks for this answer... > Is there some code available? > When will it be integrated into Moses? > Thanks again > Sebastien > > On 12 Jan 20

Re: [Moses-support] Train moses incrementally

2011-01-12 Thread Sébastien Druon
Thanks for this answer... Is there some code available? When will it be integrated into Moses? Thanks again Sebastien On 12 Jan 2011 09:21, "Miles Osborne" wrote: yes. we have done this for both Giza++ and for the language model: Stream-based Translation Models for Statistical Machine Translat

Re: [Moses-support] Train moses incrementally

2011-01-12 Thread Miles Osborne
yes. we have done this for both Giza++ and for the language model: Stream-based Translation Models for Statistical Machine Translation, Abby Levenberg, Chris Callison-Burch and Miles Osborne, NAACL 2010 Stream-based Randomised Language Models for SMT, Abby Levenberg and Miles Osborne, EMNLP 2009

[Moses-support] Train moses incrementally

2011-01-12 Thread Sébastien Druon
Hello, Is it possible to train moses incrementally? As I understood the standard behaviour is to take a whole bunch of documents and train moses on it all. Is there a possibility for example to add new documents afterwards without retraining everything? Thanks in advance Sebastien ___