mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
added PassVPSlash
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
concrete ExtendPol of Extend =
|
concrete ExtendPol of Extend =
|
||||||
CatPol ** ExtendFunctor - [
|
CatPol ** ExtendFunctor - [
|
||||||
iFem_Pron, youFem_Pron, theyFem_Pron, ProDrop
|
iFem_Pron, youFem_Pron, theyFem_Pron, ProDrop, PassVPSlash
|
||||||
]
|
]
|
||||||
with
|
with
|
||||||
(Grammar = GrammarPol) **
|
(Grammar = GrammarPol) **
|
||||||
open PronounMorphoPol in {
|
open PronounMorphoPol, Prelude in {
|
||||||
|
|
||||||
lin iFem_Pron = pronJa FemSg ;
|
lin iFem_Pron = pronJa FemSg ;
|
||||||
lin youFem_Pron = pronTy FemSg ;
|
lin youFem_Pron = pronTy FemSg ;
|
||||||
@@ -37,6 +37,9 @@ oper
|
|||||||
p = P3
|
p = P3
|
||||||
};
|
};
|
||||||
|
|
||||||
|
-- KA: PassVPSlash is derived from PassV2. Objects might be ignored
|
||||||
|
lin PassVPSlash vps = setImienne vps True;
|
||||||
|
|
||||||
lin GivenName, MaleSurname, FemaleSurname = \n -> n ;
|
lin GivenName, MaleSurname, FemaleSurname = \n -> n ;
|
||||||
lin FullName gn sn = {
|
lin FullName gn sn = {
|
||||||
nom = gn.nom ++ sn.nom ;
|
nom = gn.nom ++ sn.nom ;
|
||||||
|
|||||||
Reference in New Issue
Block a user