Commit Graph

9248 Commits

Author SHA1 Message Date
hallgren 491777b0c1 Eliminate the record extension operator from the Value type returned by the partial evaluator
It was used only in cases where a lock field needed to be added to a
run-time variable, like e.g. in examples/phrasebook/SentencesTha.gf: 

    lin
      PGreetingMale g   = mkText (lin Text g) (lin Text (ss "ครับ")) | g ;
      PGreetingFemale g = mkText (lin Text g) (lin Text (ss "ค่ะ")) | g ;

But lock fields are only meaningful during type checking and can safely be
ignored in later passes.
2014-12-05 12:42:17 +00:00
kr.angelov f8324ee49c fix a warning in ExtraBul.gf 2014-12-05 12:47:56 +00:00
kr.angelov 4810860afc store the accusative as well as the dative clitics in Bulgarian 2014-12-05 12:46:17 +00:00
aarne dbdcff1fac fixes in app help file ; commented out fake TTS for Bul and Cat ; remove []_ from output with unlinearized functions, so that speech doesn't get garbled. 2014-12-05 09:23:44 +00:00
aarne c6f96d15e4 quick reference text prepended to app help file 2014-12-04 20:30:50 +00:00
kr.angelov e23692de81 merge savory_A/unsavory_A with savoury_A/unsavoury_A 2014-12-04 11:10:41 +00:00
kr.angelov 7d598ed6fc a few words checked/fixed in Bulgarian 2014-12-04 10:53:18 +00:00
kr.angelov f721a1054c merge savory_N and savoury_N 2014-12-04 10:51:46 +00:00
aarne ef51ebaa18 resolved conflicts in Catalan 2014-12-04 06:53:13 +00:00
jordi.saludes bdb48c8033 Catalan constructions and terminology 2014-12-03 15:31:03 +00:00
kr.angelov 432c9c9f08 fix meaningless_A and dumb_A in Bulgarian 2014-12-03 15:17:22 +00:00
hallgren ac24b34696 Wide Coverage Translation Demo web app: updated to use App12.pgf 2014-12-03 15:08:56 +00:00
kr.angelov 6b20611144 fix mean_V2 in Bulgarian 2014-12-03 14:59:00 +00:00
aarne 95d8171046 enabled DocumentationCat in translator and app 2014-12-03 14:40:32 +00:00
aarne c15060d783 Catalan in android app builder ; updated app document with Cat ; substitute voice output for Bulgarian and Catalan ; replaced brackets in unknown words by capitalization (for better speech output ; this is experimental) 2014-12-03 14:38:17 +00:00
aarne 8663795c85 app Makefile default now App12 with Cat 2014-12-03 13:18:48 +00:00
aarne e461296274 added Predef.BIND to elision words in Catalan. 2014-12-03 13:18:23 +00:00
kr.angelov 5bf15465d4 a couple of words checked in Bulgarian 2014-12-03 13:10:25 +00:00
aarne 04a80d40d9 indefinite article in Catalan: use uns/unes only in substantival case (like in Spanish) 2014-12-03 12:47:06 +00:00
hallgren 718f09bc8c examples/app/Makefile: fix dependencies and grammar name for App12.pgf 2014-12-03 12:26:55 +00:00
francis.tyers d84faceeca translate spanish to catalan 2014-12-03 10:44:09 +00:00
francis.tyers c1c0bc1784 translate spanish to catalan 2014-12-03 10:42:33 +00:00
francis.tyers 5db0c8c6e6 translate spanish to catalan 2014-12-03 10:38:44 +00:00
francis.tyers 8fd5ce8bed translate spanish to catalan 2014-12-03 10:29:25 +00:00
francis.tyers 9d728bcbaa translate spanish to catalan 2014-12-03 10:27:21 +00:00
aarne 9d084f0aa5 Catalan added to App, do 'make App12.pgf' 2014-12-03 09:00:59 +00:00
aarne 5c22e490b5 ChunkCat. Needs revision of syncategorematic words, now copied from Spanish. 2014-12-03 08:48:11 +00:00
aarne 508ed8d11c Catalan added to wide coverage translator. TerminologyCat, ExtensionsCat, ConstructionsCat, and DocumentationCatFunctor need changes of Spanish words to Catalan ones, and also some general checks. 2014-12-03 08:46:21 +00:00
kr.angelov 540a174c20 kindergarten_N in Bulgarian and Swedish 2014-12-02 18:37:00 +00:00
aarne d81b05df04 some fixes in DictionaryFin,Fre,Swe 2014-12-02 13:17:12 +00:00
kr.angelov 72ffcc716b two more fixes in DictionaryBul.gf 2014-12-02 10:32:02 +00:00
kr.angelov cfa8a9c163 split conservative_N into two senses 2014-12-02 10:10:18 +00:00
kr.angelov 1afbde169a a number of fixes in DictionaryBul 2014-12-02 10:04:33 +00:00
kr.angelov 0e01782af1 faster translation in the app 2014-12-01 23:15:24 +00:00
kr.angelov 34f91ecce2 better color filter to indicate listening 2014-12-01 21:13:09 +00:00
kr.angelov 301725e9e3 added visual feedback to indicate that the app is not listening anymore 2014-12-01 20:52:37 +00:00
kr.angelov 34bb20dc93 fix in nordic.xml 2014-12-01 20:24:13 +00:00
kr.angelov f562430f86 added special nordic keyboard for Finnish and Swedish 2014-12-01 12:43:31 +00:00
kr.angelov 995735b272 fix the last patch 2014-12-01 11:03:50 +00:00
kr.angelov 89078c3598 a small optimization in the PGF parser which gives me ~5% speed up 2014-12-01 10:48:15 +00:00
kr.angelov 2927c8b7e1 fix in GNU lightning to enable the compilation of two of the the floating point operations. 2014-12-01 09:42:21 +00:00
kr.angelov 2e765fbfe1 fix in linearizer.h to make jpgf compilable 2014-12-01 09:41:48 +00:00
aarne a1d06bab3a some verbs fixed in Ita and Fre Dictionary 2014-11-30 22:22:46 +00:00
aarne 0ea47b76c4 another optimization of Romance VP. Effect on Fre over 50% in compilation and parse speed. Somewhat smaller on Spa,Ita,Cat. 2014-11-30 15:05:00 +00:00
aarne 76abd1e66f eliminated one parameter from Fre, resulting in twice as fast compilation 2014-11-30 12:53:50 +00:00
aarne 12cd4ea245 experiment in discontinuous Cl type in Romance, tried in French. The current result is that compilation is twice as fast as before, but parsing becomes slower. Hence not in the main RGL yet. 2014-11-29 11:05:51 +00:00
hallgren e4bb1d09af WebSetup.hs: always use gf -j, to avoid problems compiling the Phrasebook 2014-11-27 17:48:53 +00:00
aarne 71e573931a switch PhrasebookBul back to present to avoid cabal build failure. More to investigate here. 2014-11-27 17:08:35 +00:00
aarne a55bd1e5e0 make PhrasebookBul use alltenses to prevent misbehaviour in App 2014-11-27 16:36:51 +00:00
kr.angelov 0b2a81ad4d fix in linearizer.h which resolves a warning 2014-11-27 15:20:46 +00:00