| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-22 | gfse: allow definitions to be reordered by drad-and-drop | hallgren | |
| 2011-02-18 | gfse: fix typos | hallgren | |
| 2011-02-18 | gfse: document that grammars can be uploaded and tested in the GF shell, the ↵ | hallgren | |
| minibar and the translation quiz | |||
| 2011-02-18 | gfse: updated screen shots | hallgren | |
| 2011-02-18 | gfse: support for linking to the translation quiz | hallgren | |
| 2011-02-17 | gfse: some small fixes | hallgren | |
| + 'make install' to copy all required files to the server + configuration options and error checks in upload.cgi | |||
| 2011-02-17 | Adding the prototype GF editor for simple multilingual grammars | hallgren | |
| 2011-02-17 | Adding the prototype GF editor for simple multilingual grammars | hallgren | |
| 2011-02-17 | Adding the prototype GF editor for simple multilingual grammars | hallgren | |
| 2011-02-06 | a simple clitic analysis command 'ca' | aarne | |
| 2011-01-31 | corrections to ancientgreek encoding by Hans Leiss | aarne | |
| 2011-01-28 | started CompilerAPI, still dummy | aarne | |
| 2011-01-27 | minibar: a small change to make easy to select an alternate grammar directory | hallgren | |
| 2011-01-11 | minibar: update my home page link (cs->cse) | hallgren | |
| 2011-01-09 | The name of the fastcgi executable has changed back to pgf-service | hallgren | |
| 2011-01-08 | fix the computation of abstract expressions in the presence of implicit ↵ | krasimir | |
| arguments | |||
| 2011-01-08 | bugfix in the handling of implicit arguments in the typechecker | krasimir | |
| 2010-12-28 | The GF editor now lets the user to upload his/her own grammars | krasimir | |
| 2010-12-23 | gf-server.cabal: changes to stop cabal from demanding hsql even when ↵ | hallgren | |
| content-server is not going to be built | |||
| 2010-12-22 | PGF web service: make the generated index.html for pgf-http a bit more ↵ | hallgren | |
| informative | |||
| 2010-12-22 | gf-server.cabal: update description of fastcgi flag | hallgren | |
| 2010-12-22 | gf-server.cabal: make hsql-mysql optional like fastcgi | hallgren | |
| content-service depends on hsql-mysql, which depends on a C library, so like fastcgi, only compile it if you ask for it explicitly with -ffastcgi. | |||
| 2010-12-22 | gf-server.cabal: Change the default for the flag fastcgi to False | hallgren | |
| If you want the fastcgi server, use cabal install -ffastcgi. This is to avoid problems when you only want to compile pgf-http and the fastcgi library fails to install, which it usually does, since it depends on a C library which is not installed automatically with cabal. | |||
| 2010-12-22 | PGF web service: Use Content-Type text/javascript from JSON output | hallgren | |
| The Content-Type used to be text/json, but this caused warning messages in some web browers. | |||
| 2010-12-22 | added GrammarsPanel in the GF editor | krasimir | |
| 2010-12-22 | tweak gf-server.cabal | krasimir | |
| 2010-12-21 | more clear LICENSE file for GF | krasimir | |
| 2010-12-17 | minibar.html: omit explicit grammars_url option | hallgren | |
| 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-17 | minibar/support.js: fix comment typos and add links | hallgren | |
| 2010-12-17 | pgf-http now uses $datadir/www instead of ./www as the document root | hallgren | |
| 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-17 | RunHTTP.hs: remove hardcoded document root | hallgren | |
| The document root is now part of the arguments passed to runHTTP. | |||
| 2010-12-17 | Install minibar and some example grammars along with pgf-http | hallgren | |
| Together with the changes to pgf-http, this should make it much easier to run the PGF service and minibar locally. | |||
| 2010-12-17 | bugfix: GeneratePMCFG should initialize the lexicon to empty | krasimir | |
| 2010-12-17 | bugfix: setProbabilities should be more robust when there are missing ↵ | krasimir | |
| probabilities for some functions or categories | |||
| 2010-12-14 | updated documentation of pg -printer formats | aarne | |
| 2010-12-14 | documented the pgf -printer values for help | aarne | |
| 2010-12-14 | option cc -list added | aarne | |
| 2010-12-14 | PGFToCFG should use the full production set because the lexicon is now split out | krasimir | |
| 2010-12-14 | now every parse state keeps reference only to the concrete and the abstract ↵ | krasimir | |
| syntaxes but not to the whole PGF | |||
| 2010-12-14 | work-around in Tree.expr2tree to make Paraphrase work | aarne | |
| 2010-12-14 | type checking of oper types with let expressions | aarne | |
| 2010-12-14 | optimization 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-11 | fixed the failure to partial-evaluate pre in right-associative context | aarne | |
| 2010-10-19 | In 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-10 | preparing resource api for multilingual documentation | aarne | |
| 2010-12-09 | minibar/support.js: add an errorcallback parameter to ajax_http_get | hallgren | |
| 2010-12-08 | some more functions in GF.Data.TrieMap | krasimir | |
| 2010-12-08 | fixed typos in the documentation for PGF.Parse | krasimir | |
| 2010-12-06 | simple refactoring in PGF.Macros and related | krasimir | |
| 2010-12-07 | optimize-pgf and file flag in pg -pgf | aarne | |
