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 0e45b8513f
commit 27a1811446
5 changed files with 94 additions and 46 deletions

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} ;
}