Commit Graph

45 Commits

Author SHA1 Message Date
aarne
b5269b262b lowered Symb_Chunk probability; fixed translator Makefile 2014-12-19 15:17:38 +00:00
aarne
089d0b6b37 added stack space to compile TranslateChi 2014-12-17 12:38:53 +00:00
aarne
c8e54c66a4 adapted Translate grammar to work properly with Symb_Chunk 2014-12-17 12:34:56 +00:00
aarne
4b33f8044a geonames in DictionaryFre 2014-06-17 19:40:41 +00:00
hallgren
0c04bdb4b9 translator/DictionarySwe.gf: fix learn_V
Copied from LexiconSwe.gf.

Also a small fix in lib/src/Makefile.
2014-04-17 13:15:23 +00:00
aarne
7363598913 added an experimental version of TranslateDut, and documentation steps.t2t on how it was built 2014-04-11 07:48:26 +00:00
hallgren
5d36c4734d Fixes for compiling Translate10.pgf 2014-04-04 19:04:16 +00:00
aarne
c4a45f687f translate10 do the right thing 2014-04-04 14:45:50 +00:00
aarne
81f76ba658 Make for Translate10 2014-04-04 14:32:05 +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
086085b9a3 chunks for ordinary RGL, defined with a functor 2014-04-02 13:19:34 +00:00
aarne
1b37a9a88f more stack for making Parse grammars 2014-03-09 11:41:50 +00:00
hallgren
5edf45c2a0 lib/src/Makefile: TranslateChi needs a bigger stack
Note: TranslateFin fails to compile because of an overloading problem.
2014-02-07 17:00:16 +00:00
aarne
7111684795 removed obsolete DictEng??? grammars and marked Parse as obsolete in Makefile 2014-01-22 15:00:16 +00:00
aarne
9b986255bf completed Translate grammars for all 8 languages; a Makefile entry for them; updated doc/translation.html. What remains to do is to make the new documentation facilities (GF-driven, in the Documentation modules) available in the Android app, so that the Parse* modules can be retired from translation tasks. 2014-01-21 08:20:46 +00:00
hallgren
22ac05941b lib/src/Makefile: make -j Parse8.pgf
The parse grammar Parse8.pgf for 8 languages can now be built in parallel with
make -j. Finnish requires a lot of RAM. French requires a lot of time.

Other related make targets available for convenience:

	make Parse: create Parse???.pgf for the 8 individual languages
	make Parse8: create Parse8.pgf assuming all Parse???.pgf already exist

Note: these make targets (and some others) use the gf executable and RGL
library that are installed on the system (found via $PATH and $GF_LIB_PATH,
respectively).
2014-01-10 13:28:53 +00:00
aarne
52a6c03605 Fin.VPSlashPrep is cyclic in the presence of empty-strinc prepositions. Therefore omitted it from ParseFin. 2013-12-10 15:17:35 +00:00
aarne
39cff5a66b another doubling of parsing speed for Fin by using stems inside VP as well. Now just 10% of the time before these optimizations. 2013-12-07 15:55:20 +00:00
aarne
4fab9c1bb8 mkInterj in some languages; 'make Parse' in lib/src builds Parse8.pgf 2013-12-02 13:34:07 +00:00
inari
7c7b35ef3b Add DictEst to Makefile 2013-10-22 12:40:19 +00:00
aarne
24c64d918e 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
4d1804c820 moved Chi ListCN to right place and added some missing words 2013-10-01 16:30:52 +00:00
aarne
ebf34a3fd3 phrasebook Nor compiles again; added make ParseChi and ParseEngChi 2013-05-30 15:08:45 +00:00
aarne
853c0ce4b2 initialized ParseSwe and ParseEngSwe 2013-04-05 11:40:50 +00:00
aarne
1b987a6ce6 added ParseSpa and DictEngSpa as almost dummy templates, but they are compilable 2013-04-05 08:57:12 +00:00
aarne
6ee959de86 changed ParseEngBul to ParseBul for uniformity 2013-04-05 07:51:26 +00:00
aarne
d230533114 changed the name of ParseEngGer to ParseGer for uniformity 2013-04-05 07:47:47 +00:00
aarne
2bb9eb5d14 the path to PROBSFILE in lib Makefile 2013-03-25 14:28:12 +00:00
aarne
ed8611c94b Makefile entries for ParseHin and ParseGer 2013-03-19 07:59:04 +00:00
aarne
6660a47404 Makefile entries for pgf's for robust parsing 2013-03-19 07:26:06 +00:00
aarne
c5cff90a3a in lib/src/, make dict compiles the unilingual dictionaries to alltenses/. 2012-08-24 12:06:48 +00:00
aarne
d5623f9d67 adjustments in Thai pronunciation 2011-12-05 09:36:26 +00:00
aarne
269ca955e1 Nui's additions to LexiconTha 2011-12-04 18:08:18 +00:00
aarne
b36a8fdc50 options for no-pmcfg compilation in lib/src/Make.hs (for library developers, rather than users); adding Thai to some demo and documentation 2011-11-21 15:30:55 +00:00
aarne
a761872256 small adjustments in Make.hs and some resources to make the lib compile with less warnings and without errors 2010-04-14 16:25:17 +00:00
aarne
7e659b0ff2 new synopsis, now with Pol and Urd 2010-04-04 14:07:09 +00:00
aarne
1dfbc7a741 fixes in FoodsUrd and DemoRon compilation 2010-03-05 07:22:57 +00:00
aarne
3f8ce136fc make DemoRon compile 2010-03-04 16:54:25 +00:00
aarne
e6dbcc2dc0 make demo in lib/src works (without Ron) 2010-02-17 16:14:30 +00:00
aarne
b0a62aded5 Demo for Bul and Cat as well 2010-01-21 14:08:44 +00:00
aarne
37223e742d a simpler and better Demo file set for resource grammars 2010-01-21 09:16:34 +00:00
aarne
fa8bcda821 rudimentary dependency tree by command vd 2009-10-08 07:03:29 +00:00
aarne
2a2cc38fda restored lib/src/Make files 2009-10-05 12:55:29 +00:00
krasimir
6e6d943630 remove some obsolete directories and files in lib 2009-09-16 08:43:43 +00:00
aarne
2116f41bc2 next-lib renamed to lib, lib to old-lib 2009-06-22 15:39:08 +00:00