Hi Joerg, not sure, I typically use the -in switch to specify the table. I guess, the answer is to look at the code and check out what produces this error.
-phi On 11/16/07, Joerg Tiedemann <[EMAIL PROTECTED]> wrote: > > I do something like this (within a Makefile): > > gzip -cd reordering-table.msd-bidirectional-fe.0.5.0-0.gz | \ > moses/misc/processLexicalTable -out reorder-table > > and the output is: > > processLexicalTable v0.1 by Konrad Rawlik > processing stdin to reorder-table.* > ..make[1]: [binreordertable] Error 1 (ignored) > > > no further output to STDOUT or STDERR. > well, it's not a big deal because now I just ignore the error. I was > just wondering if the binary table is ok. > > > joerg > > > > Philipp Koehn wrote: > > Hi, > > > > what is the error? The STDERR output should look something > > like this: > > > > processing ptree for > > .........distinct source phrases: 99127 distinct first words of source > > phrases: 7651 number of phrase pairs (line count): 87 > > 55048 > > WARNING: there are src voc entries with no phrase translation: count 1 > > There exists phrase translations for 7650 entries > > > > -phi > > > > On 10/16/07, Joerg Tiedemann <[EMAIL PROTECTED]> wrote: > >> processLexicalTable always returns an error when terminating. it does > >> create the binary table but the return value causes my > >> Makefile-calls to stop (I can of course ignore the return value, but I > >> just wanted to know if there something wrong. > >> > >> by the way, do I have to sort the reordering-table before converting > >> to binary format? (isn't it sorted by default) > >> > >> one more question about binary formats: where are the scripts to > >> convert language models to binaries? I coudn't find the 'irst' > >> directory. > >> > >> thanks, > >> > >> > >> Jörg > >> > >> > >> ***********/\/\/\/\/\/\/\/\/\/\/\************************************ > >> ** Jörg Tiedemann [EMAIL PROTECTED] ** > >> ** Alfa-Informatica http://www.let.rug.nl/~tiedeman ** > >> ** Rijksuniversiteit Groningen Harmoniegebouw, room 1311-429 ** > >> ** Oude Kijk in 't Jatstraat 26 phone: +31 (0)50-363 5935 ** > >> ** 9712 EK Groningen fax: +31 (0)50-363 6855 ** > >> *************************************/\/\/\/\/\/\/\/\/\/\/\********** > >> > >> On Mon, 15 Oct 2007, Chris Dyer wrote: > >> > >>> Jie, > >>> The lexical reordering table has a binary form as well. To compile a > >>> text table into the binary format, you can use the > >>> misc/processLexicalTable tool. Once you've generated the binary form, > >>> you'll need to update you moses.ini file with the binary fileset > >>> prefix. > >>> > >>> Best, > >>> Chris > >>> > >>> On 10/15/07, Jie Wu <[EMAIL PROTECTED]> wrote: > >>>> Hi, > >>>> > >>>> Both phrase table and language do have the binary format which allows > >>>> fast > >>>> decoding processes. Does re-ordering table have a binary form? > >>>> > >>>> Thanks > >>>> Jie > >>>> > >>>> _______________________________________________ > >>>> Moses-support mailing list > >>>> [email protected] > >>>> http://mailman.mit.edu/mailman/listinfo/moses-support > >>>> > >>>> > >>> _______________________________________________ > >>> Moses-support mailing list > >>> [email protected] > >>> http://mailman.mit.edu/mailman/listinfo/moses-support > >>> > >> _______________________________________________ > >> Moses-support mailing list > >> [email protected] > >> http://mailman.mit.edu/mailman/listinfo/moses-support > >> > >> > > > _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
