Hello , I need help please
Not long ago I've made fr-en training based on the europarl
corpus , i found out that there is an option to convert the
output of the model to binary version.
i used the next command to convert the phrase-table :
cat phrase-table | sort | mosesdecoder/misc/processPhras
the original question was about speed of decoding, not potential
quality improvements due to filtering
clearly, if you can identify phrases to prune then you will get a
speed-boost. but this is not true for the general case and my advice
was for the general case.
Miles
2009/5/4 Marcin Miłkowski
Miles Osborne pisze:
> filtering etc might give you a speed-up (eg a constant one --less
> stuff to load) but if filtering is safe w.r.t to the source data, then
> you shouldn't see much here.
>
> (pruning the table should make it faster since there will be fewer
> options to consider, but this i
filtering etc might give you a speed-up (eg a constant one --less
stuff to load) but if filtering is safe w.r.t to the source data, then
you shouldn't see much here.
(pruning the table should make it faster since there will be fewer
options to consider, but this is not safe)
i guess you might al
El lun, 04-05-2009 a las 14:08 +0100, Miles Osborne escribió:
> actually, i think Jan wants a speedup, not a space saving.
Does filtering the phrase table before translation not decrease the
total time to make a translation (including the time taken to load the
phrase table etc.)? That was my exp
actually, i think Jan wants a speedup, not a space saving.
your best bet is to reduce the size of the beam:
http://www.statmt.org/moses/?n=Moses.Tutorial#ntoc6
Miles
2009/5/4 Francis Tyers :
> El lun, 04-05-2009 a las 14:54 +0200, Jan Helak escribió:
>> Hello everyone :)
>>
>> I try to build two
El lun, 04-05-2009 a las 14:54 +0200, Jan Helak escribió:
> Hello everyone :)
>
> I try to build two-way translator for polish and english languages as a
> project on one of my subjects. By now, I created a one-way translator
> (polish->english) as a beta version, but severals problems have came:
Hello everyone :)
I try to build two-way translator for polish and english languages as a
project on one of my subjects. By now, I created a one-way translator
(polish->english) as a beta version, but severals problems have came:
(1) A translator must work in two-ways. How to achieve this?
(2) T