mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
number agreement in Romance predeterminers
This commit is contained in:
@@ -20,7 +20,7 @@ incomplete concrete NounRomance of Noun =
|
||||
|
||||
PredetNP pred np = heavyNP {
|
||||
s = \\c => pred.s ! aagr (np.a.g) (np.a.n) ! c ++ (np.s ! pred.c).ton ;
|
||||
a = np.a ;
|
||||
a = case pred.a of {PAg n => agrP3 np.a.g n ; _ => np.a} ;
|
||||
hasClit = False
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user