| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2010-11-19 | tools/Multi, a script for generating multilingual lexicon grammars with the ↵ | aarne | |
| minimum of effort | |||
| 2010-11-17 | fixed some bugs in translation quiz | aarne | |
| 2010-11-17 | forgot to add ContentService.java in the GF Editor | krasimir | |
| 2010-11-15 | query language versions merged | aarne | |
| 2010-11-15 | bugfix for the abstract operations | krasimir | |
| 2010-11-13 | flags in Setup.hs to speed up library compilation | aarne | |
| 2010-11-12 | operations in the abstract syntax | krasimir | |
| 2010-11-12 | examples/numerals: adapt to current GF syntax | hallgren | |
| 2010-11-10 | lib/amharic by Markos Kassa Gobena | aarne | |
| 2010-11-09 | Some pgf-server API documentation | hallgren | |
| 2010-11-09 | pgf_online.js: if a grammar list is supplied, you don't have to call ↵ | hallgren | |
| switch_grammar. | |||
| 2010-11-09 | Make PGFService.hs compile again | hallgren | |
| + PGFService.hs: add Nothing arguments in calls to PGF.parse_ and PGF.getPArseOutput + gf-server.cabal: mark content-server as not buildable, since required source files are missing. | |||
| 2010-11-09 | minibar.js: code simplification | hallgren | |
| 2010-11-05 | support.js: two new functions: commonPrefix & insertFirst | hallgren | |
| 2010-11-07 | fix the history management in the editor | krasimir | |
| 2010-10-25 | trying to find some inefficiencies in Finnish resource | aarne | |
| 2010-11-01 | preliminary UI for storage/retrieval/search of documents in the GF editor | krasimir | |
| 2010-10-31 | added giza Alignments with command ga and merged the rendering algorithm for ↵ | ramona.enache | |
| graphviz and giza alignments | |||
| 2010-10-28 | minibar.js: bug fix: when not using group translation, and a particular ↵ | hallgren | |
| language is chosen in the To: menu, the translation would not be displayed | |||
| 2010-10-28 | minibar.js: bug fix: the To: menu wasn't updated properly when switching ↵ | hallgren | |
| grammars | |||
| 2010-10-27 | update the testsuite. Now we can typecheck more programs than before | krasimir | |
| 2010-10-26 | minibar: restructured code and improved user interface | hallgren | |
| * Keyboard input and completion should now work much more smoothly: + When you press space, the current word will be completed (if incomplete) and a new magnet will be created. If there is more than one possible completion, no magnet is created, but the common prefix of the possible completions is added to the text box. + Instead of asking the server for possible completions every time a new letter is added to the curent word, minibar only ask for completions for whole words and then filters the list locally when more letters are entered, speeding things up when server responses are slow. * Code restructuring: + The PGF server API has been moved to its own file: pgf_online.js. This allows it to be reused in other applicaitons without importing the entire minibar. It also allows minibar to be used with different server interfaces. + The minibar code has been rewritten to avoid storing state information in the document tree and accessing it by referring to named document elements. The code now also avoids using string literals contaning the names of top-level functions to specify event handlers for buttons and menus. (The code is no longer introspective, so alpha conversion will not change its meaning.) | |||
| 2010-10-26 | support.js: some enhancements and new functions | hallgren | |
| + ajax_http_get(url,callback) now checks the HTTP response status and shows an error message if the status is not OK (is not 200) + New function node(tag,attrs,children) to create document nodes with arbitraty attributes and children. The functions node() and text() should now be enough to construct arbitrary document trees in an easy, functional way, and many of the more specialized functions could be removed. + When calling the function button(label,action,key), the action can be a function instead of a string, so you can use local/anonymous functions. + New function debug(str) adds text to the element with id=debug, if it exists. | |||
| 2010-10-26 | new numerals/amharic.gf by Markos | aarne | |
| 2010-10-25 | when faced with hard unification problem the type checker should just ↵ | krasimir | |
| postpone the decision instead of failing immediately. added test case as well | |||
| 2010-10-25 | when we print the bracketed string it is useful to print the attached ↵ | krasimir | |
| metavariables as well | |||
| 2010-10-25 | update the testsuite to the latest state of the compiler/interpreter | krasimir | |
| 2010-10-25 | fixed typo in GeneratePMCFG.hs. fidFloat -> fidVar | krasimir | |
| 2010-10-25 | During the compilation, the final message "OK" should be displayed only if ↵ | krasimir | |
| we are not in silent mode. This was changed incidentally on the way. | |||
| 2010-10-21 | change the TcM monad to continuation passing style. The old monad caused ↵ | krasimir | |
| stack overflow for large search spaces | |||
| 2010-10-21 | added week day's names in SUMO for Bulgarian and Swedish | krasimir | |
| 2010-10-21 | support for proof search with high-order functions | krasimir | |
| 2010-10-20 | functorized Query and added Swe | aarne | |
| 2010-10-20 | bugfix in the term generation | krasimir | |
| 2010-10-20 | fixed typo which broke the parsing with -openclass | krasimir | |
| 2010-10-19 | in the type checker monad we should use lazy pattern matching because ↵ | krasimir | |
| otherwise we force the exhaustive tree generation to be strict | |||
| 2010-10-18 | in tutorial/smart remove the hack that forced the proof object to be resolved | krasimir | |
| 2010-10-18 | added explicit depth parameter to the parsing API and the corresponding ↵ | krasimir | |
| command in the shell | |||
| 2010-10-18 | typo in PGF.TypeCheck which spoiled the previous patch | krasimir | |
| 2010-10-18 | now we use the GF reasoner to fillin meta variables in the abstract trees ↵ | krasimir | |
| generated from the parser | |||
| 2010-10-18 | forgot Birds.gf | krasimir | |
| 2010-10-18 | translation to English of the Birds dictionary | krasimir | |
| 2010-10-23 | minibar.html: add a <noscript> element with a note that the page doesn't ↵ | hallgren | |
| work unless JavaScript is enabled | |||
| 2010-10-18 | minibar.js: show the type error messages that can occur for grammars with ↵ | hallgren | |
| dependent types | |||
| 2010-10-18 | small Swedish/Bulgarian dictionary of birds in SUMO | krasimir | |
| 2010-10-17 | minibar.js: add an option to enable/disable the Random button | hallgren | |
