summaryrefslogtreecommitdiff
path: root/next-lib/src/catalan/StructuralCat.gf
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2009-06-15 09:56:35 +0000
committerkrasimir <krasimir@chalmers.se>2009-06-15 09:56:35 +0000
commitd73e54ed504f081e659c517e67eb52f038361013 (patch)
tree5b403494caed65a35f8c8f0bce9f4673f3083be3 /next-lib/src/catalan/StructuralCat.gf
parent44bb6250b825679e37b0ddddc946fd0c1661252f (diff)
reduce the number of variants in Catalan
Diffstat (limited to 'next-lib/src/catalan/StructuralCat.gf')
-rw-r--r--next-lib/src/catalan/StructuralCat.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/catalan/StructuralCat.gf b/next-lib/src/catalan/StructuralCat.gf
index b48a94a9a..f32d69b27 100644
--- a/next-lib/src/catalan/StructuralCat.gf
+++ b/next-lib/src/catalan/StructuralCat.gf
@@ -67,7 +67,7 @@ lin
most_Predet = {s = \\_,c => prepCase c ++ ["la majoria"] ; c = CPrep P_de} ;
much_Det = {
s,sp = \\g,c => prepCase c ++ genForms "molt" "molta" ! g ; n = Sg ; s2 = []} ;
- must_VV = mkVV (verbV (haver_59 "haver")) ; -- + of_Prep
+ must_VV = mkVV (verbV (haver_59 "haver" True)) ; -- + of_Prep
no_Utt = ss "no" ;
on_Prep = mkPrep "sobre" ;
--- one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "una" ! g} ;