Difference between revisions of "Apertium-deu-dan/Transfer rules"

From Apertium
Jump to navigation Jump to search
Line 4: Line 4:
   
 
noun = <span style="color:red">red</span>
 
noun = <span style="color:red">red</span>
  +
  +
adj = <span style="color:#0f0">green</span>
   
   
Line 31: Line 33:
 
! scope="row" | det(ind) nom
 
! scope="row" | det(ind) nom
 
| <span style="color:#0000FF">det.ind.m.sg.nom </span> <span style="color:red"> n.m.sg.nom </span>||<span style="color:#0000FF">det.ind.ut.sg</span> <span style="color:red"> n.ut.sg.ind</span>|| ein Hund || en hund || OK ||
 
| <span style="color:#0000FF">det.ind.m.sg.nom </span> <span style="color:red"> n.m.sg.nom </span>||<span style="color:#0000FF">det.ind.ut.sg</span> <span style="color:red"> n.ut.sg.ind</span>|| ein Hund || en hund || OK ||
  +
  +
  +
|-
  +
! scope="row" | det(def) adj() nom
  +
| <span style="color:#0000FF">det.def.m.sg.nom </span> <span style="color:#0f0">adj.sint.f.sg.nom.sw</span> <span style="color:red"> n.m.sg.nom </span>||<span style="color:#0000FF">det.dem.ut.sg</span> <span style="color:#0f0">adj.sint.pst.un.pl.ind</span> <span style="color:red"> n.ut.sg.ind</span>|| die große Katze ||den store kat || OK ||
  +
   
   

Revision as of 18:39, 30 October 2016

Transfer rules German->Danish

det = blue

noun = red

adj = green


Single word rules German->Danish

deu pattern dan pattern deu dan status
n.m.sg.nom n.ut.sg.ind Hund hund OK


Multiple words rules

rule deu pattern dan pattern deu dan status
det(def) nom det.def.m.sg.nom n.m.sg.nom n.ut.sg.def der Hund hunden OK
det(ind) nom det.ind.m.sg.nom n.m.sg.nom det.ind.ut.sg n.ut.sg.ind ein Hund en hund OK


det(def) adj() nom det.def.m.sg.nom adj.sint.f.sg.nom.sw n.m.sg.nom det.dem.ut.sg adj.sint.pst.un.pl.ind n.ut.sg.ind die große Katze den store kat OK