Skip to content

MachineTranslationTutorial

FrancisBond edited this page Jul 24, 2009 · 5 revisions

How to set up an MT system.

  • 1 take two grammars
    • one that can parse (and returns mrs) PET preferred
  * one that can generate (and works as a generation server)
{{{
(lkb::read-script-file-aux "~/logon/dfki/jacy/lkb/script")
(lkb::index-for-generator)
(lkb::start-generator-server)
  • create vpm mappings for them both
  • 2 build a transfer system

    • see example systems in logon/uio
    • set up the translation grid

    3 ... 4 profit

Clone this wiki locally