(Ara) Add GenNP

This commit is contained in:
Inari Listenmaa
2018-09-21 09:12:10 +02:00
parent 341b96da9c
commit eb7e4335b5
+1 -1
View File
@@ -15,6 +15,6 @@ concrete ExtendAra of Extend =
in { in {
lin lin
GenNP np = { s = \\_,_,_ => np.s ; d = Const ; isNum, isPron = False } ; GenNP np = { s = \\_,_,_,_ => np.s ! Gen ; d = Const ; isNum, isPron = False } ;
} ; } ;