Hrv: enough to implement NLG experiment, but bogus in some places

This commit is contained in:
Aarne Ranta
2022-09-30 13:31:06 +02:00
parent a27e502233
commit 47eca9545b
10 changed files with 52 additions and 20 deletions
+1
View File
@@ -15,6 +15,7 @@ lin
} ;
ASimul = {s = [] ; t = CTPres} ;
TPres = {s = [] ; t = CTPres} ;
TPast = {s = [] ; t = CTPast} ;
TTAnt t a = {s = t.s ++ a.s ; t = t.t} ; ----
}