progress with scandinavian

This commit is contained in:
aarne
2005-12-07 11:32:04 +00:00
parent 141fa43eb8
commit 0dfd8c1517
20 changed files with 414 additions and 316 deletions

View File

@@ -1,10 +1,11 @@
--concrete SentenceScand of Sentence = CatScand ** open ResScand in {
--
-- flags optimize=all_subs ;
--
-- lin
-- PredVP np vp = mkS (np.s ! Nom) np.a vp.s vp.s2 ;
--
incomplete concrete SentenceScand of Sentence =
CatScand ** open DiffScand, ResScand in {
flags optimize=all_subs ;
lin
PredVP np vp = mkS (np.s ! nominative) np.a vp.s vp.a1 vp.n2 ;
-- PredSCVP sc vp = mkS sc.s (agrP3 Sg) vp.s vp.s2 ;
--
-- ImpVP vp = {
@@ -34,4 +35,4 @@
--
-- SlashPrep cl prep = cl ** {c2 = prep.s} ;
--
--}
}