mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
pro drops and 'how AP' in Extra for some languages
This commit is contained in:
@@ -443,6 +443,10 @@ incomplete resource Constructors = open Grammar in {
|
||||
|
||||
-- There are definite and indefinite articles.
|
||||
|
||||
mkQuant : overload { --# notminimal
|
||||
mkQuant : Pron -> Quant ; -- 1. my --# notminimal
|
||||
} ; --# notminimal
|
||||
|
||||
the_Quant : Quant ; -- the --# notminimal
|
||||
a_Quant : Quant ; -- a --# notminimal
|
||||
|
||||
@@ -1125,6 +1129,10 @@ incomplete resource Constructors = open Grammar in {
|
||||
= \p -> DetQuant (PossPron p) ; --# notminimal
|
||||
} ;
|
||||
|
||||
mkQuant = overload { --# notminimal
|
||||
mkQuant : Pron -> Quant = PossPron ; -- 1. my --# notminimal
|
||||
} ; --# notminimal
|
||||
|
||||
|
||||
the_Art : Art = DefArt ; -- the
|
||||
a_Art : Art = IndefArt ; -- a
|
||||
|
||||
Reference in New Issue
Block a user