Commit Graph

66 Commits

Author SHA1 Message Date
aarne
38ae2430b5 gerund and participle translations for Fre,Ita,Spa and Ger. Some a bit questionable. 2014-09-26 13:26:01 +00:00
aarne
dcc3d70ac5 added field p for particle in romance Verb. This was already assumed in Dictionary, and created many spurious ambiguities when parsing Romance languages in the wide-coverage translation, because p was simply ignored. 2014-09-14 14:30:08 +00:00
aarne
7ddf965061 separate independent (NP without CN) forms of IndefArt and DefArt in Romance languages. The choice of words was unsure in some cases, but at least this eliminates the problem of empty NP's translating to "ones". 2014-09-12 11:59:50 +00:00
hallgren
be301d8a5e Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation
Also add flags coding=utf8 to silence warnings.
2014-08-19 19:42:05 +00:00
hallgren
efcec8e7e9 Convert BeschCat.gf & BeschSpa.gf to UTF-8 to speed up compilation
Big patch!
2014-08-19 19:39:35 +00:00
hallgren
7dee933802 Adjust the -path flags in 112 RGL modules
The -path flags in the RGL modules compiled during 'cabal build' now refer 
directly to the needed source directories. References 'alltenses' and 'present'
(and the nonexistent directory 'mathematical') have been removed.

This allows the files to be compiled in any order (e.g. in parallel). In
addition, you can do things like

	gf -retain lib/src/api/TrySwe.gf

without compiling/installing any other RGL modules first, and without 
setting any other path flags or environment variables.
2014-08-18 22:26:29 +00:00
inari
ede6ba462c Fix ExistIP in IdiomCat + more smart paradigms for verbs in ParadigmsCat 2014-04-13 10:59:07 +00:00
inari
e9a9418753 Fixes in Catalan which_IQuant; added 2- and 3-arg smart paradigms for verbs + made 1-arg smart paradigm better 2014-04-10 18:12:36 +00:00
aarne
1397bb4528 restored passives in Extensions for Bul,Fre,Ita,Spa ; PassAgentVPSlash in ExtraBul to be verified 2014-04-09 16:16:32 +00:00
hallgren
fc2f5b0a1a Add explicit character encoding specifications in 39 more RGL modules
To silence warnings and avoid potential problems after changing the default
encoding to UTF-8.
2013-11-25 18:17:12 +00:00
hallgren
a24d8a9506 lib/src: adding --# -coding=latin1 to 119 RGL modules
Adding coding pragmas
  
	--# -coding=latin1
  
so that grammars will continue to work when we change the default character
encoding to UTF-8.
2013-11-22 17:26:00 +00:00
hallgren
1846e6bf65 Nonlinear patterns in concrete syntax are now detected and reported as errors
Before, they were silently converted to linear patterns.
Nonlinear patterns in MorphoCat.gf, ParadigmsGre.gf and ParadigmsFin.gf have
been make linear by renaming pattern variables.
2013-09-09 19:52:08 +00:00
inari.listenmaa
0c73d8e1e0 Fixed ser_52 in BeschCat 2013-06-04 10:48:01 +00:00
aarne
6f3a81617b ExistsNP in Extra for Cat,Eng,Fre,Ita,Spa 2013-05-22 14:25:15 +00:00
aarne
11521d05e1 Fre and Cat adjective inflection fixes 2013-05-14 06:59:45 +00:00
inari.listenmaa
038912654d corrected error in cow_N 2013-04-19 14:47:10 +00:00
inari.listenmaa
b7b3a1160a New Catalan feminine noun smart paradigm
Added a one-place constructor for words that end in "ca" or "ga" in nominative.
2013-04-19 14:32:39 +00:00
inari.listenmaa
80f4d1de2e Pronouns with possessive 'llur'
Changed default plural possessive pronoun from llur to "el seu / la seva" etc. and created variants with "llur / llurs" in ExtraCat.
Also changed good_A in LexiconCat to a preceding adjective (prefA).
2013-03-26 16:45:11 +00:00
inari.listenmaa
af53e6e31b Corrected VRefl in DiffCat
Fixed VRefl in DiffCat from "se" to "es" and tonic from "sÌ" to "si". Also some trivial formatting things in MorphoCat and IdiomCat.
2013-03-26 11:33:54 +00:00
aarne
54324d5de3 added PassVPSlash to ExtraRomance; it is a generalization of PassV2 already implemented for some languages. As a variant in Spa and Cat, added PassVPSlash_ser with another copula. 2013-03-13 17:07:57 +00:00
aarne
f92e245c0a inversions with intervening -t- for Fre, e.g. fera-t-il, parle-t-elle 2013-02-21 08:40:57 +00:00
aarne
8eaf3c319e fixed details of Romance clitics for reflexives, imperatives, infinitives. A change in the type of VP.clit3 was needed. 2013-02-20 19:34:20 +00:00
aarne
9bce0eaff0 changed variants {} to existing forms in some Cat and Spa verb forms, in order to prevent losing the whole table in PMCFG generation 2012-12-28 14:59:24 +00:00
jordi.saludes
1e8fcd8b1f Make distinct Masc~Fem,Pl in artDef Cat. 2012-12-18 21:14:03 +00:00
jordi.saludes
d50df6d404 must_VV in Cat should have the genitive "de" attached. 2012-12-17 21:28:24 +00:00
aarne
a4cba91ee6 passive auxiliary to estar in Cat and Spa. 2012-12-10 12:41:03 +00:00
inari.listenmaa
606f8bece8 catalan_smart_paradigms
MorphoCat and ParadigmsCat: smart paradigms for adjectives. 
ExtraCat: added costruction for negative imperative.
2012-10-19 09:36:37 +00:00
aarne
5014c38e6d Romance negation: word order dependence 2012-05-28 07:38:25 +00:00
aarne
fa4ccf176a VPS and conjunction in Romance, by means of repeated unstressed pronouns (in Fre) or prodrop (other languages) 2012-05-27 20:50:59 +00:00
aarne
336e32a9df Romance negative polarity of NP, Det. Quant: the positive form (and direct translation) of "he loves no woman" is "il n'aime aucune femme", "lui non ama nessuna donna", etc. 2012-05-27 14:29:46 +00:00
aarne
bc522704cd middle polarity for French in Romance (for "personne ne dort") 2012-05-27 12:55:32 +00:00
john.j.camilleri
f4e36b0a40 Catalan: added restricted inheritance of CatCat in NumeralCat 2012-05-23 09:32:25 +00:00
aarne
61951cd43d suppressed clitics in Cat,Spa imperatives restored; Romance clitics with imperatives are still very broken and seem to need an enrichment of the VP type. 2011-12-01 21:57:11 +00:00
aarne
12f18aef4d fixed some genders and numbers of Catalan pronouns; to be revisited 2011-12-01 09:10:35 +00:00
aarne
da8a6dc329 added case (de or a) to Romance infinitive noun and adj complements 2011-10-27 08:10:48 +00:00
aarne
40022d7af9 restored the use of conjunctCase in romance 2011-08-31 11:56:09 +00:00
jordi.saludes
29bdca7596 "Simplified regA for Cat" 2011-08-18 16:20:37 +00:00
jordi.saludes
50cdc9e354 provide both genders for Plural in Cat/mkPronoun 2011-06-02 08:53:35 +00:00
jordi.saludes
7445a5fda6 Fixed A's in Cat phrasebook nationalities 2011-06-01 15:50:21 +00:00
aarne
11086f981d completed Paradigms documentation for Cat,Ita,Nor,Spa,Dan 2010-12-19 11:33:02 +00:00
aarne
6bc21c1d7a know_VQ in resource 2010-08-27 15:14:29 +00:00
jordi.saludes
daa01f11d8 Added a case for regular adj in Cat 2010-05-29 15:31:28 +00:00
jordi.saludes
46bbbbf9b7 Fixed regular Adj ending in 'r' in Cat 2010-05-29 14:54:59 +00:00
aarne
b024d69d96 plural indefinite by default empty in Cat and Spa 2010-05-28 14:35:31 +00:00
aarne
086f6d2c6e eliminated empty variants from NumeralsCat, resulting in lost linearization 2010-05-26 22:09:18 +00:00
jordi.saludes
02f5763a4b Added how8much_IAdv to Cat 2010-05-25 20:21:01 +00:00
jordi.saludes
58e674f80e Removing variants for possessive in Cat 2010-05-25 17:36:56 +00:00
krasimir
4b9de3af1d fix the encoding in Catalan 2010-04-13 15:50:10 +00:00
aarne
f3ae4092d5 improved the performance of Romance while retaining correct agreement ; removed Diff modules from Phrasebook 2010-04-06 20:35:12 +00:00
aarne
d1d1c6215d change in Romance agreement to produce correct number for polite singular pronouns ; linking functions that involve mkClause now takes a long time and should be revised 2010-04-06 14:08:01 +00:00