mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
structural words needed for Attempto ; negative items are overgenerating
This commit is contained in:
@@ -57,7 +57,7 @@ concrete CatGer of Cat =
|
||||
a : Adjf
|
||||
} ;
|
||||
Art = {s : Bool => Number => Gender => Case => Str ; a : Adjf} ;
|
||||
Predet = {s : Number => Gender => Case => Str} ;
|
||||
Predet = {s : Number => Gender => Case => Str ; c : PredetCase} ;
|
||||
Num = {s : Gender => Case => Str ; n : Number ; isNum : Bool} ;
|
||||
Card = {s : Gender => Case => Str ; n : Number} ;
|
||||
Ord = {s : AForm => Str} ;
|
||||
|
||||
Reference in New Issue
Block a user