mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
animacy is now used in syntax as well
This commit is contained in:
@@ -14,7 +14,7 @@ lincat
|
||||
Comp = {s : Agr => Str} ;
|
||||
|
||||
-- Adjective
|
||||
AP = {s : Species => Gender => Case => Number => Str} ;
|
||||
AP = {s : Species => AGender => Case => Number => Str} ;
|
||||
|
||||
-- Noun
|
||||
CN = {s : Species => Case => Number => Str; g : AGender} ;
|
||||
|
||||
Reference in New Issue
Block a user