mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-08-24 13:16:24 -06:00
39 lines
2.1 KiB
Plaintext
39 lines
2.1 KiB
Plaintext
graph {
|
|
n0[label = "PhrUtt : Phr", style = "solid", shape = "plaintext"] ;
|
|
n0_0[label = "NoPConj : PConj", style = "solid", shape = "plaintext"] ;
|
|
n0 -- n0_0 [style = "solid"];
|
|
n1_0[label = "UttS : Utt", style = "solid", shape = "plaintext"] ;
|
|
n0 -- n1_0 [style = "solid"];
|
|
n0_1_0[label = "UseCl : S", style = "solid", shape = "plaintext"] ;
|
|
n1_0 -- n0_1_0 [style = "solid"];
|
|
n0_0_1_0[label = "TTAnt : Temp", style = "solid", shape = "plaintext"] ;
|
|
n0_1_0 -- n0_0_1_0 [style = "solid"];
|
|
n0_0_0_1_0[label = "TPres : Tense", style = "solid", shape = "plaintext"] ;
|
|
n0_0_1_0 -- n0_0_0_1_0 [style = "solid"];
|
|
n1_0_0_1_0[label = "ASimul : Ant", style = "solid", shape = "plaintext"] ;
|
|
n0_0_1_0 -- n1_0_0_1_0 [style = "solid"];
|
|
n1_0_1_0[label = "PNeg : Pol", style = "solid", shape = "plaintext"] ;
|
|
n0_1_0 -- n1_0_1_0 [style = "solid"];
|
|
n2_0_1_0[label = "PredVP : Cl", style = "solid", shape = "plaintext"] ;
|
|
n0_1_0 -- n2_0_1_0 [style = "solid"];
|
|
n0_2_0_1_0[label = "UsePron : NP", style = "solid", shape = "plaintext"] ;
|
|
n2_0_1_0 -- n0_2_0_1_0 [style = "solid"];
|
|
n0_0_2_0_1_0[label = "i_Pron : Pron", style = "solid", shape = "plaintext"] ;
|
|
n0_2_0_1_0 -- n0_0_2_0_1_0 [style = "solid"];
|
|
n1_2_0_1_0[label = "ComplSlash : VP", style = "solid", shape = "plaintext"] ;
|
|
n2_0_1_0 -- n1_2_0_1_0 [style = "solid"];
|
|
n0_1_2_0_1_0[label = "SlashV2a : VPSlash", style = "solid", shape = "plaintext"] ;
|
|
n1_2_0_1_0 -- n0_1_2_0_1_0 [style = "solid"];
|
|
n0_0_1_2_0_1_0[label = "know_V2 : V2", style = "solid", shape = "plaintext"] ;
|
|
n0_1_2_0_1_0 -- n0_0_1_2_0_1_0 [style = "solid"];
|
|
n1_1_2_0_1_0[label = "DetNP : NP", style = "solid", shape = "plaintext"] ;
|
|
n1_2_0_1_0 -- n1_1_2_0_1_0 [style = "solid"];
|
|
n0_1_1_2_0_1_0[label = "DetQuant : Det", style = "solid", shape = "plaintext"] ;
|
|
n1_1_2_0_1_0 -- n0_1_1_2_0_1_0 [style = "solid"];
|
|
n0_0_1_1_2_0_1_0[label = "IndefArt : Quant", style = "solid", shape = "plaintext"] ;
|
|
n0_1_1_2_0_1_0 -- n0_0_1_1_2_0_1_0 [style = "solid"];
|
|
n1_0_1_1_2_0_1_0[label = "NumPl : Num", style = "solid", shape = "plaintext"] ;
|
|
n0_1_1_2_0_1_0 -- n1_0_1_1_2_0_1_0 [style = "solid"];
|
|
n2_0[label = "NoVoc : Voc", style = "solid", shape = "plaintext"] ;
|
|
n0 -- n2_0 [style = "solid"];
|
|
} |