1
0
forked from GitHub/gf-core

reduce the number of variants in Catalan

This commit is contained in:
krasimir
2009-06-15 09:56:35 +00:00
parent d954295724
commit 73fd4b8f0d
4 changed files with 1569 additions and 1568 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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} ;

View File

@@ -1,4 +1,4 @@
--# -path=.:../romance:../abstract:../common:prelude
--# -path=.:../romance:../abstract:../common:../prelude
concrete LangCat of Lang =
GrammarCat,

View File

@@ -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} ;