1
0
forked from GitHub/gf-core
Commit Graph

6843 Commits

Author SHA1 Message Date
john.j.camilleri 2a6ab3543e Urdu: restricted inheritence of CatUrd in NumeralUrd 2012-05-23 07:04:29 +00:00
kr.angelov 3549db552e a bunch of new things in DictEng and ParseEng a simple fix for the VPI category in ExtraEng 2012-05-21 15:06:41 +00:00
kr.angelov bd8046f23d another attempt to port the robust parser to MacOS 2012-05-16 15:18:44 +00:00
hallgren eb380dfb80 translator: fix typo 2012-05-16 14:56:32 +00:00
hallgren ced72bf07b translator: update About page 2012-05-16 14:54:16 +00:00
hallgren e5ec226716 translator: use GF's text lexer/unlexer to obtain more natural looking text
Note though that the unlexer does the wrong thing with initial words that are
supposed to be capitalized, e.g. "I am ready.", "Spanish wine is good.", so
these sentenses are not translated at the moment.
2012-05-16 14:42:26 +00:00
hallgren 8172cf7d94 GFServer.hs: apply UTF8 decoding to all server input 2012-05-16 14:03:09 +00:00
hallgren 5c880fc15b translator: file browser shows files alphabetically now 2012-05-16 13:25:18 +00:00
kr.angelov e342e5e7d6 small fix for compiling the robust parser on MacOS 2012-05-16 12:18:50 +00:00
hallgren 75144d2f7a translator: bug fix
My menu hiding hack didn't work in Gecko browsers because of a difference in
the behaviour of the JavaScript setTimeout function.
2012-05-16 11:53:27 +00:00
john.j.camilleri ebbee9c096 RGL Browser: proper syntax highlighting for GF 2012-05-16 10:37:29 +00:00
hallgren aa105f2916 Adding a Simple Translation Tool
It is part of the cloud services available with gf -server.
2012-05-15 15:36:06 +00:00
john.j.camilleri 0ed07b14bb RGL browser: bug in "show local". better screen-space usage. 2012-05-15 14:03:41 +00:00
john.j.camilleri ab28a26db5 RGL Browser: added show local option 2012-05-15 13:32:49 +00:00
hallgren d13f71a27e Integrate Japanese
* Update Setup.hs to build Japanese by default.
* News item about Japanese on the home page.
* Add Japanese to the supported RGL imports in the grammar editor (gfse).
2012-05-15 13:11:32 +00:00
hallgren 496897c8e1 Quick updates to doc/gf-developers.t2t 2012-05-15 12:51:58 +00:00
john.j.camilleri dd6e3bd973 RGL Browser updates
Added files which didn't get added in previous patch (bloody darcs)
2012-05-15 12:10:30 +00:00
john.j.camilleri 87e812455f RGL Browser updates
- Better layout
- Jump to defition
- Syntax highlighting, line numbers
2012-05-15 12:08:18 +00:00
aarne d59f54ba41 missing case in partial evaluation of + fixed 2012-05-15 11:48:30 +00:00
aarne c15c55a142 some Ger corrections by Erzsébet 2012-05-15 09:16:57 +00:00
aarne f6b87a7d88 fixed some discontinuous categories in synopsis by wrapping with mkUtt 2012-05-15 08:02:12 +00:00
john.j.camilleri d6ae92f1df RGL Browser: small user guide, less crash-prone 2012-05-14 14:29:11 +00:00
john.j.camilleri 050c8b7396 Fixed encoding issue in Web RGL Browser 2012-05-11 13:49:43 +00:00
aarne 670b92fd16 some new functions in ResourceDemo 2012-05-11 12:09:42 +00:00
john.j.camilleri 99c7579e85 RGL Browser
(added files which didn't add in previous patch)
2012-05-11 12:00:52 +00:00
john.j.camilleri 94f99118ad Added RGL Browser tool
Quick and dirty web-based tool for browsing the scope & source of the RGL.
Announcement to be posted in gf-dev group
2012-05-11 11:54:40 +00:00
aarne e4c310ec2e renamed lib/src/mini/MiniGrammar to lib/src/demo/ResourceDemo ; added Jap 2012-05-10 11:54:30 +00:00
aarne 36b1e82edb another fix in Ger Quant, for "gute Häuser" 2012-05-08 13:45:31 +00:00
aarne e64cd561c9 Emil Djupfeldt's correction to PhrasebookGer 2012-05-08 12:10:36 +00:00
kr.angelov 4aca965109 a new unbiased statistical parser. it is still far from perfect use it on your own risk. 2012-05-08 12:13:28 +00:00
aarne 4a62dae5e1 adjective form with Ger determiners 2012-05-08 11:54:36 +00:00
kr.angelov 38ed063405 fixes in DictEng and ParseEng 2012-05-07 21:40:14 +00:00
kr.angelov ed6a53609b yet another fix for parsing literals 2012-04-18 15:50:55 +00:00
kr.angelov c6c54f8815 some fixes in the robust parser and a new API for literals 2012-04-12 06:55:25 +00:00
aarne 13f4eef70c Japanese added to status 2012-05-07 12:35:08 +00:00
aarne ddf3a01c9b Japanese added to RGL Make and synopsis 2012-05-07 12:31:34 +00:00
aarne 245a2b0007 new japanese from Liza 30 April 2012-05-07 11:31:05 +00:00
hallgren 3fed5b1cbc Demos: add a note that the WebAlt Math translator is out of order 2012-05-04 12:52:05 +00:00
hallgren 2774275bf7 alex 3 incompatibility workaround
As a temporary workaround, alex is no longer invoked automatically when
building with cabal. Developers who want to modify the lexer need to run
alex on Lexer.x manually and record the modified Lexer.hs.

    src/compiler/GF/Grammar/lexer/Lexer.x    -- hidden from cabal
    src/compiler/GF/Grammar/Lexer.hs         -- update it manually
2012-05-04 12:39:07 +00:00
hallgren d19854cf0f minibar_offline: fix the link to the regular minibar 2012-04-30 14:03:58 +00:00
hallgren b57b7bdc4b minibar_offline: Update the API exported by pgf_offline.js to be compatible with pgf_online.js
This makes the minibar offline demo work again.
2012-04-30 13:53:55 +00:00
hallgren 82e1ee4a95 minibar: word-for-word replacements: use concrete syntax for replacement words when possible
Instead of showing the name of a function in the abstract syntax, linearize it
and show the result. For functions with argument, e.g. That : Kind -> Item,
the function is applied to the right number of placeholder arguments: 'That ?'.
If the linearization fails, the name of the function is shown anyway.
2012-04-27 14:00:01 +00:00
hallgren 5241469c8e minibar&gfse: grammar extension user interface improvements
The grammar extension is now done with a regular HTML form, so you can use the
TAB key to move between the fields and press ENTER to submit the extension when
you are done.
TODO: more immediate error feedback
2012-04-24 17:13:33 +00:00
virk.shafqat f8e224f0ab refinments 2012-04-24 12:14:47 +00:00
virk.shafqat b3afadcdb9 WNDictEng 2012-04-24 12:01:23 +00:00
hallgren 42f96474a6 minibar & cloud service: minor style changes
Also include the GF logo on the cloud service start page.
2012-04-19 15:34:56 +00:00
hallgren 22a2945d02 Minibar documentation update
Document recent additions in minibar/about.html.
2012-04-19 12:36:03 +00:00
john.j.camilleri 171c26fad3 GFEP: updated readme for 1.5.0 2012-04-19 09:44:42 +00:00
hallgren fe53747a45 minibar: add buttons to use generated translations as input
This functionality was available in the origial Fridge Poetry app, but has been
missing in minibar until now.
2012-04-18 16:26:49 +00:00
aarne 7b2ae94895 Japanese RGL by Liza Zimina - almost complete! 2012-04-18 11:29:32 +00:00