forked from GitHub/gf-core
hmsg for Hajo's editor
This commit is contained in:
@@ -11,7 +11,15 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
|
||||
|
||||
oper
|
||||
|
||||
npMan : NounPhrase = nameNounPhrase (mkProperName "man" (NUtr Masc)) ;
|
||||
npMan : NounPhrase = {
|
||||
s = table {
|
||||
PNom => "man" ;
|
||||
PAcc => "en" ;
|
||||
PGen _ => "ens"
|
||||
} ;
|
||||
g = Utr ; n = Sg ; p = P3
|
||||
} ;
|
||||
|
||||
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
||||
|
||||
mkAdjForm : Species -> Number -> NounGender -> AdjFormPos = \b,n,g ->
|
||||
|
||||
Reference in New Issue
Block a user