mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
made articles and mass syntactic in exper
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user