Moses-support Digest, Vol 93, Issue 24

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. About skipping training in EMS (Jianri Li)
2. Re: About skipping training in EMS (Matthias Huck)


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

Message: 1
Date: Mon, 21 Jul 2014 04:55:04 +0900
From: Jianri Li <skywalker@postech.ac.kr>
Subject: [Moses-support] About skipping training in EMS
To: moses-support@mit.edu
Message-ID: <1405886104048.79347.postech@postech.ac.kr>
Content-Type: text/plain; charset="us-ascii"

An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/mailman/private/moses-support/attachments/20140721/dbdf6273/attachment-0001.htm

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

Message: 2
Date: Sun, 20 Jul 2014 21:38:04 +0100
From: Matthias Huck <mhuck@inf.ed.ac.uk>
Subject: Re: [Moses-support] About skipping training in EMS
To: Jianri Li <skywalker@postech.ac.kr>
Cc: moses-support@mit.edu
Message-ID: <1405888684.1426.18.camel@hucklap.site>
Content-Type: text/plain; charset="UTF-8"

Hi,

The EMS will skip training if you point to existing models in its config
file. You can do so by specifying the "phrase-translation-table",
"reordering-table", and/or "config" parameters in the [TRAINING] section
(see below).

Cheers,
Matthias


#################################################################
# TRANSLATION MODEL TRAINING

[TRAINING]

### if phrase table training should be skipped,
# point to phrase translation table
#
phrase-translation-table = <ttable-path>

### if reordering table training should be skipped,
# point to reordering table
#
reordering-table = <rtable-path>

### if training should be skipped,
# point to a configuration file that contains
# pointers to all relevant model files
#
config = <moses-ini-path>



On Mon, 2014-07-21 at 04:55 +0900, Jianri Li wrote:
> Hi, all
> In my situation, I already have a phrase table, reordering table and
> moses.ini,
> and I want to ignore the training part and run tuning and
> evaluation,
> therefore I add some code in configure file for ems, like this:
> [Training] IGNORE
> ...
> [Tuning]
> setting = "-decoder = $~/moses.ini -mertdir = ... "
> But it said ERROR: Step TRAINING:consolidate requires input from
> prior steps, but none defined.
> I took a look at the experiment.meta file, I found the error rises
> when it need parallel data ..
> But I don't need training step at all,
> any of you guys have a idea?
> Thank you for your attention.
>
>
> - Helson
>
> _______________________________________________
> 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


End of Moses-support Digest, Vol 93, Issue 24
*********************************************

0 Response to "Moses-support Digest, Vol 93, Issue 24"

Post a Comment