mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Hun) Fix harmony of something_NP
This commit is contained in:
@@ -97,6 +97,12 @@ oper
|
|||||||
objdef = Def ;
|
objdef = Def ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
defNPPrefix : (p,n : Str) -> Number -> NounPhrase = \vala,mi,n -> emptyNP ** {
|
||||||
|
s = \\p,c => vala + mkCaseNoun mi ! n ! c ;
|
||||||
|
n = n ;
|
||||||
|
objdef = Def ;
|
||||||
|
} ;
|
||||||
|
|
||||||
linCN : CNoun -> Str = \cn -> cn.s ! SgNom ++ cn.compl ! Sg ! Nom ++ cn.postmod ;
|
linCN : CNoun -> Str = \cn -> cn.s ! SgNom ++ cn.compl ! Sg ! Nom ++ cn.postmod ;
|
||||||
linNP' : Possessor -> Case -> NounPhrase -> Str = \p,c,np -> np.s ! p ! c ++ np.postmod ;
|
linNP' : Possessor -> Case -> NounPhrase -> Str = \p,c,np -> np.s ! p ! c ++ np.postmod ;
|
||||||
linNP : NounPhrase -> Str = linNP' NoPoss Nom ;
|
linNP : NounPhrase -> Str = linNP' NoPoss Nom ;
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ lin nobody_NP = mkVerb; ""
|
|||||||
lin nothing_NP = defNP "" N.NumSg ;
|
lin nothing_NP = defNP "" N.NumSg ;
|
||||||
lin somebody_NP = defNP "" N.NumSg ;
|
lin somebody_NP = defNP "" N.NumSg ;
|
||||||
-}
|
-}
|
||||||
lin something_NP = defNP "valami" Sg ;
|
lin something_NP = defNPPrefix "vala" "mi" Sg ; -- vowel harmony according to mi
|
||||||
|
|
||||||
-------
|
-------
|
||||||
-- Prep
|
-- Prep
|
||||||
|
|||||||
Reference in New Issue
Block a user