mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -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") ;
|
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} ;
|
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 =
|
concrete LangCat of Lang =
|
||||||
GrammarCat,
|
GrammarCat,
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ lin
|
|||||||
most_Predet = {s = \\_,c => prepCase c ++ ["la majoria"] ; c = CPrep P_de} ;
|
most_Predet = {s = \\_,c => prepCase c ++ ["la majoria"] ; c = CPrep P_de} ;
|
||||||
much_Det = {
|
much_Det = {
|
||||||
s,sp = \\g,c => prepCase c ++ genForms "molt" "molta" ! g ; n = Sg ; s2 = []} ;
|
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" ;
|
no_Utt = ss "no" ;
|
||||||
on_Prep = mkPrep "sobre" ;
|
on_Prep = mkPrep "sobre" ;
|
||||||
--- one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "una" ! g} ;
|
--- one_Quant = {s = \\g,c => prepCase c ++ genForms "un" "una" ! g} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user