summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-19(gf2ud) add comments to CoNLL-U outputodanoburu
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-18Update PGF API link to point to 3.9, as 3.10 has no docs on HackageJohn J. Camilleri
2018-12-18added the possibility to annotate features of syncat words, e.g. @"is" PresSg3Aarne Ranta
2018-12-18refactored cnc configfile parsing a bitAarne Ranta
2018-12-18Merge pull request #22 from pkolachi/masterAarne Ranta
fix conll output in gf2ud and allow comments in dependency configs
2018-12-18Merge branch 'master' into masterAarne Ranta
2018-12-18morph. feat generation by ARPrasanth Kolachina
2018-12-18added 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-17allow comments in dependency configs and fix conll outputPrasanth Kolachina
2018-12-16a pool where the smallest chunks are memory pageskrangelov
2018-12-10TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0John 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-09Replace gf-refman.html with Markdown version gf-refman.mdJohn 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-08Area under footer is all gray even on short pagesJohn J. Camilleri
2018-12-08Update doc/index pageJohn J. Camilleri
2018-12-08Regnerate HTML if template changesJohn J. Camilleri
2018-12-08Fix some invalid HTML.John J. Camilleri
2018-12-06Add some documentation to update_htmlJohn J. Camilleri
2018-12-06Case-insensitve sed replacements handled the dumb wayJohn J. Camilleri
Because BSD sed != GNU sed
2018-12-06Add reference to DG in homepage footer. Spacing in top links.John J. Camilleri
2018-12-06Add link to open #gf in web chatJohn J. Camilleri
2018-12-06Fix linking to chapters in gf-tutorial; Remove reference to Htmls.John J. Camilleri
2018-12-05Another fake change to trigger rebuild of gf-tutorialJohn J. Camilleri
2018-12-05Rewrite <a name=...> to <div id=...> to preserve page anchors in PandocJohn J. Camilleri
2018-12-05Update runtime-api.html to match the new visual look of the GF websiteJohn J. Camilleri
2018-12-05Fake change to trigger rebuild of gf-tutorialJohn J. Camilleri
2018-12-05Clarifications on download page: binary packages include RGLJohn J. Camilleri
2018-12-04Add Stack files for different GHC versionsJohn J. Camilleri
2018-12-04Make GF compile with GHC 8.6.2John 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-03downloads: add .deb package for Ubuntu (32-bit)Thomas Hallgren
2018-12-03Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-12-03debian/control: new dependency: pandocThomas Hallgren
This should have been added before the 3.10 release
2018-12-03Add Travis build images to release notesJohn J. Camilleri
2018-12-03Indent nested lists in Markdown by 4 spaces instead of 2John J. Camilleri
2018-12-03Put GF logo on the right againJohn J. Camilleri
2018-12-03Update release notes RGL section (not much)John J. Camilleri
2018-12-03Update 3.10 release notes after going through all gf-core commits since ↵John J. Camilleri
2017-08-11
2018-12-03Update clean_html to handle markdown sources tooJohn J. Camilleri
2018-12-03Put floating logo on leftJohn J. Camilleri
2018-12-03Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-12-03debian/changelog: updated release dateThomas Hallgren
2018-12-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-coreThomas Hallgren
2018-12-02gf.cabal: update tested-withThomas Hallgren
2018-12-02Add news item for 3.10 releaseJohn J. Camilleri
2018-12-02Minor fixes on the GF 3.10 download pageThomas Hallgren
2018-12-02Move 3.10 download page into place, update release dateThomas Hallgren
2018-12-01Updates to download page for 3.10John J. Camilleri
2018-12-01GF.Main: leave the code page unchanged on WindowsThomas 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-01build-binary-dist.sh: make it easy to choose which version of ghc to useThomas Hallgren
2018-12-01dealing with ',' as syncategorematic tokenAarne Ranta
2018-11-30Merge pull request #19 from MUSTE-Project/masterKrasimir Angelov
Fix deprecations from containers >= 0.4.0.0