I Love Natural Language Processing

I LOVE NLP

Moses Support Digest:POS translation

without comments

[Moses-support] POS translation

Dear All,
I am looking for using moses to translate some sentence that contains POS. for example : I want a fly for the first of november I want to keep my POS by using the “-xml-input pass-through” option like :

input : I want a fly for the first of november
output : je veux un vol pour le premier novembre

but I didn’t find any clue about the probabilities that can be associated to my POS in the moses translation process.
Is there any one can give me some information about it ?

Thanks,

Christophe


Re:[Moses-support] POS translation

Hi,

if I understand this correctly, you want to preserve the XML tags verbatim and only translate the content. The easiest solution would be to strip out the XML, translate the text, and then using the phrase-alignment (and word alignment within phrases) to determine the positions where the tags should be inserted in the output.

This is the method that is used in our web page translation demo:

http://demo.statmt.org/web.cgi

-phi

NOTICE:This is digested from the Moses-support mailing list, which supports for the moses SMT decoder.

Related posts:

  1. Moses Support Digest:Translation from English to Foreign Language
  2. Moses Support Digest:Alignment information from binary phrase table
  3. Moses Support Digest:word lattice and multiple translation tables optimization problem
  4. Moses Support Digest: Copyright application issue for a Snippet Translation System using MOSES
  5. Moses Support Digest: Word Alignment – Moses
  6. Moses Support Digest:RDBMS for the decoder
  7. Moses Support Digest:Call for Participation ACL WMT 2010 Machine Translation Shared Task
  8. Moses Support Digest:ConfusionNet GetSubString error when using lattice with UTF8 input
  9. Moses Support Digest:A translation chain prototype with Moses + IRSTLM
  10. Moses Support Digest: Moses seems to hang

Written by 52nlp

December 7th, 2009 at 8:46 pm

Posted in Moses,SMT

Tagged with , , ,

Leave a Reply