| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2018-12-03 | Put floating logo on left | John J. Camilleri | |
| 2018-12-03 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Thomas Hallgren | |
| 2018-12-03 | debian/changelog: updated release date | Thomas Hallgren | |
| 2018-12-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Thomas Hallgren | |
| 2018-12-02 | gf.cabal: update tested-with | Thomas Hallgren | |
| 2018-12-02 | Add news item for 3.10 release | John J. Camilleri | |
| 2018-12-02 | Minor fixes on the GF 3.10 download page | Thomas Hallgren | |
| 2018-12-02 | Move 3.10 download page into place, update release date | Thomas Hallgren | |
| 2018-12-01 | Updates to download page for 3.10 | John J. Camilleri | |
| 2018-12-01 | GF.Main: leave the code page unchanged on Windows | Thomas Hallgren | |
| This should make it easier to use GF with UTF-8 in the Windows Console See https://groups.google.com/forum/#!topic/gf-dev/DCou6FDhCnU | |||
| 2018-12-01 | build-binary-dist.sh: make it easy to choose which version of ghc to use | Thomas Hallgren | |
| 2018-12-01 | dealing with ',' as syncategorematic token | Aarne Ranta | |
| 2018-11-30 | Merge pull request #19 from MUSTE-Project/master | Krasimir Angelov | |
| Fix deprecations from containers >= 0.4.0.0 | |||
