(Hun) New paradigms for PN

This commit is contained in:
Inari Listenmaa
2020-04-18 08:21:46 +02:00
parent f26b10a8b3
commit 18a763d764
3 changed files with 16 additions and 8 deletions
-6
View File
@@ -85,12 +85,6 @@ lin somebody_NP = defNP "" N.NumSg ;
-}
lin something_NP = defNP "valami" Sg ;
oper
defNP : Str -> Number -> NP = \s,n -> emptyNP ** {
s = (mkNoun s).s ! n ;
n = n
} ;
-------
-- Prep