animacy is now used in syntax as well

This commit is contained in:
krasimir
2016-08-30 08:30:04 +00:00
parent 436d957684
commit a14c81c619
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 = []} ;