kaljurand
fa6323e06b
fixes in monolingual DictEst (imported from github)
2015-11-11 07:42:05 +00:00
aarne
236a4b2550
small fixes in Est translation and app.probs
2015-11-09 12:44:19 +00:00
aarne
d8d8b36f1c
last fixes to make AppEst compile
2015-11-09 11:02:09 +00:00
aarne
1876e92d2c
Estonian in wide-coverage translation. ChunkEst to revise, ExtensionsEst to complete
2015-11-09 10:44:53 +00:00
aarne
90a5c3fe85
added documentation of list constructors to abstract/ files to improve the absfun document
2015-10-19 13:21:33 +00:00
krasimir
0c229c9108
three fixes in DictionaryEng.gf
2015-10-19 07:37:16 +00:00
krasimir
84340a8c0d
fix the compilation of DictionaryGer.gf
2015-10-19 07:36:41 +00:00
aarne
a0b56e0563
rebuilt absfuns.html with some Constructions and by giving lists of deps for non-local rules
2015-10-15 15:09:22 +00:00
aarne
92b99935f3
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
a3bc2c4cf0
revised comments in Construction so that some functions can be shown in absfun doc
2015-10-15 15:01:38 +00:00
aarne
38c6bbc71b
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
bb289d9297
improved absfuns.html generation, added links, improved comments in source files to give better documentation
2015-10-14 09:05:37 +00:00
aarne
d277fe88e1
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
8e469675df
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
f5e56ebd50
noticed an issue with the placement of verb particle in Swedish; not yet fixed
2015-10-13 13:06:06 +00:00
aarne
33f1d0c583
corrections in DictionarySwe,Fin to deal with UD examples
2015-10-13 13:05:26 +00:00
krasimir
0753b22915
about 250 more variants in English
2015-10-09 12:08:10 +00:00
krasimir
4b3397cd1e
spelling variations for all forgotten transitive verbs
2015-10-08 23:35:39 +00:00
krasimir
09bba4b653
a more systematic addition of variants in English
2015-10-08 21:40:01 +00:00
krasimir
72dd127488
more spelling variants in English from WordNet
2015-10-08 10:21:00 +00:00
krasimir
dad76d2cfe
bugfix ExtraEng.PartVP must also add the particle if there is one
2015-10-07 14:05:32 +00:00
krasimir
3d6aaa0fd3
more fixes in DictionaryEng spotted from WordNet
2015-10-07 09:39:15 +00:00
krasimir
5a7ff3c8ca
alternative spelling of kidnapper_N with single "p"
2015-10-06 22:45:08 +00:00
krasimir
931c4faf53
merge all *ally_Adv with the adverb in *_A, e.g. academically with academicly
2015-10-06 22:01:56 +00:00
Sergei Trofimovich
f550545494
Tweak for HTF-0.13, fix runTest name clash.
2015-10-03 12:47:38 +00:00
aarne
dcd634f92e
fixes in Dut Ita Spa numeral "one"
2015-09-18 06:15:31 +00:00
aarne
f4197a374f
fixes in Dut infinitive/extraposed word order. Not quite clear yet.
2015-09-17 19:44:35 +00:00
aarne
bbc679c6d6
additions and corrections to Dut,Fre,Ita needed for a dialogue system grammar
2015-09-17 09:50:52 +00:00
aarne
78766d3cd8
corrected IrregGer.sein_V to match with ResGer.sein_V
2015-09-15 18:03:47 +00:00
aarne
3b1bba0f11
some fixes in DictionaryGer
2015-09-16 09:57:43 +00:00
aarne
ae94991571
removed bogus "om" from Dut infinitives; fixed "wrong" in Chi
2015-09-04 15:38:49 +00:00
krasimir
1551cec993
fix hop_N in Swedish
2015-09-02 14:24:29 +00:00
francis.tyers
b8dc522813
typo
2015-09-02 10:31:45 +00:00
aarne
898f59bb7d
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
fc371e64bd
added ConstructionTha and implemented parts of it
2015-09-01 08:29:48 +00:00
aarne
c6b36b99c7
removed obsolete flags from LangEng.gf
2015-09-01 08:29:10 +00:00
krasimir
7693d3d33c
a few more words in Bulgarian
2015-09-01 08:46:16 +00:00
krasimir
5cd0175051
about 40 multiword units in Bulgarian
2015-08-31 09:13:23 +00:00
krasimir
cd8017923e
fix sweetie_N/sweetheart_N in Swedish and Bulgarian
2015-08-29 18:01:19 +00:00
krasimir
8c1d321969
crossfire_N in the Bulgarian dictionary
2015-08-28 20:55:48 +00:00
hallgren
72459b5158
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
ee5e103653
remove "heter" as a translation for call_V2 in Swedish
2015-08-18 11:20:45 +00:00
francis.tyers
4dce393a90
det_låter_bra
2015-08-17 11:50:55 +00:00
krasimir
4866931df6
more changes in the dictionary
2015-08-10 08:35:23 +00:00
krasimir
99bcbe0a05
more changes in the Bulgarian dictionary
2015-08-07 08:27:47 +00:00
krasimir
0c064a8e8e
a few changes in the Bulgarian dictionary
2015-08-06 18:07:23 +00:00
krasimir
764a5ba90b
fix the inflection of tea and the translation of tee in Bulgarian
2015-08-06 09:34:19 +00:00
krasimir
af46844b05
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
6a9083bc9e
discontinuous Ger AP part in UttAP
2015-07-27 09:18:14 +00:00
aarne
6519a3b72e
restoring the discontinuous Ger NP parts in some linearizations
2015-07-27 09:14:10 +00:00