| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-12 | minibar/syntax editor integration fixes | hallgren | |
| When starting from the minibar, the selected set of target languages is now preserved when switching back and forth. | |||
| 2013-04-12 | Simple Translation Tool: eliminate &+ in translations from GF | hallgren | |
| Also fixed a bug introduced in previous refactoring. | |||
| 2013-04-12 | gfrobust.js: adding a JavaScript API to the GF Robust Parser translation service | hallgren | |
| Factored out from the Simple Translation Tool. | |||
| 2013-04-11 | minibar.html: add debug element | hallgren | |
| to allow debug output from the syntax editor when it is started from the minibar. Also fix broken markup. | |||
| 2013-04-10 | gf -s/-q now silences "no linearization of" warnings | hallgren | |
| 2013-04-08 | PGF.hs: export function missingLins | hallgren | |
| Also in Commands.hs: be explicit about things imported from the PGF library that are not in the public API. Also a couple of haddock documentation fixes. | |||
| 2013-04-07 | minibar: add a visual hint that linearizations can be expanded into tables | hallgren | |
| 2013-04-05 | Compiler.hs: ghc 7.6.2 compatibility | hallgren | |
| 2013-04-05 | Simple Translator: add GF Robust Parser to the menu for individual segments | hallgren | |
| 2013-04-05 | Simple Translator: use lextext/unlextext for translations with the robust parser | hallgren | |
| 2013-04-05 | Simple Translator: initial support for translation with the GF robust parser | hallgren | |
| 2013-04-05 | now the web service to the robust parser can to translations also | kr.angelov | |
| 2013-04-05 | a bugfix which was causing an infinite loop in the C linearizer for some ↵ | kr.angelov | |
| sentences | |||
| 2013-04-05 | a very simple linearization for partial abstract trees in the C runtime | kr.angelov | |
| 2013-04-04 | minibar/syntax editor integration improvements | hallgren | |
| Work in progress on preserving the start category and selected target languages when switching between the minibar and the syntax editor. | |||
| 2013-04-03 | Simple Translation Tool: initial support for editing source segments in the ↵ | hallgren | |
| minibar | |||
| 2013-04-03 | Adding src/www/js/localstorage.js | hallgren | |
| A common interface to localStorage, to store JSON data under a unique prefix. | |||
| 2013-04-03 | Prevent Unicode characters in warning messages from stopping grammar compilation | hallgren | |
| When compiling a grammar containing characters that are not supported in the current locale, warning messages could cause GF fail with hPutChar: invalid argument (Invalid or incomplete multibyte or wide character) With this quick fix, warning messages that can not be displayed are silently truncated instead, and compilation continues. | |||
| 2013-04-02 | Replace "CId" with "Language" in type signature for PGF.tabularLinearizes | john.j.camilleri | |
| 2013-04-02 | minibar: remember the selected set of target langauges | hallgren | |
| 2013-04-02 | minibar: abstract syntax trees are now shown with or without category names | hallgren | |
| Function names are always shown. | |||
| 2013-03-29 | option pt -funs to show all fun's in a tree | aarne | |
| 2013-03-28 | minibar: show abstract syntax trees without or with function names | hallgren | |
| Click once to show abstract syntax trees without function names. Click again to add function names. | |||
| 2013-03-28 | PGF web API: command=abstrtree not supports the nocat and nofun options | hallgren | |
| 2013-03-27 | minibar: fix problems with the To: menu | hallgren | |
| Automatically expanding the menu when the mouse is over it seems to cause wierd scrolling behavior in Chrome (and also in Firefox but less severe). | |||
| 2013-03-27 | minibar: documentation update | hallgren | |
| 2013-03-27 | minibar: click on a linearization to obtain a table with all variants and forms | hallgren | |
| Click again to hide the table. | |||
| 2013-03-27 | support.js: add function replaceNode | hallgren | |
| 2013-03-27 | PGF web API: add comand linearizeTable | hallgren | |
| The new command linearizeTable outputs linearizations as tables containing all variants and forms, labelled by parameters | |||
| 2013-03-27 | minibar: fix buttons for abstract syntax trees and word alignment diagrams | hallgren | |
| They stopped working after yesterday's changes. | |||
| 2013-03-26 | minibar: documentation update | hallgren | |
| 2013-03-26 | minibar: show parse trees without or with function names | hallgren | |
| Click once to show the parse tree without function names. Click again to add function names. | |||
| 2013-03-26 | PGF service: support all parse tree visualziation options in the web API | hallgren | |
| The new options are * noleaves, nofun, nocat (booleans, false by default) * nodefont, leaffont, nodecolor, leafcolor, nodeedgestyle, leafedgestyle (strings, empty by default) | |||
| 2013-03-26 | haddock bug workaround | hallgren | |
| 2013-03-25 | minibar: initial support for selecting an arbitrary subset of target languages | hallgren | |
| This affects which translations are shown and which languages are included in the word alignment diagrams. | |||
| 2013-03-20 | the calculation of lexical_prob in the statistical parser doesn't work ↵ | kr.angelov | |
| properly. It should be fixed but for now I just disabled the optimization | |||
| 2013-03-20 | replace #if with #ifdef when checking for the optional bottom up filtering ↵ | kr.angelov | |
| in the C runtime | |||
| 2013-03-19 | the bottom up filtering in the C runtime is temporary disabled. It takes too ↵ | kr.angelov | |
| much memory and even makes it impossible to load the Finnish and the German parsing grammars. | |||
| 2013-03-16 | Fix a problem with pattern macros in pre { } expressions | hallgren | |
| The old partial evaluator has special rules to convert pattern macros in pre { } expressions. These rules were missing in the new partial evaluator. | |||
| 2013-03-14 | bug fix in the linearizer in the C runtime | kr.angelov | |
| 2013-03-14 | update the pgf-service tool from the C runtime after the changes in the API | kr.angelov | |
| 2013-03-13 | PGF web API: add 'to' parameter to the 'alignment' command | hallgren | |
| Word alignment diagrams can now be restricted to a subset of the languages supported by the grammar. | |||
| 2013-03-13 | PGF web API: generalize the 'to' parameter to accept a list of languages | hallgren | |
| Some commands (linearize, linearizeAll, random, generate, translate and translategroup) by default produce output in all languages supported by the grammar and the 'to' parameter could be used to restrict output to a single language. Now you can restrict the output to a list of languages. Languages should be separated by spaces. Also removed an unnecessary LANGUAGE pragma and reduced code verbosity. | |||
| 2013-03-13 | pt -nub to remove duplicate trees from a list returned e.g. by a parser | aarne | |
| 2013-03-12 | partial evaluator: push predefined functions inside variants | hallgren | |
| This should prevent errors like Internal error in Compute.ConcreteNew: Applying Predef.drop: Expected a value of type String, got VFV [VString "gewandt",VString "gewendet"] | |||
| 2013-03-12 | command pt -subtrees that analyses a tree into the set of subtrees. Using pt ↵ | aarne | |
| -subtrees <bigtree> | l -treebank for debugging the lin of a big tree | |||
| 2013-03-11 | bugfix in the statistical parser | kr.angelov | |
| 2013-03-11 | Additional changes for GHC 7.4 & 7.6 compatibility | hallgren | |
| 2013-03-09 | ghc-7.6: allow directory-1.2 | Sergei Trofimovich | |
| Get rid of old-time depend (and ClockTime in favour of UTCTime). time-compat helps to retain backward compatibility with directory-1.1 and lower. | |||
| 2013-03-09 | ghc-7.6: fix src/server/PGFService.hs (use catch from base-4 Control.Exception) | Sergei Trofimovich | |
