mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
reduce the number of variants in Catalan
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -174,7 +174,7 @@ oper
|
||||
|
||||
copula = verbBeschH (ser_52 "ser") ;
|
||||
|
||||
haver_V : Verb = verbBeschH (haver_59 "haver") ;
|
||||
haver_V : Verb = verbBeschH (haver_59 "haver" True) ;
|
||||
|
||||
verbBeschH : Verbum -> Verb = \v -> verbBesch v ** {vtyp = VHabere} ;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
--# -path=.:../romance:../abstract:../common:../prelude
|
||||
|
||||
concrete LangCat of Lang =
|
||||
GrammarCat,
|
||||
|
||||
@@ -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} ;
|
||||
|
||||
Reference in New Issue
Block a user