summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-22tweak gf-server.cabalkrasimir
2010-12-22refined synopsisaarne
2010-12-21making synopsis work for structural words, etcaarne
2010-12-21Add build-binary-dist.shhallgren
2010-12-21more clear LICENSE file for GFkrasimir
2010-12-21remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal ↵aarne
inflection
2010-12-20download/index-3.2.t2t: first version of download page for GF release 3.2hallgren
2010-12-20css/style.css: a style sheet for GF web pageshallgren
2010-12-20index.html: changes for release 3.1.6hallgren
It's a bit late. I don't know why these changes haven't been recorded before...
2010-12-20New demo: translation quiz. Remove outdated demos/index.txthallgren
2010-12-17gf.cabal: version 3.1.91, remove pgf-httphallgren
The version of cabal distributed with Ubuntu 10.10 is too old to handle executables that refer to the library in the same package, so to not make it too complicated for Ubuntu users to compile GF from source, pgf-http is no longer part of the main gf.cabal. :-(
2010-12-17Add -optimize-pgf to Makefile for Foods.pgfhallgren
2010-12-17minibar.html: omit explicit grammars_url optionhallgren
The grammars will then by default be fetched from the same server as minibar.html. This means that everything will be served locally when accessing minibar through a locally running pgf-http.
2010-12-17minibar/support.js: fix comment typos and add linkshallgren
2010-12-17pgf-http now uses $datadir/www instead of ./www as the document roothallgren
Along with the changes to Setup.hs it should now be enough to do cabal install pgf-http open http://localhost:41296/ to run the PGF service locally and play with some example grammars in minibar.
2010-12-17RunHTTP.hs: remove hardcoded document roothallgren
The document root is now part of the arguments passed to runHTTP.
2010-12-17Install minibar and some example grammars along with pgf-httphallgren
Together with the changes to pgf-http, this should make it much easier to run the PGF service and minibar locally.
2010-12-17bugfix: GeneratePMCFG should initialize the lexicon to emptykrasimir
2010-12-17bugfix: setProbabilities should be more robust when there are missing ↵krasimir
probabilities for some functions or categories
2010-12-16fixes in QueryFreaarne
2010-12-16some fixes in QuerySwe; a first version of QueryFreaarne
2010-12-14updated documentation of pg -printer formatsaarne
2010-12-14documented the pgf -printer values for helpaarne
2010-12-14option cc -list addedaarne
2010-12-14PGFToCFG should use the full production set because the lexicon is now split outkrasimir
2010-12-14now every parse state keeps reference only to the concrete and the abstract ↵krasimir
syntaxes but not to the whole PGF
2010-12-14numerals: add language flagshallgren
to help minibar pick the right default language
2010-12-14Update version number to 3.1.90 to indicate that we are getting close to the ↵hallgren
3.2 release
2010-12-14work-around in Tree.expr2tree to make Paraphrase workaarne
2010-12-14type checking of oper types with let expressionsaarne
2010-12-14optimization in the parser for large lexicons. Now, the parser is slightly ↵krasimir
slower for grammars with a small lexicon but 3-4 times faster for the English Resource Grammar used in combination with Oxford Advanced Learners Dictionary
2010-12-13update the testsuite for the parser to the latest APIkrasimir
2010-12-11fixed the failure to partial-evaluate pre in right-associative contextaarne
2010-10-19In the haskell code, we make the binary representation of the doubles ↵gdetrez
compliant with IEEE 754. The default binary representation in haskell's Data.Binary package is homemade and quite complicated. Making it compliant with IEEE 754 will make it easyer for the java runtimes (and probably others) to load the PGF.
2010-12-10preparing resource api for multilingual documentationaarne
2010-12-09minibar/support.js: add an errorcallback parameter to ajax_http_gethallgren
2010-12-08no pro drop for polite forms in PhrasebookPolaarne
2010-12-08ProDrop in PhrasebookPolaarne
2010-12-08some more functions in GF.Data.TrieMapkrasimir
2010-12-08CompCN in Hindustani and Pnb by Shafqataarne
2010-12-08fixed typos in the documentation for PGF.Parsekrasimir
2010-12-06simple refactoring in PGF.Macros and relatedkrasimir
2010-12-07optimize-pgf and file flag in pg -pgfaarne
2010-12-07moved PGF.ToApi to GF.Compile.ToAPIaarne
2010-12-07shell command pg -pgf writes current pgf into a fileaarne
2010-12-07minibar.js: restore start_miniabr function for backward compatibilityhallgren
2010-12-07wir without capitals in PhrasebookGeraarne
2010-12-07slight refactoring of Phrasebook, with less start wordsaarne
2010-12-06changed animals so that it compiles, after manual removal of duplicated api ↵aarne
functions (to be fixed in ToAPI)
2010-12-06printing option -api in the eb commandaarne