1
0
forked from GitHub/gf-rgl
Commit Graph

68 Commits

Author SHA1 Message Date
kr.angelov
67a44343f0 split teacher_N into two genders 2013-12-03 10:39:45 +00:00
kr.angelov
9e843ca6d3 one big patch with several changes in the different dictionaries
1. the duplicated variants in the French entries are merged
2. ~150 abstract words are split into masculine and feminine entries.
   The actual defininitions for English, Bulgarian, French and German differ.
   For the other languages they are just copied.
3. fan_N, intelligency_N, character_N and letter_N are split into
   different senses. The entries for Bulgarian, Swedish, German and French
   are sense disambiguated. For English they are just copied since they
   are ambiguous. For the other languages they are copied since I don't
   know how to translate them.
2013-12-03 08:14:05 +00:00
inari
aa0ab9bbaf fixed good_A in DictEngFre 2013-12-02 15:58:54 +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
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
inari
0725165ace fix empty strings in DictEngFre 2013-11-15 15:11:52 +00:00
kr.angelov
2bef26f3d2 two senses of ring_V2 which have different morphology in English 2013-11-14 21:55:40 +00:00
kr.angelov
6b5d3deb53 split degree_N into three senses and add licentiate_N and phd_N in Bulgarian 2013-11-13 16:39:04 +00:00
kr.angelov
b422567dd2 split fire_N into two senses fire_1_N and fire_2_N 2013-11-13 08:59:03 +00:00
kr.angelov
ba08b3d6f1 remove the beam_size flag from the other ParseXXX grammars 2013-11-06 11:02:53 +00:00
hallgren
48a82f1cb9 Restore ExtraFre to AllFre
ExtraFre was removed from AllFre yesterday for some reason, but it is needed
to compile PhrasebookFre, so I restored it.
2013-11-01 16:30:22 +00:00
gregoire.detrez
10d7f12512 Small fix in French dict 2013-10-31 12:52:23 +00:00
gregoire.detrez
8a68ec2f91 Remove dictionaries from AllXx 2013-10-31 12:36:19 +00:00
gregoire.detrez
7ae5285b83 Add DictFre to AllFre
now DictFre is compiled by cabal
2013-10-30 14:24:52 +00:00
kr.angelov
37b0ad21ee remove very_Adv from Dict* 2013-10-28 13:07:20 +00:00
aarne
15028882f4 added 'make ParseFre' and 'make ParseEngFre' to lib/src/Makefile; added the script french/MkWikt.hs 2013-10-10 23:32:05 +00:00
aarne
741fe64426 DictEngFre 19k lemmas from Wiktionary; old one moved to V1_DictEngFre; created ParseFre for robust translation (syntax not yet complete) 2013-10-10 23:18:25 +00:00
aarne
bb0f5cf6a8 ExistsNP in Extra for Cat,Eng,Fre,Ita,Spa 2013-05-22 14:25:15 +00:00
aarne
7384e7b47d Fre and Cat adjective inflection fixes 2013-05-14 06:59:45 +00:00
aarne
77ca8a89a4 compound word paradigm in Ger 2013-04-03 12:51:23 +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
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
cc16d55df6 some fixes with Romance clitics and imperatives 2013-02-20 15:27:54 +00:00
aarne
96598625c9 capitals in Fre character matching 2013-01-28 14:27:04 +00:00
ramona.enache
9115d5b216 added DictEngFre.gf in the french directory 2012-11-25 22:50:56 +00:00
ramona.enache
8aec89ca93 added ParseEngFre.gf 2012-11-25 18:24:40 +00:00
aarne
289965f0fc in lib/src/, make dict compiles the unilingual dictionaries to alltenses/. 2012-08-24 12:06:48 +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
aarne
3703beaaa3 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
39afcde519 middle polarity for French in Romance (for "personne ne dort") 2012-05-27 12:55:32 +00:00
aarne
96713452dc added Fre mkV with 2 args 2012-03-08 12:36:59 +00:00
aarne
359bfa6b1a politeness parameter in Fre youPl8fem_Pron corrected 2011-12-01 08:48:59 +00:00
aarne
5e0fc72772 added case (de or a) to Romance infinitive noun and adj complements 2011-10-27 08:10:48 +00:00
aarne
666189c529 improved the printability of synopsis examples 2011-10-24 15:17:53 +00:00
gregoire.detrez
790623f2c3 Fixing a bug in the French smart paradigm for verbs with 12 arguments. 2011-10-11 02:57:58 +00:00
aarne
bbddbda79e smart paradigms for French irreg verbs 2011-09-24 08:20:33 +00:00
aarne
73805a8c26 smart paradigms for Fre irregular verbs, not perfect yet; removed some variants from Fre conjugations 2011-09-23 14:21:56 +00:00
ra.monique
4eae18a5a9 renamed MorphalouFre to DictFre 2011-09-21 18:18:43 +00:00
aarne
4ec9e0d711 QueryFre added; a utf8 typo in StructuralFre corrected 2011-09-20 08:08:28 +00:00
ra.monique
389fa91f1c added Morphalou - large lexicon for French 2011-09-15 16:28:55 +00:00
aarne
ef79f47a33 restored the use of conjunctCase in romance 2011-08-31 11:56:09 +00:00
aarne
62907a2490 the determiner tout_Det in ExtraFre 2011-08-03 17:00:20 +00:00
aarne
d9467f65fe a couple of fixes with Romance determiners 2011-08-01 10:22:14 +00:00
aarne
7c2e2f6719 french these and those 2010-12-23 11:30:32 +00:00
aarne
68e7c4560b use que rather than quoi as what_IP in Fre 2010-12-16 16:27:40 +00:00
aarne
fa56aa9306 documented Paradigms for Swe, Ger, Fre 2010-12-14 22:06:52 +00:00
aarne
33a03d98bb cleaned up lib modules for better doc in synopsis 2010-12-11 20:33:49 +00:00