mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 16:40:11 -06:00
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
digraph {
|
|
rankdir=LR ;
|
|
node [shape = record] ;
|
|
|
|
struct0[label = "<n0> Yohana | <n1> a &+ | <n2> nyw | <n3> &+ | <n4> a | <n5> amáìzi | <n6> aga | <n7> kwosya"] ;
|
|
struct0:n0:e -> struct1:n0:w ;
|
|
struct0:n2:e -> struct1:n1:w ;
|
|
struct0:n4:e -> struct1:n1:w ;
|
|
struct0:n5:e -> struct1:n3:w ;
|
|
struct0:n7:e -> struct1:n2:w ;
|
|
struct1[label = "<n0> John | <n1> drinks | <n2> hot | <n3> water"] ;
|
|
} |