DAP, Det with AP and its conjunction, in Eng and Scand ; not quite sure if this is possible in all languages

This commit is contained in:
aarne
2014-06-12 13:55:39 +00:00
parent 27b840621b
commit 8ed9c93d19
11 changed files with 44 additions and 2 deletions
+7
View File
@@ -228,5 +228,12 @@ incomplete concrete NounScand of Noun =
a = agrP3 g det.n
} ;
AdjDAP det ap = {
s = \\b,g => det.s ! b ! g ++ ap.s ! agrAdj (gennum (ngen2gen g) det.n) det.det ;
n = det.n ;
det = det.det ;
} ;
DetDAP d = d ; -- forgetting sp
}