1
0
forked from GitHub/gf-rgl
Commit Graph

109 Commits

Author SHA1 Message Date
Inari Listenmaa
0bce34d243 fix a few morphological paradigms for Dutch 2018-01-11 18:36:33 +01:00
Inari Listenmaa
4907a74b44 fix a few lexical entries in IrregDut and LexiconDut 2018-01-11 18:36:00 +01:00
Inari Listenmaa
233f7feb78 fix bugs in regAdjective and mkStem: now inflects correctly adjectives like blauw, and verbs with ≥2 syllables in the stem (ademen, rekenen, schakelen, ...) 2018-01-11 16:13:26 +01:00
Inari Listenmaa
fb7e7050b9 implement contractions with prepositions also for interrogative pronouns and quants and dets 2018-01-05 00:13:48 +02:00
Inari Listenmaa
b7ee620c8a Implement contraction of certain noun phrases and prepositions, e.g. met + dat -> daarmee 2018-01-04 23:46:29 +02:00
Inari Listenmaa
0e2cf3e9a3 fix someSg_Det from sommige to enig(e) 2017-12-20 10:27:17 +01:00
Aarne Ranta
c14b35d714 as a template for future Extend modules, added Dut and Spa 2017-08-20 19:25:24 +03: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
b8f5ed01c6 fixed ta_V in Swe and blad in Dut 2017-04-13 06:48:13 +00:00
m.t.n.de.rijk
1668a5ba73 fixed vowel lengthening in verbs like eten 2017-04-03 10:20:03 +00:00
krasimir
52e9076641 add ready_VP in Constructions 2016-07-05 09:49:30 +00:00
krasimir
c0ed747ba6 added scared_VP & ill_VP. fixed scared_A and ill_A in the general dictionaries of some languages 2016-07-05 06:22:06 +00:00
krasimir
54cf5ce0c8 added tired_VP in Constructions 2016-07-04 21:15:00 +00:00
krasimir
d50eda20ca change in the Documentation module to accomodate topics visualization 2015-11-29 08:01:07 +00:00
andrea.christina.unger
22a3d81e61 fix Dutch mkVP : CN -> VP 2015-11-18 16:07:44 +00:00
krasimir
1b8129145a now the Documentation module contains a category Definition which is used to generate definitions and examples for words in the App. 2015-11-16 14:57:32 +00:00
aarne
a219707eb2 fixes in Dut Ita Spa numeral "one" 2015-09-18 06:15:31 +00:00
aarne
caf333e529 fixes in Dut infinitive/extraposed word order. Not quite clear yet. 2015-09-17 19:44:35 +00:00
aarne
50fc3416f1 additions and corrections to Dut,Fre,Ita needed for a dialogue system grammar 2015-09-17 09:50:52 +00:00
aarne
54fde918da removed bogus "om" from Dut infinitives; fixed "wrong" in Chi 2015-09-04 15:38:49 +00:00
andrea.christina.unger
56058e5566 fixed problems with position of Dutch negation 2015-07-21 12:48:09 +00:00
andrea.christina.unger
131d4b0f99 fixed problems with Dutch infinitives 2015-07-19 08:26:50 +00:00
krasimir
b3130736e4 the Android app now can show Glosses from WordNet 2015-07-01 09:44:56 +00:00
krasimir
a47aac0ad8 use BIND in IIDig for all languages in the library 2015-06-11 12:00:57 +00:00
aarne
af58630037 enabled VPI functions in ExtraDut 2015-06-07 21:00:19 +00:00
aarne
41f6e60edc two-place Dut.mkA to deal with unpredictable attributive form 2015-04-16 07:03:29 +00:00
aarne
4c06e1e664 Dutch mkA morpheme -en added to those not duplicating end consonant 2015-04-16 06:52:59 +00:00
aarne
ab207b1f34 corrected Dut.mkA for -ig ; ferris wheel in a few Dictionaries 2015-04-15 20:43:43 +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
41f7a0d9b0 Constructions: languageNP and languageCN ; languagePN removed. Requires the change of lincat from PN to N. Done for 10 languages, not yet Bul and Hin. Enables "my English is bad", "this is bad English" 2014-11-20 22:10:24 +00:00
aarne
d733b8641f PossNP in Dut 2014-11-20 21:37:11 +00:00
hallgren
cec28ebec0 Lang???.gf: exclude Documentation from present mode
The Documentation module is excluded from present mode in abstract/Lang.gf,
so it needs to be excluded in the corresponding concrete syntaxes too
to avoid problems.
2014-10-23 16:32:55 +00:00
aarne
e5f48ade2b Dictionary fixes for Swe nd Fin 2014-09-26 14:48:28 +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
hallgren
75278a5828 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
aarne
9ca9eed130 fixed notpresent flags in ResDut.gf so that it compiles with the -present option 2014-06-19 16:20:01 +00:00
inari
10c9476f52 Overload partV ; fix typo in IrregDut ; fix word order in subordinate clauses in ResDut 2014-06-19 15:04:36 +00:00
inari
c7f53b256d small cleanup 2014-06-19 09:57:23 +00:00
inari
52c58a6ccb Major changes in Dutch: word order fixes, add particle verbs, fixes in verb smart paradigms 2014-06-19 09:54:48 +00:00
aarne
8466c09107 ConstructionsDut and geonames in DictionaryChi (including some in Latin letters without spaces) 2014-06-18 13:14:51 +00:00
aarne
8ed9c93d19 DAP, Det with AP and its conjunction, in Eng and Scand ; not quite sure if this is possible in all languages 2014-06-12 13:55:39 +00:00
aarne
4dcc23ba01 Dutch morphology and documentation table fixes 2014-06-12 08:00:49 +00:00
aarne
43faff66e7 komen_V in IrredDut, from EdG 2014-06-12 06:44:31 +00:00
aarne
772c7f38a1 path in AllDut now contains api to enable compilation from scratch; this is so for all languages with Documentation 2014-06-07 08:36:52 +00:00
aarne
c11936deb1 completed DocumentationDut 2014-06-06 14:30:25 +00:00
aarne
d4e3d831d3 started DocumentationDut; not yet finished 2014-06-05 08:03:33 +00:00
inari
c6e0f97068 added StressedPron 2014-05-22 08:27:44 +00:00
inari
ab60ca3988 change example nouns in ParadigmsDut 2014-05-12 09:28:58 +00:00