made articles and mass syntactic in exper

This commit is contained in:
aarne
2008-04-22 12:34:45 +00:00
parent 30f221cbb4
commit 09a82c8abb
6 changed files with 55 additions and 42 deletions

View File

@@ -51,6 +51,19 @@ concrete BackwardEng of Backward = CatEng ** open ResEng in {
NoNum = {s = []; n = Pl } ;
DefArt = {s = \\_ => artDef} ;
IndefArt = {
s = table {
Sg => artIndef ;
Pl => []
}
} ;
MassDet = {s = \\_ => []} ;
-- from Structural 19/4/2008
that_NP = regNP "that" Sg ;