1
0
forked from GitHub/gf-rgl

(Pes) Add a few NPs in Structural

This commit is contained in:
Inari Listenmaa
2019-03-01 15:22:23 +01:00
parent d005032374
commit 0ffa2400a3
2 changed files with 8 additions and 7 deletions

View File

@@ -40,6 +40,8 @@ resource ResPes = MorphoPes ** open Prelude,Predef in {
animacy = Inanimate ;
compl = []
} ;
indeclNP : Str -> NP = \s ->
emptyNP ** {s = \\m => s} ;
useN : Noun -> CN = \n -> n ** {
hasAdj = False ;