mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-20 17:26:01 -06:00
refactored romance VP. Now it is possible to parse with Spanish and Catalan; for the rest, some Slash rules still pose a problem. Some clitic and agreement things unfinished. All this in next-lib only; resource 1.4 untouched
This commit is contained in:
@@ -55,7 +55,8 @@ incomplete concrete CatRomance of Cat =
|
||||
-- Noun
|
||||
|
||||
CN = {s : Number => Str ; g : Gender} ;
|
||||
NP,Pron = Pronoun ;
|
||||
Pron = Pronoun ;
|
||||
NP = NounPhrase ;
|
||||
Det = {
|
||||
s : Gender => Case => Str ;
|
||||
n : Number ;
|
||||
|
||||
Reference in New Issue
Block a user