1
0
forked from GitHub/gf-core
Commit Graph

23 Commits

Author SHA1 Message Date
aarne
0ea47b76c4 another optimization of Romance VP. Effect on Fre over 50% in compilation and parse speed. Somewhat smaller on Spa,Ita,Cat. 2014-11-30 15:05:00 +00:00
aarne
76abd1e66f eliminated one parameter from Fre, resulting in twice as fast compilation 2014-11-30 12:53:50 +00:00
aarne
790e1f9ef2 fixed a bug causing too much gluing of Ita,Spa nominal forms with their complements; should only apply to clitic pronouns. And an even worse bug in Fre, due to the use of course-of-value tables in DiffFre (instead of full explicit tables). After the present participle was added to Romance verbs, these tables lacked one form, but this was not reported by the type checker. The result was garbled linearizations and, in some cases, run-time errors in the PGF interpreter. Something to fix in the concrete syntax type checker of course. 2014-09-27 11:17:52 +00:00
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
8b95b86b0a Romance particle verbs: show the p field also in infinitives 2014-09-15 06:33:08 +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
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
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
aarne
4ba116d125 a shortcut in SentenceRomance.SlashVP to make it more easily compilable. This compromises the correctness of negation with polarity elements (e.g. the omission of "pas" in French when "rien" is present) in slash-type questions and polarity items. The correct version is left in a comment and waiting for optimizations that would enable compiling it into PMCFG. 2013-11-21 08:48:08 +00:00
aarne
ed3867789d spacing in Romance reflexives with infinitives 2013-02-21 16:02:40 +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
5cb47b863d the word order of Romance DInv sentences: dove è X esposto -> dove è esposto X. Perhaps a bit too strong; the old version is left in comments, to make later finer distinction easy. 2013-02-20 20:34:28 +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
5014c38e6d Romance negation: word order dependence 2012-05-28 07:38:25 +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
aarne
8c3449fe0e proper placement of clitics in Romance infinitives 2011-10-27 08:06:51 +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
aarne
283807d2ec fixed the order of complements in Romance insertObj 2009-12-16 18:06:45 +00:00
aarne
add4702320 simplified Romance VP and fixed some bugs 2009-08-20 21:08:22 +00:00
aarne
eab322e51e some romance VP fixes 2009-08-20 16:39:59 +00:00
aarne
2116f41bc2 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00