summaryrefslogtreecommitdiff
path: root/src/runtime/haskell/PGF
AgeCommit message (Expand)Author
2025-08-02Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core into...Arianna Masciolini
2025-08-02define return in terms of pure, >> as *>, mappend as <>Inari Listenmaa
2025-02-18Bug fix for gf-shell command 'pt -compute' in Expr.hs byHans Leiss
2025-01-07random generation of literals now has ten different values for each built in ...aarneranta
2024-03-01showExpr and linearize now refresh the printed variables if neededaarneranta
2023-12-14visualize_dependencies (vd) now creates latex in landscape mode to show long ...Aarne Ranta
2021-07-08Remove two missing-methods warningsJohn J. Camilleri
2020-11-10Replaced Control.Monad.Error with Control.Monad.ExceptLiyana
2020-10-02fix parsing with HOASkrangelov
2020-07-06an attempt to solve record extension overloading bug, commented out for the m...aarneranta
2020-05-05accepting gf-ud style abslabels in gf-core ; cnclabels TODOaarneranta
2020-03-15restore the sequence ordering after -optimize-pgfkrangelov
2019-11-13fixed a vd bug that sometimes erased the root labelaarneranta
2019-11-12fixed the problem with generating several roots in ud2gf. Now only the leftmo...aarneranta
2019-03-20hiding morphological tags from Latex printing of dependency treesAarne Ranta
2019-01-23PGF.Haskell.fromStr: fix double spaces caused by empty tokensThomas Hallgren
2019-01-07add CoNLLU as output format for gf2ud: merging issue (#24)Prasanth Kolachina
2019-01-07Merge pull request #24 from odanoburu/gf2ud-commentsPrasanth Kolachina
2018-12-20revert to printing the unique id in ppBracketedStringKrasimir Angelov
2018-12-20save the original concrete category in BracketedStringKrasimir Angelov
2018-12-19(gf2ud) add comments to CoNLL-U outputodanoburu
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 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 CncConfiguration...Aarne Ranta
2018-12-17allow comments in dependency configs and fix conll outputPrasanth Kolachina
2018-12-01dealing with ',' as syncategorematic tokenAarne Ranta
2018-11-30Fix deprecations from containers >= 0.4.0.0Peter Ljunglöf
2018-11-28fixed a bug in the cnclabel formatAarne Ranta
2018-05-24add bracketLinearizeAll for variantsPrasanth Kolachina
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas Hallgren
2017-12-19bugfix for random generation with HOASKrasimir Angelov
2017-09-05GF.Command.TreeOperations is now independent from the runtime's internalsKrasimir Angelov
2017-09-04eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an interna...Krasimir Angelov
2017-09-01silence Tab warnings in the Haskell runtimeKrasimir Angelov
2017-08-29the embedded grammars now work with both the pure Haskell and the Haskell bin...Krasimir Angelov
2017-08-22a nicer pretty printing for the PGF formatKrasimir Angelov
2017-08-18????Krasimir Angelov
2017-08-18the parser is not forced to respect the linref while parsing discontious phrasesKrasimir Angelov
2017-08-18Bump version requirements to base>=4.6, Cabal>=1.20Thomas Hallgren
2017-08-11A couple of fixes for GHC 8.2.1 compatibilityThomas Hallgren
2017-06-02handling combination of &+ and &|aarne
2017-06-02handling capitalization (&|) in unlexer -bindaarne
2017-04-06separated syncat multiwords in dep tree generation ; added function wildcards...aarne
2017-04-06vd command now reads local concrete configurations to deal with syncat words;...aarne
2017-04-05added generateOntology & generateOntologyDepthkrasimir
2016-06-15added a default value in dependency visualization for cases using maximum, to...aarne
2016-06-09PGF service & minibar: only show dependency diagrams if the labels are knownhallgren
2016-06-08PGF.VisualizeTree: add white background in the SVG rendering of dependency treeshallgren