| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | numerals: add language flags | hallgren | |
| to help minibar pick the right default language | |||
| 2010-12-14 | Update version number to 3.1.90 to indicate that we are getting close to the ↵ | hallgren | |
| 3.2 release | |||
| 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-13 | update the testsuite for the parser to the latest API | krasimir | |
| 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 | no pro drop for polite forms in PhrasebookPol | aarne | |
| 2010-12-08 | ProDrop in PhrasebookPol | aarne | |
| 2010-12-08 | some more functions in GF.Data.TrieMap | krasimir | |
| 2010-12-08 | CompCN in Hindustani and Pnb by Shafqat | aarne | |
| 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 | |
| 2010-12-07 | moved PGF.ToApi to GF.Compile.ToAPI | aarne | |
| 2010-12-07 | shell command pg -pgf writes current pgf into a file | aarne | |
| 2010-12-07 | minibar.js: restore start_miniabr function for backward compatibility | hallgren | |
| 2010-12-07 | wir without capitals in PhrasebookGer | aarne | |
| 2010-12-07 | slight refactoring of Phrasebook, with less start words | aarne | |
| 2010-12-06 | changed animals so that it compiles, after manual removal of duplicated api ↵ | aarne | |
| functions (to be fixed in ToAPI) | |||
| 2010-12-06 | printing option -api in the eb command | aarne | |
| 2010-12-06 | no more IO in the syntax to API translator | ra.monique | |
| 2010-12-06 | vt -api with conversion to resource API names | aarne | |
| 2010-12-05 | added syntax to api translation module | ra.monique | |
| 2010-12-01 | minibar: rewrite minibar.js in a more idiomatic JS OOP style | hallgren | |
| This provides easier access to minibar internals for people who want to extend it, but probably also reveals too much of the internal machinery... | |||
| 2010-12-01 | Let minibar keep its own copy of tree-btn.png | hallgren | |
| 2010-12-01 | support.js: add function bind (JS OOP trick) | hallgren | |
| 2010-12-01 | documentation in gfm-format examples (dir renamed from multi) | aarne | |
| 2010-11-30 | Setup.hs: improved langs=... option | hallgren | |
| Instead of just giving an explicit list of languages to compile, you can now also add and remove languages from the default list by using langs=+... or langs=-... Examples: cabal build langs=Eng,Swe,Ger -- as before, compile the given 3 langs cabal build langs=-Fin -- use default languages, but omit Fin cabal build langs=+Urd -- use default languages + Urd ("cabal build ..." is the same as "runhaskell Setup.hs build ...") | |||
| 2010-11-30 | Setup.hs: omit urdu when compiling the rgl, for now. | hallgren | |
| 2010-11-30 | two examples of the .gfm format | aarne | |
| 2010-11-30 | format .gfm for multiple modules in the same file; includes lines with ↵ | aarne | |
| ;-separated words | |||
| 2010-11-28 | fixed SUMOEng with open instead of import for the Extension module | ra.monique | |
| 2010-11-28 | minibar/about.html: minor adjustments | hallgren | |
| 2010-11-26 | Use the internal preprocessors mkPresent and mkMinimal | hallgren | |
| 2010-11-26 | Add builtin preprocessors. Avoid creating tmp file. Fix multipreprocessor bug. | hallgren | |
| * The gf command line options -preproc=mkPresent and -preproc=mkMinimal now refer to internal preprocessors equivalent to lib/src/mkPresent and lib/src/mkMinimal. * The temporary file _gf_preproc.tmp is not created when running an internal preprocessor, unless there is an error, since errors messages refer to locations in the preprocessed file. (Possibly allowing the rgl build to be parallelized.) * After running an external preprocessor, the temporary file is deleted, unless there was an error. * (Bug fix) Before, when running more than one preprocessor, the same file name would be used for both input and output, e.g., mkPresent _gf_preproc.tmp > _gf_preproc.tmp which would result in an empty file being processed. Now, the input and output files will always be different. | |||
| 2010-11-26 | Adding rules for pgf-http to main gf.cabal file | hallgren | |
| pgf-http is now part of the standard GF build & install. | |||
| 2010-11-26 | Split pgf-server into pgf-fcgi and pgf-http. | hallgren | |
| The dependency on the fastcgi package made pgf-server difficult to compile, so it is now split into - pgf-fgci (main module in pgf-fcgi.hs), which is built only if fastcgi is already installed or if you turn on the fastcgi flag (e.g. by doing 'cabal install -f fastcgi'). - pgf-http (main module in pgf-http.hs) which is always built (and hopefully has no problematic dependencies.) The modules FastCGIUtils and PGFService no longer depend on fastcgi. | |||
| 2010-11-25 | pgf-server: more useful JSON output from lineraizeAll | hallgren | |
| Example: Request: http://www.grammaticalframework.org:41296/grammars/Quiz.pgf?command=linearizeAll&tree=Run+YouPl Response: [{"to":"QuizEng","texts":["you run"]}, {"to":"QuizSwe","texts":["ni l??per","ni springer"]}] Compared to the old command linearize: Request: http://www.grammaticalframework.org:41296/grammars/Quiz.pgf?command=linearize&tree=Run+YouPl' Response: [{"to":"QuizEng","text":"you run"}, {"to":"QuizSwe","text":"ni l??per"}] | |||
| 2010-11-25 | DiffUrd and Hin; updated Transliteration.hs | aarne | |
| 2010-11-24 | linearizeAll in PGFService | aarne | |
| 2010-11-22 | lang flag in align_words sets the list of languages | aarne | |
| 2010-11-24 | command ai in the shell now shows the probability of the tree | krasimir | |
| 2010-11-23 | minibar/about.html: document recent development | hallgren | |
| 2010-11-22 | completed book examples | aarne | |
| 2010-11-22 | started a subdir for the book | aarne | |
