| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-15 | added a default value in dependency visualization for cases using maximum, ↵ | aarne | |
| to cover the case where the list of arcs is empty | |||
| 2016-06-15 | GF cloud: more readable formatting of the GF version page | hallgren | |
| Factor out common CSS from gfse/editor.css into clouds.css. | |||
| 2016-06-15 | release-next.t2t: notes about the vd and cc commands | hallgren | |
| 2016-06-10 | release notes on RGL | aarne | |
| 2016-06-10 | release-next.t2t: a few more notes | hallgren | |
| 2016-06-09 | minibar: define grammar_list in config.js to restrict the grammar menu | hallgren | |
| minibar.html now reads config.js and if it defines grammar_list, only the grammars listed there will show up in the grammar menu. | |||
| 2016-06-09 | PGF service & minibar: only show dependency diagrams if the labels are known | hallgren | |
| + The PGF service now reads and caches dependency label configuration files. + The grammar info returned by command=grammar has a new boolean field 'hasDependencyLabels' to indicate if dependency labels were found for the grammar. Also, command=deptree will now fail if no labels are present. + The minibar only shows word dependency trees if labels are present. + Also changed the type of getDepLabels from [String] -> Labels to String -> Labels, since all uses were in the form "getDepLabels . lines". | |||
| 2016-06-09 | PGFService: eleminate warning "Defined but not used: ‘serverError’" | hallgren | |
| 2016-06-09 | now a working API for complex queries in libsg | krasimir | |
| 2016-06-09 | bugfix in libsg | krasimir | |
| 2016-06-08 | Minibar: show word dependecy diagrams | hallgren | |
| They are now included in the cycle of images shown when clicking on the parse tree icon. | |||
| 2016-06-08 | PGF web service: switch to the new SVG rendering of word dependency trees | hallgren | |
| Also added the function outputText in CGIUtils. | |||
| 2016-06-08 | PGF.VisualizeTree: add white background in the SVG rendering of dependency trees | hallgren | |
| This makes them look the same as SVG produced by graphviz | |||
| 2016-06-08 | PGF.VisualizeTree: add SVG renderering of word dependency trees | hallgren | |
| This was done by introducing an intermediate representation for the LaTeX pictures produced by the LaTeX renderer and providing a new backend that outputs SVG instead of LaTeX. | |||
| 2016-06-06 | Minibar: remove spaces for better Thai speech synthesis | hallgren | |
| 2016-06-05 | added PassAgentV2 to App, and the specialized syntax functions to app.probs | aarne | |
| 2016-06-05 | Minibar: detect the language for show speech synthesis buttons in more cases | hallgren | |
| This was done to obtain speech synthesis for more languages in the Numerals grammar, which uses neither language flags nor the standard naming for concrete syntax. | |||
| 2016-06-04 | made App into a functor to make its body easier to modify; unfortunately, ↵ | aarne | |
| the import list must be copied however | |||
| 2016-06-03 | vd latex: some adjustments in heights and lengths | aarne | |
| 2016-06-03 | now the UI supports almost all phrases. there are still a few that cannot be ↵ | krasimir | |
| shown | |||
| 2016-06-03 | the Phrasebook UI now uses the green color | krasimir | |
| 2016-06-03 | added checkboxes in the Phrasebook UI | krasimir | |
| 2016-06-03 | bugfix in the Phrasebook UI | krasimir | |
| 2016-06-02 | the list of alternatives in the translator is now sorted by probability | krasimir | |
| 2016-06-02 | bug fix in the translator app | krasimir | |
| 2016-06-02 | vd: arc heights now depend on number of arcs below rather than word distance | aarne | |
| 2016-06-02 | Enable compilation of Ancient Greek in Setup.hs | hallgren | |
| Also adjust the -path pragmas in a few places in lib/src/ancient_greek | |||
| 2016-06-02 | release-next.t2t: adding a few items | hallgren | |
| 2016-06-02 | tokenized apertium text to test with ; RelV2 and QuestV2 in App (Eng and Swe ↵ | aarne | |
| for the moment) with 20% loss of parsing speed but improved quality | |||
| 2016-05-30 | majour redesign of the Phrasebook UI to support recursive phrases | krasimir | |
| 2016-05-30 | fix in the Haskell binding: functionType should throw error if the function ↵ | krasimir | |
| is not defined | |||
| 2016-05-30 | added getFunctionProb in the Java and C API | krasimir | |
| 2016-05-26 | download/{index,release}-next.t2t added, in preparation for the next release | hallgren | |
| Feel free to add things to the release notes in download/release-next.t2t. | |||
| 2016-05-26 | PGFService.hs: fix compilation problem when C run-time support is omitted | hallgren | |
| 2016-05-26 | PGF web service: add command=deptree | hallgren | |
| This is the web interface to PGF.graphvizDependencyTree. Accepted parameters: format=<output_format>, to=<lang>, tree=<tree>. Accepted output formats: latex, conll, malt_tab, malt_input, png, gif, svg, gv Also, label information is taken from <path>.labels if present, where <path>.pgf is the path to the PGF file. | |||
| 2016-05-26 | Add haddock documentation to PGF.graphvizDependencyTree and PGF.getDepLabels | hallgren | |
| They seemed very difficult to use without the documentation, since their types are not particularly self documenting. Also documented what the (Bool,Bool) argument to PGF.graphvizAbstractTree is for. | |||
| 2016-05-26 | Fix documentation typo on PGF.Haskell | hallgren | |
| 2016-05-25 | preserve the order of the sentences in phrases.xml in the UI | krasimir | |
| 2016-05-25 | the phrasebook phrases are now ordered in the same way as in the Phrasomatic | krasimir | |
| 2016-05-25 | the Java API now also has access to the token's category while doing completion | krasimir | |
| 2016-05-25 | fix the word completion in the C runtime | krasimir | |
| 2016-05-25 | fix the compilation when debugging is switched off | krasimir | |
| 2016-05-25 | pgf_generate_all now works with literals as well | krasimir | |
| 2016-05-25 | when expressions with Float literals are printed, we should use the same ↵ | krasimir | |
| format that is used by the linearizer | |||
| 2016-05-25 | fix a warning in libsg | krasimir | |
| 2016-05-23 | made the word length proportionate in dependency visualization, instead of ↵ | aarne | |
| using the max length for every word | |||
| 2016-05-23 | add the relevant code from Parlira to the GFTranslator | krasimir | |
| 2016-05-22 | Changes for compatibility with GHC 8.0.1 | hallgren | |
| 2016-05-22 | fix the Estonian language code in the App | krasimir | |
| 2016-05-22 | bugfix in libsg | krasimir | |
