Hi,
does Moses support source generation steps before translation? I would like to accomplish something like that incredible ASCII art below, where t0 is a surface form phrase table, g0 is the source POS generation model, g1 taget POS generation model, lm0 is a surface language model, lm1 a POS language model, osm0 is a OSM is a defined over the generated POS tags. Is that possible?


0  src_word --t0--> trg_word --> lm0

     |                |
     g0               g1
     |                |
     V                v
1  src_pos          trg_pos --> lm1
         \          /
          \        /
           - osm0 -


_______________________________________________
Moses-support mailing list
[email protected]
http://mailman.mit.edu/mailman/listinfo/moses-support

Reply via email to