mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
(Pes) WIP: more fine-grained rules about definiteness in NPs
This commit is contained in:
@@ -73,7 +73,7 @@ concrete VerbPes of Verb = CatPes ** open ResPes,Prelude in {
|
||||
} ;
|
||||
|
||||
CompNP np = {
|
||||
s = \\a => np.s ! case np.hasAdj of {
|
||||
s = \\a => np.s ! case np.takesYeAsComp of {
|
||||
False => Bare ;
|
||||
True => Clitic }
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user