summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-13make Lang for languages that have complete morphology when running make in ↵aarne
lib/src
2012-09-12example with computer terminology from the Wikipediaaarne
2012-09-12First version of a web server for morphological paradigms.aarne
2012-09-11doc/gf-developers: a few more small fixeshallgren
2012-09-11doc/gf-developers: fixed a typohallgren
2012-09-11simple translator: export GlobalSight Download Fileshallgren
TODO: consider using a better way to save to a local file
2012-09-11simple translator: more work on GlobalSight supporthallgren
Disable editing source segments in GlobalSight documents
2012-09-10simple translator: more work on GlobalSight supporthallgren
+ Retain metadata from GlobalSight Download Files. + Disable adding&removing segments when editing a GlobalSight documents.
2012-09-09minibar: fix links to Wikipedia article on JSONPhallgren
Wikipedia moved it.
2012-09-09simple translator: support for importing GlobalSight Download Fileshallgren
TODO: support for export translations in the same format.
2012-09-07The training script for the PennTreebank is updated to compute more statisticskr.angelov
2012-09-06bugfix in the C parserkr.angelov
2012-09-06Add type info to "Warning: ignoring lock fields in resolving..."hallgren
2012-08-30simple translator: make it work even if Apertium is unavailablehallgren
Since Apertium is unavaiable at the moment, I can't check that things still work properly when Aprtium *is* availalbe.
2012-08-30another fix for teyjuskr.angelov
2012-08-30the loading of PGF files was broken by the Teyjus patch. Now this is fixedkr.angelov
2012-08-29Use nub' instead of nub in some places, remove some unused nub importspeter.ljunglof
2012-08-29Added an O(n log n) version of nubpeter.ljunglof
The new nub is called nub', and it replaces the old sortNub which was not lazy and did not retain the order between the elements.
2012-08-29Emacs only recognizes utf-8, not UTF-8, in file headerspeter.ljunglof
2012-08-29A basic infrastructure for generating Teyjus bytecode from the GF abstract ↵kr.angelov
syntax
2012-08-28added Lav in compilation; commented out extensions of Words that are only ↵aarne
available for a fraction of languages; fixed a couple of type errors in WordsLav, to be checked
2012-08-27minibar documentation URL typo fixhallgren
2012-08-27minibar documentation updateshallgren
2012-08-24typo in extminiaarne
2012-08-24extended mini resource grammar in examples, with Eng, Ita, Cmn (Mandarin ↵aarne
Chinese by Jolene)
2012-08-23Improvements to PhrasebookLavNormunds Gruzitis
AHasAge, AHasChildren, AHasRoom, AHasTable, ALike - "almost" done: phrases (cases) are grammatically correct, but the word order has to be changed (TODO in the resource grammar).
2012-08-22Add 'make deb' to Makefile, for creating Debian packageshallgren
Also updated the debian/* files. It should now be easy to create Debian packages under Ubuntu 11.10 & 12.04. See also the notes in the Makefile.
2012-08-18First (public) version of PhrasebookLavNormunds Gruzitis
Tested on Actions: - Temp: AHasName, ALike. - ToDo: AHasAge, AHasChildren, AHasRoom, AHasTable. - FixMe (in the resource grammar): + YouPolMale/YouPolFemale agreement (AHungry, AIll, AMarried, AReady, AScared, AThirsty, ATired); + Missing commas in multiple ObjAndObj constructions (AWant); + Use (the currently missing) Irreg_Give (AWantGo).
2012-08-06Updated the GF Developers Guidehallgren
+ The instructions have been modernized and simplified slightly and should now work again. (I have not verified it on Windows.) Using 'cabal' instead of 'runghc Setup.hs' avoids some problems. + Also, download/index.html has simpler installation instructions sufficient for many users, so mention it in the main README file. + Also adjusted the main Makefile.
2012-08-03fix some warnings in teyjuskr.angelov
2012-08-02translator: keep cloud docs and local docs aparthallgren
+ show a cloud icon next to the document name if it is stored in the cloud + in addition to the name of the current document, remember if it is stored in the cloud, so that the right document is loaded next time you open the translator.
2012-08-02gfse: matching colors in cloud download/upload iconshallgren
2012-08-01GFServer.hs: binary files can now be uploaded to the cloudhallgren
Karel wants to upload PGF files.
2012-08-01gf-cloud-api.html: markup fixhallgren
2012-08-01the first draft of GF.Compile.Instructionskr.angelov
2012-07-31An initial import of the teyjus source code in the C runtime for GF. The two ↵kr.angelov
runtime are still not connected but the source code compiles.
2012-07-27translator: code cleanup and bug fixes hallgren
2012-07-25translator: remove debug logginghallgren
2012-07-25translator: per segment translation method selectionhallgren
2012-07-10GFEP: updated readmejohn.j.camilleri
2012-07-10GFEP: added images for ontology grammar pluginjohn.j.camilleri
2012-07-02Minor changes in Python exportpeter.ljunglof
2012-06-29github news, new languages in the list on indexaarne
2012-06-28Fixed minor bug in prolog exportpeter.ljunglof
2012-06-27major changes to the prolog exportpeter.ljunglof
2012-06-27cleanup in the python exportpeter.ljunglof
2012-06-26Experiment with parallel grammar checkshallgren
Introduced the function parallelCheck :: [Check a] -> Check [a] that runs independent checks in parallel, potentially allowing faster grammar compilation on multi-core computers, if you run gf with +RTS -N. However, on my dual core laptop, this seems to slow down compilation somewhat even though CPU utilization goes up as high as 170% at times. (This is with GF compiled with GHC 7.0.4.)
2012-06-26GF.Infra.CheckM: comment out unused Context argumenthallgren
2012-06-26Report many type errors instead of stopping after the first onehallgren
In GF.Compile.CheckGrammar, use a new topological sorting function that groups independent judgements, allowing them all to be checked before continuing or reporting errors.
2012-06-25Fix for warning messages from checkMapRecoverhallgren
Reimplemented it with the new function accumulateError. Also keeping the formatting of errors and warnings unchanged for now, to avoid potentially causing problems in the GF Eclipse Plugin.