summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-20gf-people.html: updated some broken linkshallgren
www.cs.chalmers.se -> www.cse.chalmers.se
2012-06-20added first draft of patents query grammarramona.enache
2012-06-20GF home page: link to PGF library API documentationhallgren
2012-06-19translator: style adjustmentshallgren
2012-06-19translator: expanatory text for local file import hallgren
2012-06-19translator: import text from local fileshallgren
It works in Chrome, Firefox and Opera, but not Safari. (The browser must support the File, FileList and FileReader APIs.)
2012-06-18GF cloud api doc fixeshallgren
2012-06-18cloud service: add preliminary cloud service API documentationhallgren
2012-06-18transaltor: reduce code duplicationhallgren
2012-06-15Add file name to error message when reading a bad .gfo file (in some cases)hallgren
This turns error messages like gf: too few bytes. Failed reading at byte position 1 gf: /some/path/somefile.gfo: too few bytes. Failed reading at byte position 1 but a better fix would be to ignore bad .gfo files and compile from source. The problem is the way this decision is made in GF.Compile.ReadFiles.selectFormat...
2012-06-13translator: added support for the Apertium translation servicehallgren
Also added feedback to source & target language menus to indicate which languages are supported by the selected translation method. For Apertium, the source language menu shows all possible source languages, and the target menu shows the possible target languages for the chosen source language.
2012-06-13GFEP: updated readmejohn.j.camilleri
2012-06-13Use a separated tag for meta productions in the robust parser. This cleans ↵kr.angelov
up the code a lot
2012-06-12translator: documents can now be saved in the cloudhallgren
some other small fixes
2012-06-12gfse & translator: change language code for Japanese to Jpnhallgren
2012-06-12gf-help-full.txt: updated with new command option 'ma -known'hallgren
2012-06-12now there is a limit of 2000000 items in the chart of the robust parser. ↵kr.angelov
This prevents from explosion in the memory size but it will also prevent us from parsing some sentences.
2012-06-12GFEP: updated readmejohn.j.camilleri
2012-06-12GFEP: updated readmejohn.j.camilleri
2012-06-12improved script for training from PennTreebankkr.angelov
2012-06-12now the robust parser is purely top-down and the meta rules compete on a ↵kr.angelov
fair basis with the grammar rules
2012-06-11tried to change Jap to Jpn everywhereaarne
2012-06-11minibar-api.html: small documentation improvementshallgren
2012-06-11GF home page: link to GF clouds service (cloud.grammaticalframework.org)hallgren
Also some small cloud service documentation updates.
2012-06-11translator: source segments can now be editedhallgren
2012-06-11GFEP: updated readmejohn.j.camilleri
2012-06-11GFEP: updated readmejohn.j.camilleri
2012-06-11GFEP: updated readmejohn.j.camilleri
2012-06-11GFEP: updated readmejohn.j.camilleri
2012-06-10command option ma -known to drop unknown wordsaarne
2012-06-09Small Setup.hs bug fixgregoire.detrez
Setup.hs failed to generate DarcsVersion_gf if dist/build/autogen does not exists.g Added a line to create the directory if absent.
2012-06-08More detailed version info in the output of "gf -version"hallgren
2012-06-08translator.css: restore lost width of input fieldhallgren
2012-06-01GFEP: updated readme and removed examples folderjohn.j.camilleri
2012-06-01GFEP: updated readmejohn.j.camilleri
2012-06-01GFEP: Updated readmejohn.j.camilleri
2012-05-30Setup.hs: fix two problems with querying darcshallgren
2012-05-30More detailed version info in the startup messagehallgren
The Setup.hs script now queries darcs to create more detailed version info to include in the startup message. Note thought that with distributed version control systems like darcs, the only way to uniquely identify a version is by the set of patches included. Since the patches are not totally ordered, just looking at the last patch is not enough. For official releases, we tag the current set of patches so we can refer to it by name (e.g. RELEASE-3.3.3).
2012-05-29translator: segment imported text based on punctuationhallgren
2012-05-28translator: better support for ambiguous translationshallgren
The translator picks "the first" translation by default, but the user can choose among the generated translations from a popup menu.
2012-05-28GFServer.hs: apply UTF8 encoding when saving uploaded fileshallgren
This fixes a bug introduced on May 16.
2012-05-27translator: adding "Parallel texts" viewhallgren
This is in addition to the existing "Segment by Segment" view. Also some minor documentation updates.
2012-05-27gf -server: remove debug outputhallgren
2012-05-25translator: you can now import text by copying and pastinghallgren
2012-05-25the viterbi probability for the epsilon categories is now updated properlykr.angelov
2012-05-25fixed an alignment bug in libgu which leads to crash on some platformskr.angelov
2012-05-25fixed memory leak in the pgf-translate toolkr.angelov
2012-05-25added pgf-service.c in the robust parser'kr.angelov
2012-05-23translator: use a more robust test for localStorage support and show a ↵hallgren
warning if it is missing
2012-05-16another attempt to port the robust parser to MacOSkr.angelov