Commit Graph

81 Commits

Author SHA1 Message Date
odanoburu
29c044a315 (Romance) add lins
- add AdVVPSlash, AdvVPSlash, CountNP, PartNP
- simplify opers using record extension
- rm CountNP from NounPor
2018-06-26 17:35:37 -03:00
odanoburu
49a405cdb2 (Por) change mkPrep paradigm
- add Por to Make.hs
- rm elisDe (PhonoPor)
- change mkPrep paradigm, and make necessary changes
- rm ParsePor
2018-06-20 12:31:36 -03:00
odanoburu
67b526b4e7 - add gennumforms to common romance
- try to make preposition contraction
- try to add detcn
2018-06-04 08:47:17 -03:00
odanoburu
ba094d3af1 (Romance) mv numForms to CommonRomance; rm from Morpho* 2018-05-09 15:23:10 -03:00
odanoburu
ccefcc7f16 - add missing linearizations for DetDAP and AdjDAP
- indentation
2018-03-28 16:00:02 -03:00
Aarne Ranta
72b257b9b7 ExtendFre with some definitions 2017-11-08 10:36:49 +01:00
Aarne Ranta
63ea92ad04 MarkupRomance and Ita 2017-10-25 19:03:14 +02:00
Aarne Ranta
77ecb64756 adjusting Fre question forms 2017-10-04 15:03:56 +02:00
Inari Listenmaa
a742d54515 Fix punctuation to use SOFT_BIND and BIND in the whole RGL 2017-06-30 15:28:27 +02:00
aarne
31f4c1d4a8 some fixes and new functionalities in Ita. Note: MassNP is now without "di" like in Spa and unlike in Fre 2017-05-02 16:08:54 +00:00
aarne
ab36e5ce8f copula in romance: ser/estar for Cat,Spa, just essere/etre in Ita,Fra. Controlled by the param type CopulaType in DiffRomance. 2015-07-20 13:41:01 +00:00
aarne
89fba60b19 ExtAdvVP added to some languages where it was missing 2014-12-08 13:21:28 +00:00
aarne
03b15a8683 missing syntax functions in Chi and some other languages 2014-12-08 10:19:38 +00:00
aarne
5c1a78e846 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
051817dfb5 eliminated one parameter from Fre, resulting in twice as fast compilation 2014-11-30 12:53:50 +00:00
aarne
7805f0f339 experiment in discontinuous Cl type in Romance, tried in French. The current result is that compilation is twice as fast as before, but parsing becomes slower. Hence not in the main RGL yet. 2014-11-29 11:05:51 +00:00
aarne
1c0fd52c27 a few fixes in French and Romance to help with homotopy type theory 2014-10-22 14:13:41 +00:00
aarne
524d8bb787 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
38d02ecf9a gerund and participle translations for Fre,Ita,Spa and Ger. Some a bit questionable. 2014-09-26 13:26:01 +00:00
aarne
26cd8bc06c Romance particle verbs: show the p field also in infinitives 2014-09-15 06:33:08 +00:00
aarne
6e2e123ff1 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
1cd137661d 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
aarne
f3d4c7f4d7 added the constructor Noun.NumeralSuperlOrd for phrases like "third largest", which have special linearizations in many languages e.g. German (drittgrösste) and Finnish (kolmanneksi suurin). Implemented for Chi (to check), Dut, Eng, Fin, Ger, Romance, Scand so far 2014-08-24 14:32:44 +00:00
hallgren
4c38803eea 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
aarne
e3cfea7719 corrected the position of agent in Romance passives 2014-04-11 18:55:24 +00:00
aarne
ce2f85c72a restored passives in Extensions for Bul,Fre,Ita,Spa ; PassAgentVPSlash in ExtraBul to be verified 2014-04-09 16:16:32 +00:00
aarne
f962fbb79b changed the definition of MassNP in Romance so that subject position doesn't return the partitive but the definite article. Thus "wine is good" becomes "le vin est bon" and "I drink wine" becomes "je bois du vin". Partitive on subject position seems incorrect, and the definite article the best choice when translating mass terms without articles on the subject position. 2014-04-01 13:03:35 +00:00
aarne
2843fae2af PassAgentVPSlash for Eng, Swe, Fin, Fre 2013-12-06 08:32:53 +00:00
aarne
f64eb3acbf mkInterj in some languages; 'make Parse' in lib/src builds Parse8.pgf 2013-12-02 13:34:07 +00:00
aarne
78f036ae73 added linref's to Ger Hin Romance 2013-11-28 08:05:58 +00:00
aarne
b1f5e0b735 555 new words checked in DictEngFin; latin1 flags in some esoteric files 2013-11-27 19:22:37 +00:00
hallgren
1ccd47784d 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
2c8fed764b 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
aarne
8f01ef7142 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
c6ea181be8 optimized VerbRomance.SlashV2VNP to make it compilable 2013-11-20 15:08:34 +00:00
aarne
bb0f5cf6a8 ExistsNP in Extra for Cat,Eng,Fre,Ita,Spa 2013-05-22 14:25:15 +00:00
aarne
699ca30dff missing constructs in ParseSpa, some not so certain. Present participles should be added to the morphology. 2013-04-29 13:36:48 +00:00
aarne
1ecd665a49 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
57c5b1e7e5 spacing in Romance reflexives with infinitives 2013-02-21 16:02:40 +00:00
aarne
221a60153d inversions with intervening -t- for Fre, e.g. fera-t-il, parle-t-elle 2013-02-21 08:40:57 +00:00
aarne
f541dccad1 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
ef08151513 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
2907902075 fixed agreement to object in Romance SlashVP 2013-02-20 15:55:53 +00:00
aarne
cc16d55df6 some fixes with Romance clitics and imperatives 2013-02-20 15:27:54 +00:00
inari.listenmaa
39d6066a38 DetNPFem 2012-12-31 14:25:09 +00:00
aarne
c21a08ca35 optimized a parameter in Romance clause formation 2012-11-22 15:05:01 +00:00
aarne
9c07e219a5 added UseCopula to Fin,Ger,romance since needed in YAQL 2012-11-13 09:48:26 +00:00
aarne
d118a2aa0f VPSlashPrep in Fin and Romance; the word order in VPSlash not yet fixed. 2012-09-23 09:35:04 +00:00
aarne
256d3a0667 Romance negation: word order dependence 2012-05-28 07:38:25 +00:00
aarne
68c8b7c43a 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