mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
(Por) add ImpP3
- do not use nonExist in Lexicon - draft other missing lins in Idiom
This commit is contained in:
@@ -21,7 +21,7 @@ concrete IdiomPor of Idiom = CatPor **
|
||||
ExistNP np =
|
||||
mkClause [] True False (agrP3 Masc Sg)
|
||||
(insertComplement (\\_ => (np.s ! Acc).ton) (predV B.haver_V)) ;
|
||||
|
||||
|
||||
ExistIP ip = {
|
||||
s = \\t,a,p,_ =>
|
||||
ip.s ! Nom ++
|
||||
@@ -52,4 +52,12 @@ concrete IdiomPor of Idiom = CatPor **
|
||||
mkImperative False P1 vp ! RPos ! Masc ! Pl ; --- fem
|
||||
} ;
|
||||
|
||||
}
|
||||
ImpP3 np vp = {
|
||||
s = "deixe" ++ (np.s ! Nom).ton ++ infVP vp np.a ;
|
||||
} ;
|
||||
|
||||
SelfAdvVP vp = vp ;
|
||||
SelfAdVVP vp = vp ;
|
||||
SelfNP np = np ;
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user