1
0
forked from GitHub/gf-rgl

(zul) change to Quant lincat

This commit is contained in:
Laurette Marais
2022-05-27 09:33:05 +02:00
parent 6421fb7ee9
commit 8073d2a91b
4 changed files with 28 additions and 9 deletions
+15 -2
View File
@@ -129,8 +129,21 @@ concrete StructuralZul of Structural = CatZul **
-- youPol_Pron = mkPron "you" "you" "your" "yours" singular P2 human ;
-- Quant (we use this category for demonstratives only)
that_Quant = { s = [] ; dist = Dem2 } ;
this_Quant = { s = [] ; dist = Dem1 } ;
that_Quant = {
s = \\b,a => case b of {
False => dem_pron!Dem2!a ;
True => dem_pron_na!Dem2!a
} ;
dist = Dem2
} ;
-- this_Quant = { s = [] ; dist = Dem1 } ;
this_Quant = {
s = \\b,a => case b of {
False => dem_pron!Dem1!a ;
True => dem_pron_na!Dem1!a
} ;
dist = Dem1
} ;
-- no_Quant = mkQuant "no" "no" "none" "none" ;
-- Subj