copy files over from GF-latin

This commit is contained in:
Herbert Lange
2019-01-14 16:40:07 +01:00
parent 579bdfcca5
commit 58c8cf70ea
492 changed files with 6213807 additions and 809 deletions
@@ -0,0 +1,14 @@
graph {
node[fontsize = 11];
n0[label = "mkS : S", style = "solid", shape = "plaintext"] ;
n0_0[label = "mkNP : NP", style = "solid", shape = "plaintext"] ;
n0 -- n0_0 [style = "solid"];
n0_0_0[label = "der_Det : Det", style = "solid", shape = "plaintext"] ;
n0_0 -- n0_0_0 [style = "solid"];
n1_0_0[label = "Mann_N : N", style = "solid", shape = "plaintext"] ;
n0_0 -- n1_0_0 [style = "solid"];
n1_0[label = "mkVP : VP", style = "solid", shape = "plaintext"] ;
n0 -- n1_0 [style = "solid"];
n0_1_0[label = "schlafen_V : V", style = "solid", shape = "plaintext"] ;
n1_0 -- n0_1_0 [style = "solid"];
}