| 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-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 | bugfix for the abstract operations | krasimir | |
| 2010-11-12 | operations in the abstract syntax | krasimir | |
| 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-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-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 | 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 | support for proof search with high-order functions | krasimir | |
| 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 | 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-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-17 | minibar.js: add an option to enable/disable the Random button | hallgren | |
| 2010-10-14 | now since the type checking monad TcM is nondeterministic we can use the ↵ | krasimir | |
| same monad in PGF.Forest.getAbsTrees | |||
| 2010-10-13 | bugfix in PGF.VisualizeTree for handling trees with implicit arguments | krasimir | |
| 2010-10-13 | WebUI: show error when depth/limit has invalid value | krasimir | |
| 2010-10-13 | fix PGF.Generate.restart. The restart should be done only if there are some ↵ | krasimir | |
| solutions found | |||
| 2010-10-13 | the PGF service now can do both random and exhaustive generation. these ↵ | krasimir | |
| functions now return both the generated tree and its linearization | |||
| 2010-10-13 | improved Web UI for queries | krasimir | |
| 2010-10-12 | added option -depth to command gr | krasimir | |
| 2010-10-11 | the exhaustive/random generator now knows how to handle computable functions ↵ | krasimir | |
| in the types | |||
| 2010-10-11 | now the generation from template with meta-variables respects the dependent ↵ | krasimir | |
| types | |||
| 2010-10-07 | added dummy search box for documents | krasimir | |
| 2010-10-07 | use TabBar for the links in the upper-left corner of the editor | krasimir | |
| 2010-10-07 | dummy UI for documents saving/loading in the editor | krasimir | |
| 2010-10-02 | forgot to remove a trace message | krasimir | |
| 2010-10-02 | backtracking for random generation is not enough. we must restart the search ↵ | krasimir | |
| after each solution | |||
| 2010-10-02 | refactor the API for random generation again. Now PGF contains probabilities ↵ | krasimir | |
| in the abstract syntax | |||
