1
0
forked from GitHub/gf-core

Commit Graph

  • 884a1e107c bunch of medical terms in DictionaryFin inari 2014-09-20 19:44:28 +00:00
  • 3ced115807 forgot to type check the type of a typed let expression kr.angelov 2014-09-17 22:25:08 +00:00
  • 4d6994ffde forgot to type check the type of a typed let expression kr.angelov 2014-09-17 22:25:08 +00:00
  • e34d5b0409 appForm now skips over Typed expressions kr.angelov 2014-09-17 22:02:36 +00:00
  • 4f23ed2289 appForm now skips over Typed expressions kr.angelov 2014-09-17 22:02:36 +00:00
  • a5f81ff81c the type checker for the abstract syntax now allows let expressions in def rules, since they are easily compilable to byte code. This fails in the Haskell runtime since let expressions are not allowed as abstract syntax expressions. kr.angelov 2014-09-17 21:59:45 +00:00
  • ff45e7dd3a the type checker for the abstract syntax now allows let expressions in def rules, since they are easily compilable to byte code. This fails in the Haskell runtime since let expressions are not allowed as abstract syntax expressions. kr.angelov 2014-09-17 21:59:45 +00:00
  • 818896dec2 fix a portability problem with the Python binding (found by Prasanth) kr.angelov 2014-09-17 16:12:40 +00:00
  • db68456727 fix a portability problem with the Python binding (found by Prasanth) kr.angelov 2014-09-17 16:12:40 +00:00
  • a2936678e7 fixed anschauen in LexiconGer, pointed out by DV aarne 2014-09-17 05:30:52 +00:00
  • 3e3178abfa dummy jit_base_tail_finishr for x86_64. kr.angelov 2014-09-16 12:29:35 +00:00
  • e308f384de dummy jit_base_tail_finishr for x86_64. kr.angelov 2014-09-16 12:29:35 +00:00
  • 8d18828008 enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less loss of speed than VPSlash-valued original rules. aarne 2014-09-15 16:10:18 +00:00
  • 240287b6f6 enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less loss of speed than VPSlash-valued original rules. aarne 2014-09-15 16:10:18 +00:00
  • 55621783cb fixes in DictionarySwe - mainly missing words aarne 2014-09-15 15:16:31 +00:00
  • 67d30ce861 fix screen_N in Swedish kr.angelov 2014-09-15 07:59:04 +00:00
  • b492666c0e Finnish NPSep form, to avoid empty Nominative forms in wrong places in case of pro drop. aarne 2014-09-15 07:17:11 +00:00
  • 8b95b86b0a Romance particle verbs: show the p field also in infinitives aarne 2014-09-15 06:33:08 +00:00
  • dcc3d70ac5 added field p for particle in romance Verb. This was already assumed in Dictionary, and created many spurious ambiguities when parsing Romance languages in the wide-coverage translation, because p was simply ignored. aarne 2014-09-14 14:30:08 +00:00
  • 2d91097f49 enabled many more functions, in particular verb patterns, in App, to increase translation quality. This comes with 30% longer translation time with my benchmark but should still be OK. aarne 2014-09-14 08:43:21 +00:00
  • 6d15353a84 enabled many more functions, in particular verb patterns, in App, to increase translation quality. This comes with 30% longer translation time with my benchmark but should still be OK. aarne 2014-09-14 08:43:21 +00:00
  • e8cc5856f4 reverted the pre-variant of vocatives in TranslateEng, because the definition of Voc messes it up. Will have to return to this. aarne 2014-09-14 08:20:09 +00:00
  • 372e216389 in TranslateEng, made vocative possible both before and after the phrase. Should be so in other languages as well. There should also be an optional comma, but this is not right if the vocative is empty - which means that empty vocatives are probably not the right thing to have aarne 2014-09-12 12:37:53 +00:00
  • 19965c0b60 fixes in DictionarySwe aarne 2014-09-12 12:25:37 +00:00
  • 7ddf965061 separate independent (NP without CN) forms of IndefArt and DefArt in Romance languages. The choice of words was unsure in some cases, but at least this eliminates the problem of empty NP's translating to "ones". aarne 2014-09-12 11:59:50 +00:00
  • d19b38657f GF index: shortcut links to Android app, Best practices, REMU, and new Android development instructions aarne 2014-09-12 09:01:43 +00:00
  • 6b47126c8c GF index: shortcut links to Android app, Best practices, REMU, and new Android development instructions aarne 2014-09-12 09:01:43 +00:00
  • aff3405b8d fixes in LexiconGer and DictGer proposed by Denny Vrandecic aarne 2014-09-11 19:36:53 +00:00
  • 621d748bac a major revision of the bytecode generator and JIT compiler. the effect is that now we can compute with lambda functions and with true tail recursion kr.angelov 2014-09-11 15:39:39 +00:00
  • 923ad6b3c0 a major revision of the bytecode generator and JIT compiler. the effect is that now we can compute with lambda functions and with true tail recursion kr.angelov 2014-09-11 15:39:39 +00:00
  • 18ee232497 gf.cabal: add missing c-sources for the Haskell binding to the C run-time library hallgren 2014-09-11 11:53:07 +00:00
  • a0d75d0ea8 gf.cabal: add missing c-sources for the Haskell binding to the C run-time library hallgren 2014-09-11 11:53:07 +00:00
  • 4f9af46ed0 Setup.hs: don't ask darcs for the version history if _darcs is not present hallgren 2014-09-11 11:47:17 +00:00
  • 7cf87a3441 Setup.hs: don't ask darcs for the version history if _darcs is not present hallgren 2014-09-11 11:47:17 +00:00
  • df0602723d now release the FunPtr:s that are allocated for each literal callback kr.angelov 2014-09-10 15:41:53 +00:00
  • 5c0ef5c4ed now release the FunPtr:s that are allocated for each literal callback kr.angelov 2014-09-10 15:41:53 +00:00
  • 80725e872b added an API for custom literals in the Haskell binding kr.angelov 2014-09-10 14:56:18 +00:00
  • d84d3b5763 added an API for custom literals in the Haskell binding kr.angelov 2014-09-10 14:56:18 +00:00
  • b553729f37 added loadConcr/unloadConcr to the Haskell binding. This exposes an API for loading grammars compiled with -split-pgf kr.angelov 2014-09-10 14:35:54 +00:00
  • fb18482aeb added loadConcr/unloadConcr to the Haskell binding. This exposes an API for loading grammars compiled with -split-pgf kr.angelov 2014-09-10 14:35:54 +00:00
  • 566aeb93f5 Wide Coverage Demo web app: use the App grammar instead of the Translate grammar hallgren 2014-09-09 13:53:10 +00:00
  • 98e01dc63e Wide Coverage Demo web app: use the App grammar instead of the Translate grammar hallgren 2014-09-09 13:53:10 +00:00
  • 4eb6b55e98 (1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo hallgren 2014-09-08 15:43:20 +00:00
  • 782bdf3a52 (1) Refactor concurrency, (2) write to .gfo.tmp then rename to .gfo hallgren 2014-09-08 15:43:20 +00:00
  • 4d28c7632e the code for def rules now uses proper graph update to preserve lazyness kr.angelov 2014-09-05 11:53:02 +00:00
  • d7dc541f74 the code for def rules now uses proper graph update to preserve lazyness kr.angelov 2014-09-05 11:53:02 +00:00
  • 86b5f78c57 full support for recursive def rules in the C runtime kr.angelov 2014-09-05 10:09:43 +00:00
  • 5e5ad8f2db full support for recursive def rules in the C runtime kr.angelov 2014-09-05 10:09:43 +00:00
  • a21ffc1941 gf.cabal, gf-server.cabal: add version bounds on network & httpd-shed hallgren 2014-09-03 15:40:26 +00:00
  • fe8daf7f94 gf.cabal, gf-server.cabal: add version bounds on network & httpd-shed hallgren 2014-09-03 15:40:26 +00:00
  • e0e6079c91 src/server: refactoring to isolate dependencies on the cgi/fastcgi packages hallgren 2014-09-02 12:27:47 +00:00
  • 0e87a88f4b src/server: refactoring to isolate dependencies on the cgi/fastcgi packages hallgren 2014-09-02 12:27:47 +00:00
  • bfd414554d partial implementation for recursive def rules kr.angelov 2014-09-01 14:51:20 +00:00
  • 442dadf100 partial implementation for recursive def rules kr.angelov 2014-09-01 14:51:20 +00:00
  • 0ce95397a1 Added TopDictionaryCat inari 2014-09-01 14:27:41 +00:00
  • 342f6e3797 bug fixes in the JIT compiler kr.angelov 2014-09-01 12:53:14 +00:00
  • 9adf01a91e bug fixes in the JIT compiler kr.angelov 2014-09-01 12:53:14 +00:00
  • 4e8cd9119e by_Prep causing conflict in AppChi, therefore excluded from the import of PhrasebookChi aarne 2014-08-30 23:13:39 +00:00
  • 8f273837c9 by_Prep causing conflict in AppChi, therefore excluded from the import of PhrasebookChi aarne 2014-08-30 23:13:39 +00:00
  • d3d1d20a8a examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work yet) hallgren 2014-08-30 17:00:14 +00:00
  • d0d470620c Add OS X Installed package to the GF 3.6 download page hallgren 2014-08-29 11:48:53 +00:00
  • bcf0aa42cd bin/build-binary-dist.sh: just a small fix hallgren 2014-08-29 11:48:10 +00:00
  • cee5f590ca added evaluator.h which I had forgoten kr.angelov 2014-08-29 08:36:53 +00:00
  • 658b9adabe You can now use 'make pkg' to build OS X Installer packages for GF hallgren 2014-08-28 13:30:22 +00:00
  • a6c3ebcd1a removed the temporary SaldoWN.gf file aarne 2014-08-26 09:14:56 +00:00
  • 6494313a14 examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work yet) hallgren 2014-08-30 17:00:14 +00:00
  • fcef855ef0 add brikett in DictionarySwe kr.angelov 2014-08-30 10:51:09 +00:00
  • 224d3a43f7 Add OS X Installed package to the GF 3.6 download page hallgren 2014-08-29 11:48:53 +00:00
  • 9b8b2d5f03 bin/build-binary-dist.sh: just a small fix hallgren 2014-08-29 11:48:10 +00:00
  • 9bc507f1d6 added evaluator.h which I had forgoten kr.angelov 2014-08-29 08:36:53 +00:00
  • d25014f24c You can now use 'make pkg' to build OS X Installer packages for GF hallgren 2014-08-28 13:30:22 +00:00
  • 883d1ae21c gf.cabal ghc-options: don't force -j, -auto-all has been renamed to -fprof-auto hallgren 2014-08-25 23:30:22 +00:00
  • cc61d7edd8 gf.cabal ghc-options: don't force -j, -auto-all has been renamed to -fprof-auto hallgren 2014-08-25 23:30:22 +00:00
  • fecda3e64b implemented some_Quant in Dictionary for many languages where it was missing. Also added some_Det, which has a different meaning: compare "some man" (existential, Quant) to "some tea" (mass term similar to "a little tea", Det) aarne 2014-08-25 19:02:01 +00:00
  • 51e53559b8 in TranslateEng, variant "third-largest" to "third largest" in OrdNumeralSuperl aarne 2014-08-25 19:01:06 +00:00
  • c93e2780d3 type error in ExtensionsChi fixed aarne 2014-08-25 19:00:45 +00:00
  • fdf7d06f9a Fix GHC 7.4 compatibility issue caused by previous patch hallgren 2014-08-25 11:26:58 +00:00
  • 20d5a89664 Fix GHC 7.4 compatibility issue caused by previous patch hallgren 2014-08-25 11:26:58 +00:00
  • a494c713e1 Setup.hs: disable parallel RGL build support for now, since it is incompatible with Cabal<1.20 hallgren 2014-08-25 11:22:20 +00:00
  • 238652c6f9 Setup.hs: disable parallel RGL build support for now, since it is incompatible with Cabal<1.20 hallgren 2014-08-25 11:22:20 +00:00
  • d84c5ef171 Experimental: parallel batch compilation of grammars hallgren 2014-08-25 09:56:00 +00:00
  • c0eb79b403 Experimental: parallel batch compilation of grammars hallgren 2014-08-25 09:56:00 +00:00
  • 59e71e5cfd corrected own_V2 in DictionarySpa aarne 2014-08-24 20:30:24 +00:00
  • e9d83e1f9d added the constructor Noun.NumeralSuperlOrd for phrases like "third largest", which have special linearizations in many languages e.g. German (drittgrösste) and Finnish (kolmanneksi suurin). Implemented for Chi (to check), Dut, Eng, Fin, Ger, Romance, Scand so far aarne 2014-08-24 14:32:44 +00:00
  • 9253d54b7e made the "how old" construction in Chinese more efficient by moving variants to the top level; the resulting rule is the same. This kind of inefficiencies are best found if you compile with the -v option and check for constructors creating unexpectedly many PGF rules. aarne 2014-08-24 14:28:48 +00:00
  • 67fefa20a5 made the "how old" construction in Chinese more efficient by moving variants to the top level; the resulting rule is the same. This kind of inefficiencies are best found if you compile with the -v option and check for constructors creating unexpectedly many PGF rules. aarne 2014-08-24 14:28:48 +00:00
  • 4d4bfbe5ec fix the paradigms for copper_N and honey_N in Bulgarian kr.angelov 2014-08-24 09:06:13 +00:00
  • ad60ce2941 more changes in DictionaryBul kr.angelov 2014-08-23 17:36:44 +00:00
  • c1eb76747c fixes in DictionaryBul kr.angelov 2014-08-23 17:33:45 +00:00
  • a39647d771 bugfix in the android app kr.angelov 2014-08-22 12:33:35 +00:00
  • 14101a6fd7 bugfix in the android app kr.angelov 2014-08-22 12:33:35 +00:00
  • 6bde56bef7 src/www/robots.txt: robot exclusion file for the GF cloud service. hallgren 2014-08-22 12:13:04 +00:00
  • 5f9e6b1220 src/www/robots.txt: robot exclusion file for the GF cloud service. hallgren 2014-08-22 12:13:04 +00:00
  • 8dfaf2ef65 Command line flag -s/-q now silences all warnings hallgren 2014-08-22 00:30:33 +00:00
  • 11105f81cd Command line flag -s/-q now silences all warnings hallgren 2014-08-22 00:30:33 +00:00
  • 21f429caf8 Add lifted directory operations in GF.System.Directory to eliminate the need for liftIO in various places hallgren 2014-08-20 17:47:08 +00:00
  • e1644ef319 Add lifted directory operations in GF.System.Directory to eliminate the need for liftIO in various places hallgren 2014-08-20 17:47:08 +00:00
  • 73310add9a GF.CompileOne: refactoring to reduce code duplication and improve readability hallgren 2014-08-20 17:04:15 +00:00
  • ff960a27b8 GF.CompileOne: refactoring to reduce code duplication and improve readability hallgren 2014-08-20 17:04:15 +00:00
  • be301d8a5e Convert many RGL modules from Latin-1 to UTF-8 to speed up compilation hallgren 2014-08-19 19:42:05 +00:00