forked from GitHub/gf-core
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryEng = SyntaxEng-[mkAdN], LexiconEng, ParadigmsEng - [mkAdv,mkAdN,mkOrd] **
|
||||
resource TryEng = SyntaxEng-[mkAdN], LexiconEng, ParadigmsEng - [mkAdv,mkAdN,mkOrd,mkQuant] **
|
||||
open (P = ParadigmsEng) in {
|
||||
|
||||
oper
|
||||
|
||||
Reference in New Issue
Block a user