kaljurand
96dd285b88
improved DictionaryEst from github
2015-11-11 09:11:16 +00:00
aarne
fc517dc1fa
FromCoreRgl.gf: a concrete syntax of Dictionary with all words that can be inherited from core RGL Structural and Lexicon. This should be the best source for those words that are there, since they have been carefully checked.
2015-11-11 08:59:44 +00:00
kaljurand
959519d9f8
fixes in monolingual DictEst (imported from github)
2015-11-11 07:42:05 +00:00
aarne
651e1de4f3
small fixes in Est translation and app.probs
2015-11-09 12:44:19 +00:00
aarne
58e9855ba7
last fixes to make AppEst compile
2015-11-09 11:02:09 +00:00
aarne
72a2d1220b
Estonian in wide-coverage translation. ChunkEst to revise, ExtensionsEst to complete
2015-11-09 10:44:53 +00:00
aarne
fc7b4d859f
added documentation of list constructors to abstract/ files to improve the absfun document
2015-10-19 13:21:33 +00:00
krasimir
62b1a6da87
three fixes in DictionaryEng.gf
2015-10-19 07:37:16 +00:00
krasimir
ac57f7e36e
fix the compilation of DictionaryGer.gf
2015-10-19 07:36:41 +00:00
aarne
4fa9ca5d22
German V3 default without preposition is now Dat+Acc, not Acc+Dat - in conformance with ditransitives in other languages
2015-10-15 15:08:25 +00:00
aarne
44986e0dc3
revised comments in Construction so that some functions can be shown in absfun doc
2015-10-15 15:01:38 +00:00
aarne
9f571b05d8
made Lexicon.give_V3 ditransitive in a number of languages; corrected the default order for V3 in Romance (was accusative dative, now the other way around as it should be)
2015-10-15 14:43:20 +00:00
aarne
a730d11556
improved absfuns.html generation, added links, improved comments in source files to give better documentation
2015-10-14 09:05:37 +00:00
aarne
b6c6962d64
added a copy of uddeps.labels; script for generating a table of abstract RGL functions and information on them; an instance of running the script, absfuns.html, to be used as documentation
2015-10-14 08:04:09 +00:00
krasimir
88907a9c25
SlashV2a in English should set gapInMiddle = False to get the correct syntax for examples like "he absorbed himself into his work"
2015-10-14 07:40:26 +00:00
aarne
285f8d4ae6
noticed an issue with the placement of verb particle in Swedish; not yet fixed
2015-10-13 13:06:06 +00:00
aarne
c12b6c283a
corrections in DictionarySwe,Fin to deal with UD examples
2015-10-13 13:05:26 +00:00
krasimir
0340b1ca96
about 250 more variants in English
2015-10-09 12:08:10 +00:00
krasimir
e33c7ff832
spelling variations for all forgotten transitive verbs
2015-10-08 23:35:39 +00:00
krasimir
7fd1e9ae57
a more systematic addition of variants in English
2015-10-08 21:40:01 +00:00
krasimir
e493a41ba5
more spelling variants in English from WordNet
2015-10-08 10:21:00 +00:00
krasimir
ee257046f0
bugfix ExtraEng.PartVP must also add the particle if there is one
2015-10-07 14:05:32 +00:00
krasimir
20c20093f0
more fixes in DictionaryEng spotted from WordNet
2015-10-07 09:39:15 +00:00
krasimir
94dbc976a9
alternative spelling of kidnapper_N with single "p"
2015-10-06 22:45:08 +00:00
krasimir
02de77665a
merge all *ally_Adv with the adverb in *_A, e.g. academically with academicly
2015-10-06 22:01:56 +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
293464c3e8
corrected IrregGer.sein_V to match with ResGer.sein_V
2015-09-15 18:03:47 +00:00
aarne
bc6100128b
some fixes in DictionaryGer
2015-09-16 09:57:43 +00:00
aarne
54fde918da
removed bogus "om" from Dut infinitives; fixed "wrong" in Chi
2015-09-04 15:38:49 +00:00
krasimir
3c23e512c8
fix hop_N in Swedish
2015-09-02 14:24:29 +00:00
francis.tyers
ed846d0399
typo
2015-09-02 10:31:45 +00:00
aarne
027a63c922
commented out PConj_Chunk, which created lots of bogus parses because of NoPConj. All real PConj chunks can be parsed as Conj chunks anyway.
2015-09-01 08:46:55 +00:00
aarne
5b55696189
added ConstructionTha and implemented parts of it
2015-09-01 08:29:48 +00:00
aarne
5cb72237db
removed obsolete flags from LangEng.gf
2015-09-01 08:29:10 +00:00
krasimir
59f6ddf02b
a few more words in Bulgarian
2015-09-01 08:46:16 +00:00
krasimir
c20a55dadc
about 40 multiword units in Bulgarian
2015-08-31 09:13:23 +00:00
krasimir
db32fe356b
fix sweetie_N/sweetheart_N in Swedish and Bulgarian
2015-08-29 18:01:19 +00:00
krasimir
b2c251452b
crossfire_N in the Bulgarian dictionary
2015-08-28 20:55:48 +00:00
hallgren
4061d03aa2
lib/src/*/Numeral*.gf: fix inconsistent inheritance form Cat
...
While the abstract Numeral inherits only Cat[Numeral,Digits], some of the
concrete NumeralNNN of Numeral inherited everything from CatNNN.
Normally the compiler outputs a warning message when a concrete syntax
contains superflous lincats, but apparently not when they get included
through inheritance...
This does not seem to cause problems in the Haskell run-time system, but the
C run-time system fails to load PGFs with superflous lincats.
This problems shows up when creating application grammars that inherit Numeral.
The Phrasebook is an example of such a grammar.
2015-08-26 11:53:16 +00:00
krasimir
8e1cc3b056
remove "heter" as a translation for call_V2 in Swedish
2015-08-18 11:20:45 +00:00
francis.tyers
10c3d16eec
det_låter_bra
2015-08-17 11:50:55 +00:00
krasimir
53a0514cac
more changes in the dictionary
2015-08-10 08:35:23 +00:00
krasimir
b21f88349a
more changes in the Bulgarian dictionary
2015-08-07 08:27:47 +00:00
krasimir
ad98b0e9b3
a few changes in the Bulgarian dictionary
2015-08-06 18:07:23 +00:00
krasimir
76819066c8
fix the inflection of tea and the translation of tee in Bulgarian
2015-08-06 09:34:19 +00:00
krasimir
7a62ef9906
a big patch with a number of changes in the dictionaries to harmonize them with WordNet
2015-08-05 17:33:52 +00:00
aarne
7e1102c3a1
discontinuous Ger AP part in UttAP
2015-07-27 09:18:14 +00:00
aarne
8bbb2a1277
restoring the discontinuous Ger NP parts in some linearizations
2015-07-27 09:14:10 +00:00