mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-01 03:28:32 -06:00
animacy is now used in syntax as well
This commit is contained in:
@@ -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 = []} ;
|
||||
|
||||
Reference in New Issue
Block a user