mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
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