1
0
forked from GitHub/gf-rgl

animacy is now used in syntax as well

This commit is contained in:
krasimir
2016-08-30 08:30:04 +00:00
parent 5c35480e68
commit 78acd20ace
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ concrete PhraseSlv of Phrase = CatSlv ** open Prelude, ResSlv in {
UttAdv adv = adv ;
UttCN n = {s = n.s ! Indef ! Nom ! Sg} ;
UttCard n = {s = n.s ! Fem ! Nom} ;
UttAP ap = {s = ap.s ! Indef ! Masc ! Nom ! Sg} ;
UttAP ap = {s = ap.s ! Indef ! AMasc Inanimate ! Nom ! Sg} ;
UttInterj i = i ;
NoPConj = {s = []} ;