| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-21 | gfse: prevent scrolling during drag-and-drop on iOS | Thomas Hallgren | |
| Applies to webkit-based browsers on other touch-based platforms too | |||
| 2019-01-18 | Two fixes in GF.Grammar.Canonical | Thomas Hallgren | |
| + Hide Prelude.<> to avoid ambiguity with ghc-8.6 + Vertical alternative in the pretty printer for table types A => B | |||
| 2019-01-17 | Adding -output-format canonical_gf | Thomas Hallgren | |
| This output format converts a GF grammar to a "canonical" GF grammar. A canonical GF grammar consists of - one self-contained module for the abstract syntax - one self-contained module per concrete syntax The concrete syntax modules contain param, lincat and lin definitions, everything else has been eliminated by the partial evaluator, including references to resource library modules and functors. Record types and tables are retained. The -output-format canonical_gf option writes canonical GF grammars to a subdirectory "canonical/". The canonical GF grammars are written as normal GF ".gf" source files, which can be compiled with GF in the normal way. The translation to canonical form goes via an AST for canonical GF grammars, defined in GF.Grammar.Canonical. This is a simple, self-contained format that doesn't cover everyting in GF (e.g. omitting dependent types and HOAS), but it is complete enough to translate the Foods and Phrasebook grammars found in gf-contrib. The AST is based on the GF grammar "GFCanonical" presented here: https://github.com/GrammaticalFramework/gf-core/issues/30#issuecomment-453556553 The translation of concrete syntax to canonical form is based on the previously existing translation of concrete syntax to Haskell, implemented in module GF.Compile.ConcreteToHaskell. This module could now be reimplemented and simplified significantly by going via the canonical format. Perhaps exports to other output formats could benefit by going via the canonical format too. There is also the possibility of completing the GFCanonical grammar mentioned above and using GF itself to convert canonical GF grammars to other formats... | |||
| 2019-01-16 | Fix compilation with ghc-7.10 | Thomas Hallgren | |
| NoMonadFailDesugaring is not supported by ghc-7.10, but it is only needed with ghc>=8.6 | |||
| 2019-01-10 | Update links to Haskell docs on homepage | John J. Camilleri | |
| 2019-01-07 | Merge pull request #25 from pkolachi/master | Prasanth Kolachina | |
| add CoNLLU as output format for gf2ud: merging issue (#24) | |||
| 2019-01-07 | add CoNLLU as output format for gf2ud: merging issue (#24) | Prasanth Kolachina | |
| 2019-01-07 | Merge pull request #24 from odanoburu/gf2ud-comments | Prasanth Kolachina | |
| (gf2ud) add comments to CoNLL-U output | |||
| 2018-12-22 | Change refs from RGL's Make.* to Setup.* in dev guide | John J. Camilleri | |
| 2018-12-20 | fix after the change in bracketed string | Krasimir Angelov | |
| 2018-12-20 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-12-20 | revert to printing the unique id in ppBracketedString | Krasimir Angelov | |
| 2018-12-20 | save the original concrete category in BracketedString | Krasimir Angelov | |
| 2018-12-19 | (gf2ud) add comments to CoNLL-U output | odanoburu | |
| when debbuging labels, I find it useful to have comments saying what's the original sentence (lazy, I know) and the original tree (depending on the treebank, the trees can be similar). I know this is not the goal exactly, but UDv2 treebanks (http://universaldependencies.org/format.html) should always have a 'text =' comment, and a 'sent_id =' comment (which would be easy to implement too, but not that useful). | |||
| 2018-12-18 | Update PGF API link to point to 3.9, as 3.10 has no docs on Hackage | John J. Camilleri | |
| 2018-12-18 | added the possibility to annotate features of syncat words, e.g. @"is" PresSg3 | Aarne Ranta | |
| 2018-12-18 | refactored cnc configfile parsing a bit | Aarne Ranta | |
| 2018-12-18 | Merge pull request #22 from pkolachi/master | Aarne Ranta | |
| fix conll output in gf2ud and allow comments in dependency configs | |||
| 2018-12-18 | Merge branch 'master' into master | Aarne Ranta | |
| 2018-12-18 | morph. feat generation by AR | Prasanth Kolachina | |
| 2018-12-18 | added morphological tags to UD tree output. Tags are give in ↵ | Aarne Ranta | |
| CncConfiguration, e.g. @N Sg Pl. Default tag is Cat-offset, as defined for each Cat in pgf | |||
| 2018-12-17 | allow comments in dependency configs and fix conll output | Prasanth Kolachina | |
| 2018-12-16 | a pool where the smallest chunks are memory pages | krangelov | |
| 2018-12-10 | TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0 | John J. Camilleri | |
| The use of $toc$ and $table-of-contents$ flags changed, see: https://pandoc.org/releases.html#pandoc-2.0-29-oct-2017 under "Behaviour changes" | |||
| 2018-12-09 | Replace gf-refman.html with Markdown version gf-refman.md | John J. Camilleri | |
| The raw HTML was invalid, and this way we use the common website template for a uniform look without any duplication. It seems gf-refman.html was once generated from txt2tags, although I have been unable to find this original .t2t file. I also tried to re-generate txt2tags from HTML but was not able to. However I was able to convert HTML to Markdown using Pandoc and I think the result is pretty good, so I think we should use this. The original gf-refman.html can be obtained from git history, e.g.: https://github.com/GrammaticalFramework/gf-core/blob/a7e43d872f5e612f93131f2d8caf811fbee9aa83/doc/gf-refman.html | |||
| 2018-12-08 | Area under footer is all gray even on short pages | John J. Camilleri | |
| 2018-12-08 | Update doc/index page | John J. Camilleri | |
| 2018-12-08 | Regnerate HTML if template changes | John J. Camilleri | |
| 2018-12-08 | Fix some invalid HTML. | John J. Camilleri | |
| 2018-12-06 | Add some documentation to update_html | John J. Camilleri | |
| 2018-12-06 | Case-insensitve sed replacements handled the dumb way | John J. Camilleri | |
| Because BSD sed != GNU sed | |||
| 2018-12-06 | Add reference to DG in homepage footer. Spacing in top links. | John J. Camilleri | |
| 2018-12-06 | Add link to open #gf in web chat | John J. Camilleri | |
| 2018-12-06 | Fix linking to chapters in gf-tutorial; Remove reference to Htmls. | John J. Camilleri | |
| 2018-12-05 | Another fake change to trigger rebuild of gf-tutorial | John J. Camilleri | |
| 2018-12-05 | Rewrite <a name=...> to <div id=...> to preserve page anchors in Pandoc | John J. Camilleri | |
| 2018-12-05 | Update runtime-api.html to match the new visual look of the GF website | John J. Camilleri | |
| 2018-12-05 | Fake change to trigger rebuild of gf-tutorial | John J. Camilleri | |
| 2018-12-05 | Clarifications on download page: binary packages include RGL | John J. Camilleri | |
| 2018-12-04 | Add Stack files for different GHC versions | John J. Camilleri | |
| 2018-12-04 | Make GF compile with GHC 8.6.2 | John J. Camilleri | |
| - Re-implement `Distribution.Simple.BuildPaths.exeExtension` - Turn off `MonadFailDesugaring` Tested with GHC: - 7.10.3 - 8.0.2 - 8.2.2 - 8.4.3 - 8.6.2 Yay Stack! | |||
| 2018-12-03 | downloads: add .deb package for Ubuntu (32-bit) | Thomas Hallgren | |
| 2018-12-03 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Thomas Hallgren | |
| 2018-12-03 | debian/control: new dependency: pandoc | Thomas Hallgren | |
| This should have been added before the 3.10 release | |||
| 2018-12-03 | Add Travis build images to release notes | John J. Camilleri | |
| 2018-12-03 | Indent nested lists in Markdown by 4 spaces instead of 2 | John J. Camilleri | |
| 2018-12-03 | Put GF logo on the right again | John J. Camilleri | |
| 2018-12-03 | Update release notes RGL section (not much) | John J. Camilleri | |
| 2018-12-03 | Update 3.10 release notes after going through all gf-core commits since ↵ | John J. Camilleri | |
| 2017-08-11 | |||
| 2018-12-03 | Update clean_html to handle markdown sources too | John J. Camilleri | |
