Commit Graph

18 Commits

Author SHA1 Message Date
aarne
31b79c3d6b added ListVPS and ListVPI related functions to import lists of Translate grammars - they had been missing. This can improve translation also in the app. 2015-05-29 16:08:55 +00:00
aarne
42b66d7277 genitive variant of PossNP in TranslateSwe; overgenerating just like in Eng, because it generates a CN and can hence take determiners 2014-12-22 09:03:28 +00:00
aarne
56c50bfb39 more verb constructions in Translate (Eng,Swe,Fin): without moving, by moving, in order to move 2014-09-26 06:44:03 +00:00
aarne
b4104b90e1 enabled some gerunds and participles in Translate, implemented for Eng and Swe. Commented out which_N, a source of errors. 2014-09-25 17:56:22 +00:00
aarne
08e27cd56e moved Names to Construction, to make the structure simpler ; use months and weeks as PN's as well 2014-06-18 09:27:57 +00:00
aarne
4b33f8044a geonames in DictionaryFre 2014-06-17 19:40:41 +00:00
aarne
0e554cf7df changed CompoundCN to CompoundN with type N -> N -> N to reduce overgeneration and re-enable ambiguity 2014-05-29 11:01:40 +00:00
aarne
48d61ad7c2 DirectComplVS, DirectComplVQ, FocusObjS in translator/Extensions.gf, implemented for Eng,Ger,Swe so far 2014-05-23 13:17:22 +00:00
aarne
677c5cdac9 CompoundAP in translator/Extensions, e.g. language(-)independent. Implemented for all but Bul,Hin 2014-04-13 10:37:58 +00:00
aarne
6fc7271950 adjusted the contents of Translate.gf: (1) inherit everything in Idiom since it is useful and cheap ; (2) inherit ComplVV and SlashV2V from Verb rather than Extensions, since it is more efficient and already available for all languages. Actually the previous version didn't have these functions at all, which affected the quality quite a bit. 2014-04-09 09:40:43 +00:00
aarne
0df4d4bef6 restored passives in Translate, generalized IdRP in Eng 2014-04-07 07:57:55 +00:00
hallgren
5d36c4734d Fixes for compiling Translate10.pgf 2014-04-04 19:04:16 +00:00
aarne
316e473a1e added Spa and Ita to translator/ ; omitted some Extensions functions to double the parsing speed 2014-04-04 14:13:11 +00:00
aarne
2ae1392cc1 Chunking and other robust translation facilities in plain RGL 2014-04-02 21:16:03 +00:00
aarne
8fc7add8a8 experimenting with exclusion of some functions to gain speed in Translate 2014-04-02 14:04:48 +00:00
aarne
086085b9a3 chunks for ordinary RGL, defined with a functor 2014-04-02 13:19:34 +00:00
aarne
c20f5c3cea removed paths to english in Translate modules 2014-01-21 07:26:17 +00:00
aarne
f22647f73c lib/src/translator: refactored wide-coverage translator grammar structured as described in lib/doc/translate.html. Implemented for Eng and Swe. To do: more languages, makefile entries (to be converted from entries for Parse), some internal refactoring in translator/Extensions.gf. 2014-01-20 20:59:26 +00:00