Hi,

filtering the phrase translation table would make one aspect of
decoding faster - the look up of translation options. If you have
a small set of sentences to be translated, it may be worth
filtering the phrase table offline first and then use the in-memory
phrase table implementation. This filtering may also include
restriction to the top 100 (with sogtest-filter) or so translations to
avoid excessive processing for frequent source phrases.

-phi

On Tue, Jan 22, 2013 at 3:44 AM, Виталик Аксёнов
<[email protected]> wrote:
> Hello.
> I have one question. Is it possible to speed up Moses, if I make an offline
> translation. Is there a trie to save some results? I ask it, because I don't
> understand all code, and I can't see, where you choose the translation for
> part of the word.
> Thanks in advance!
> Bye!
> (Now I have registered.)
>
>
>
> _______________________________________________
> 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

Reply via email to