1
0
forked from GitHub/gf-core

pro drops and 'how AP' in Extra for some languages

This commit is contained in:
aarne
2010-04-09 14:38:33 +00:00
parent 74a61db4a1
commit 64392c7a50
17 changed files with 64 additions and 6 deletions

View File

@@ -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

View File

@@ -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