summaryrefslogtreecommitdiff
path: root/src/runtime
AgeCommit message (Expand)Author
2011-03-22minibar: don't force focus to the typed input field after every wordhallgren
2011-03-22minibar: add trailing slash in suggested grammar URLshallgren
2011-03-17Adding a missing file for the tokenizer...gdetrez
2011-02-10Adding a basic lexicon-based tokenizer and the asociated command in gf shellgdetrez
2011-03-03minibar: add icon for word alignment buttonhallgren
2011-03-03minibar: add a button to display word alignmenthallgren
2011-03-01minibar/support.js: recognize relative URLs as locations on the same serverhallgren
2011-03-01minibar: make the feedback form work in the generic minibarhallgren
2011-02-06a simple clitic analysis command 'ca'aarne
2011-01-27minibar: a small change to make easy to select an alternate grammar directoryhallgren
2011-01-11minibar: update my home page link (cs->cse)hallgren
2011-01-08fix the computation of abstract expressions in the presence of implicit argum...krasimir
2011-01-08bugfix in the handling of implicit arguments in the typecheckerkrasimir
2010-12-17minibar.html: omit explicit grammars_url optionhallgren
2010-12-17minibar/support.js: fix comment typos and add linkshallgren
2010-12-17bugfix: setProbabilities should be more robust when there are missing probabi...krasimir
2010-12-14now every parse state keeps reference only to the concrete and the abstract s...krasimir
2010-12-14work-around in Tree.expr2tree to make Paraphrase workaarne
2010-12-14optimization in the parser for large lexicons. Now, the parser is slightly sl...krasimir
2010-10-19In the haskell code, we make the binary representation of the doubles complia...gdetrez
2010-12-09minibar/support.js: add an errorcallback parameter to ajax_http_gethallgren
2010-12-08fixed typos in the documentation for PGF.Parsekrasimir
2010-12-06simple refactoring in PGF.Macros and relatedkrasimir
2010-12-07moved PGF.ToApi to GF.Compile.ToAPIaarne
2010-12-07minibar.js: restore start_miniabr function for backward compatibilityhallgren
2010-12-06no more IO in the syntax to API translatorra.monique
2010-12-06vt -api with conversion to resource API namesaarne
2010-12-05added syntax to api translation modulera.monique
2010-12-01minibar: rewrite minibar.js in a more idiomatic JS OOP stylehallgren
2010-12-01Let minibar keep its own copy of tree-btn.pnghallgren
2010-12-01support.js: add function bind (JS OOP trick)hallgren
2010-11-28minibar/about.html: minor adjustmentshallgren
2010-11-24command ai in the shell now shows the probability of the treekrasimir
2010-11-23minibar/about.html: document recent developmenthallgren
2010-11-17fixed some bugs in translation quizaarne
2010-11-12operations in the abstract syntaxkrasimir
2010-11-09Some pgf-server API documentationhallgren
2010-11-09pgf_online.js: if a grammar list is supplied, you don't have to call switch_g...hallgren
2010-11-09minibar.js: code simplificationhallgren
2010-11-05support.js: two new functions: commonPrefix & insertFirsthallgren
2010-10-25trying to find some inefficiencies in Finnish resourceaarne
2010-10-31added giza Alignments with command ga and merged the rendering algorithm for ...ramona.enache
2010-10-28minibar.js: bug fix: when not using group translation, and a particular langu...hallgren
2010-10-28minibar.js: bug fix: the To: menu wasn't updated properly when switching gram...hallgren
2010-10-26minibar: restructured code and improved user interfacehallgren
2010-10-26support.js: some enhancements and new functionshallgren
2010-10-25when faced with hard unification problem the type checker should just postpon...krasimir
2010-10-25when we print the bracketed string it is useful to print the attached metavar...krasimir
2010-10-21change the TcM monad to continuation passing style. The old monad caused stac...krasimir
2010-10-21support for proof search with high-order functionskrasimir