Moses-support Digest, Vol 122, Issue 6

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. Re: EMS dry-run flag? (Barry Haddow)
2. Re: EMS dry-run flag? (Lane Schwartz)
3. Re: EMS dry-run flag? (Lane Schwartz)
4. Re: EMS dry-run flag? (Philipp Koehn)


----------------------------------------------------------------------

Message: 1
Date: Mon, 5 Dec 2016 22:42:23 +0000
From: Barry Haddow <bhaddow@staffmail.ed.ac.uk>
Subject: Re: [Moses-support] EMS dry-run flag?
To: Fred Blain <f.blain@sheffield.ac.uk>, Lane Schwartz
<dowobeha@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID: <e3c12793-a28c-1312-1b4c-9ec7ff8a24c1@staffmail.ed.ac.uk>
Content-Type: text/plain; charset="windows-1252"

In steps/0

On 05/12/16 22:36, Fred Blain wrote:
> hi Lane,
>
> if you omit the '-exec' in your call to experiment.perl, it will only
> generate the required scripts without running anything. you will find the
> scripts under the steps/ folder.
>
> best,
>
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20161205/743a8a42/attachment-0001.html
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
Url: http://mailman.mit.edu/mailman/private/moses-support/attachments/20161205/743a8a42/attachment-0001.pl

------------------------------

Message: 2
Date: Mon, 5 Dec 2016 16:55:53 -0600
From: Lane Schwartz <dowobeha@gmail.com>
Subject: Re: [Moses-support] EMS dry-run flag?
To: Barry Haddow <bhaddow@staffmail.ed.ac.uk>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CABv3vZkgjhU=RvQ7JxmFXaQr3FfeS5x4FM9SwN3asm36iX9x_Q@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hmm... My steps/0 folder contains the following:

parameter.0:

> CORPUS:max-sentence-length = 80
> CORPUS:raw-stem = training
> EVALUATION:analysis = /opt/moses/scripts/ems/support/analysis.perl
> EVALUATION:analyze-coverage = yes
> EVALUATION:decoder-settings = -search-algorithm 1 -cube-pruning-pop-limit
> 5000 -s 5000 -threads 4

...

TUNING:tuning-script = /opt/moses/scripts/training/mert-moses.pl
> TUNING:tuning-settings = -mertdir /opt/moses/bin


config.0 (a copy of my ems config file)

re-use.0 (an empty file)






On Mon, Dec 5, 2016 at 4:42 PM, Barry Haddow <bhaddow@staffmail.ed.ac.uk>
wrote:

> In steps/0
>
> On 05/12/16 22:36, Fred Blain wrote:
>
> hi Lane,
>
> if you omit the '-exec' in your call to experiment.perl, it will only
> generate the required scripts without running anything. you will find the
> scripts under the steps/ folder.
>
> best,
>
>
> _______________________________________________
> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>
>
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>


--
When a place gets crowded enough to require ID's, social collapse is not
far away. It is time to go elsewhere. The best thing about space travel
is that it made it possible to go elsewhere.
-- R.A. Heinlein, "Time Enough For Love"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20161205/2eb75f28/attachment-0001.html

------------------------------

Message: 3
Date: Mon, 5 Dec 2016 17:51:33 -0600
From: Lane Schwartz <dowobeha@gmail.com>
Subject: Re: [Moses-support] EMS dry-run flag?
To: Barry Haddow <bhaddow@staffmail.ed.ac.uk>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>
Message-ID:
<CABv3vZ=yvvoXai31iLLXdXdT4r+OmGd=4AxUK8xQTfM5kS2xHg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Ah, indeed there is an error.

ERROR: Step TRAINING:consolidate requires input from prior steps, but none
defined

On Mon, Dec 5, 2016 at 5:08 PM, Barry Haddow <bhaddow@staffmail.ed.ac.uk>
wrote:

> Hi Lane
>
> That's odd. It looks like EMS has decided it does not need to run
> anything. What did it report on the console?
>
> cheers - Barry
>
>
> On 05/12/16 22:55, Lane Schwartz wrote:
>
> Hmm... My steps/0 folder contains the following:
>
> parameter.0:
>
>> CORPUS:max-sentence-length = 80
>> CORPUS:raw-stem = training
>> EVALUATION:analysis = /opt/moses/scripts/ems/support/analysis.perl
>> EVALUATION:analyze-coverage = yes
>> EVALUATION:decoder-settings = -search-algorithm 1
>> -cube-pruning-pop-limit 5000 -s 5000 -threads 4
>
> ...
>
> TUNING:tuning-script = /opt/moses/scripts/training/mert-moses.pl
>> TUNING:tuning-settings = -mertdir /opt/moses/bin
>
>
> config.0 (a copy of my ems config file)
>
> re-use.0 (an empty file)
>
>
>
>
>
>
> On Mon, Dec 5, 2016 at 4:42 PM, Barry Haddow <bhaddow@staffmail.ed.ac.uk>
> wrote:
>
>> In steps/0
>>
>> On 05/12/16 22:36, Fred Blain wrote:
>>
>> hi Lane,
>>
>> if you omit the '-exec' in your call to experiment.perl, it will only
>> generate the required scripts without running anything. you will find the
>> scripts under the steps/ folder.
>>
>> best,
>>
>>
>> _______________________________________________
>> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>>
>> The University of Edinburgh is a charitable body, registered in Scotland,
>> with registration number SC005336.
>
> --
> When a place gets crowded enough to require ID's, social collapse is not
> far away. It is time to go elsewhere. The best thing about space travel
> is that it made it possible to go elsewhere. -- R.A.
> Heinlein, "Time Enough For Love"
>
>
> The University of Edinburgh is a charitable body, registered in
> Scotland, with registration number SC005336.
>
>


--
When a place gets crowded enough to require ID's, social collapse is not
far away. It is time to go elsewhere. The best thing about space travel
is that it made it possible to go elsewhere.
-- R.A. Heinlein, "Time Enough For Love"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20161205/0980cb2f/attachment-0001.html

------------------------------

Message: 4
Date: Mon, 5 Dec 2016 23:56:14 -0500
From: Philipp Koehn <phi@jhu.edu>
Subject: Re: [Moses-support] EMS dry-run flag?
To: Lane Schwartz <dowobeha@gmail.com>
Cc: "moses-support@mit.edu" <moses-support@mit.edu>, Barry Haddow
<bhaddow@staffmail.ed.ac.uk>
Message-ID:
<CAAFADDDiBuDd6jm7s8yna1XfHGSrbxfv_qwqtawUNx9VpFL95w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

I guess this error implies that you did not define any CORPUS section.

-phi

On Mon, Dec 5, 2016 at 6:51 PM, Lane Schwartz <dowobeha@gmail.com> wrote:

> Ah, indeed there is an error.
>
> ERROR: Step TRAINING:consolidate requires input from prior steps, but none
> defined
>
> On Mon, Dec 5, 2016 at 5:08 PM, Barry Haddow <bhaddow@staffmail.ed.ac.uk>
> wrote:
>
>> Hi Lane
>>
>> That's odd. It looks like EMS has decided it does not need to run
>> anything. What did it report on the console?
>>
>> cheers - Barry
>>
>>
>> On 05/12/16 22:55, Lane Schwartz wrote:
>>
>> Hmm... My steps/0 folder contains the following:
>>
>> parameter.0:
>>
>>> CORPUS:max-sentence-length = 80
>>> CORPUS:raw-stem = training
>>> EVALUATION:analysis = /opt/moses/scripts/ems/support/analysis.perl
>>> EVALUATION:analyze-coverage = yes
>>> EVALUATION:decoder-settings = -search-algorithm 1
>>> -cube-pruning-pop-limit 5000 -s 5000 -threads 4
>>
>> ...
>>
>> TUNING:tuning-script = /opt/moses/scripts/training/mert-moses.pl
>>> TUNING:tuning-settings = -mertdir /opt/moses/bin
>>
>>
>> config.0 (a copy of my ems config file)
>>
>> re-use.0 (an empty file)
>>
>>
>>
>>
>>
>>
>> On Mon, Dec 5, 2016 at 4:42 PM, Barry Haddow <bhaddow@staffmail.ed.ac.uk>
>> wrote:
>>
>>> In steps/0
>>>
>>> On 05/12/16 22:36, Fred Blain wrote:
>>>
>>> hi Lane,
>>>
>>> if you omit the '-exec' in your call to experiment.perl, it will only
>>> generate the required scripts without running anything. you will find
>>> the
>>> scripts under the steps/ folder.
>>>
>>> best,
>>>
>>>
>>> _______________________________________________
>>> Moses-support mailing listMoses-support@mit.eduhttp://mailman.mit.edu/mailman/listinfo/moses-support
>>>
>>> The University of Edinburgh is a charitable body, registered in
>>> Scotland, with registration number SC005336.
>>
>> --
>> When a place gets crowded enough to require ID's, social collapse is not
>> far away. It is time to go elsewhere. The best thing about space travel
>> is that it made it possible to go elsewhere. -- R.A.
>> Heinlein, "Time Enough For Love"
>>
>>
>> The University of Edinburgh is a charitable body, registered in
>> Scotland, with registration number SC005336.
>>
>>
>
>
> --
> When a place gets crowded enough to require ID's, social collapse is not
> far away. It is time to go elsewhere. The best thing about space travel
> is that it made it possible to go elsewhere.
> -- R.A. Heinlein, "Time Enough For Love"
>
> _______________________________________________
> Moses-support mailing list
> Moses-support@mit.edu
> http://mailman.mit.edu/mailman/listinfo/moses-support
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20161205/5174da71/attachment.html

------------------------------

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


End of Moses-support Digest, Vol 122, Issue 6
*********************************************

Related Posts :

0 Response to "Moses-support Digest, Vol 122, Issue 6"

Post a Comment