second round of completing ParseFin with missing constructs: hundreds more translations

This commit is contained in:
aarne
2013-03-29 08:03:20 +00:00
parent ceb800269c
commit a47a9e2dc0
5 changed files with 94 additions and 46 deletions
+2
View File
@@ -64,4 +64,6 @@ concrete SentenceFin of Sentence = CatFin ** open Prelude, ResFin, StemFin in {
RelS s r = {s = s.s ++ "," ++ r.s ! agrP3 Sg} ; ---- mikä
SSubjS a subj b = {s = a.s ++ "," ++ subj.s ++ b.s} ;
}