Re: [Moses-support] Fetching older versions of moses

2009-03-12 Thread Michael Zuckerman
Thank you very much. I took the version from 18.02.09, and it works fine
with RandLM.

Michael.

On Thu, Mar 12, 2009 at 1:20 PM, Miles Osborne  wrote:

> assuming the current version hasn't been fixed to deal with the LM
> problem affecting older versions of gcc:
>
> --check-out the code using SVN as usual, ie
>
>  svn co https://svn.sourceforge.net/svnroot/mosesdecoder/trunkmosesdecoder
>
> then look at the SVN logs:
>
> svn log | less
>
> find some version which is okay for you (probably the one prior to
> Chris's changes) and then do:
>
> svn up -r 
>
> where  is the SVN update version.
>
> Miles
>
> 2009/3/12 Michael Zuckerman :
> > Hi,
> >
> > How can I find out what moses version is in use now, and how can I fetch
> > older versions of moses from the database (what is the command to do
> this) ?
> >
> > Thanks,
> >  Michael.
> >
> > ___
> > Moses-support mailing list
> > Moses-support@mit.edu
> > http://mailman.mit.edu/mailman/listinfo/moses-support
> >
> >
>
>
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] Fetching older versions of moses

2009-03-12 Thread Michael Zuckerman
Thank you very much for your help.

Michael.

On Thu, Mar 12, 2009 at 1:39 PM, Adam Lopez  wrote:

>
> You can also browse the revision history at this up-to-date mirror site:
> http://github.com/alopez/moses/commits/master/
>
> Clicking on any of the revisions will take you to a page that will (among
> other things) let you download a tarball of that revision.  No knowledge of
> version numbers is needed.
>
> Cheers
> Adam
>
> On Thu, Mar 12, 2009 at 11:21 AM, Barry Haddow wrote:
>
>> Hi Michael
>>
>> You can browse the moses history at
>> http://mosesdecoder.svn.sourceforge.net/viewvc/mosesdecoder/trunk/
>>
>> To check out a particular version, use the -r option in 'svn co'. Run 'svn
>> help co' for details.
>>
>> regards
>> Barry
>>
>> On Thursday 12 March 2009 11:07, Michael Zuckerman wrote:
>> > Hi,
>> >
>> > How can I find out what moses version is in use now, and how can I fetch
>> > older versions of moses from the database (what is the command to do
>> this)
>> > ?
>> >
>> > Thanks,
>> >  Michael.
>>
>> --
>> The University of Edinburgh is a charitable body, registered in
>> Scotland, with registration number SC005336.
>>
>> ___
>> Moses-support mailing list
>> Moses-support@mit.edu
>> http://mailman.mit.edu/mailman/listinfo/moses-support
>>
>
>
> ___
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] Fetching older versions of moses

2009-03-12 Thread Adam Lopez
You can also browse the revision history at this up-to-date mirror site:
http://github.com/alopez/moses/commits/master/

Clicking on any of the revisions will take you to a page that will (among
other things) let you download a tarball of that revision.  No knowledge of
version numbers is needed.

Cheers
Adam

On Thu, Mar 12, 2009 at 11:21 AM, Barry Haddow  wrote:

> Hi Michael
>
> You can browse the moses history at
> http://mosesdecoder.svn.sourceforge.net/viewvc/mosesdecoder/trunk/
>
> To check out a particular version, use the -r option in 'svn co'. Run 'svn
> help co' for details.
>
> regards
> Barry
>
> On Thursday 12 March 2009 11:07, Michael Zuckerman wrote:
> > Hi,
> >
> > How can I find out what moses version is in use now, and how can I fetch
> > older versions of moses from the database (what is the command to do
> this)
> > ?
> >
> > Thanks,
> >  Michael.
>
> --
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
> ___
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] Fetching older versions of moses

2009-03-12 Thread Barry Haddow
Hi Michael

You can browse the moses history at 
http://mosesdecoder.svn.sourceforge.net/viewvc/mosesdecoder/trunk/

To check out a particular version, use the -r option in 'svn co'. Run 'svn 
help co' for details.

regards
Barry

On Thursday 12 March 2009 11:07, Michael Zuckerman wrote:
> Hi,
>
> How can I find out what moses version is in use now, and how can I fetch
> older versions of moses from the database (what is the command to do this)
> ?
>
> Thanks,
>  Michael.

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


Re: [Moses-support] Fetching older versions of moses

2009-03-12 Thread Miles Osborne
assuming the current version hasn't been fixed to deal with the LM
problem affecting older versions of gcc:

--check-out the code using SVN as usual, ie

  svn co https://svn.sourceforge.net/svnroot/mosesdecoder/trunk mosesdecoder

then look at the SVN logs:

svn log | less

find some version which is okay for you (probably the one prior to
Chris's changes) and then do:

svn up -r 

where  is the SVN update version.

Miles

2009/3/12 Michael Zuckerman :
> Hi,
>
> How can I find out what moses version is in use now, and how can I fetch
> older versions of moses from the database (what is the command to do this) ?
>
> Thanks,
>  Michael.
>
> ___
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>



-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support


[Moses-support] Fetching older versions of moses

2009-03-12 Thread Michael Zuckerman
Hi,

How can I find out what moses version is in use now, and how can I fetch
older versions of moses from the database (what is the command to do this) ?

Thanks,
 Michael.
___
Moses-support mailing list
Moses-support@mit.edu
http://mailman.mit.edu/mailman/listinfo/moses-support