summaryrefslogtreecommitdiff
path: root/src/runtime/haskell
AgeCommit message (Expand)Author
2017-09-04eliminate modules PGF.Lexing, PGF.LexingAGreek. Make PGF.Utilities an interna...Krasimir Angelov
2017-09-04added a separate cabal file for the Haskell runtimeKrasimir Angelov
2017-09-04move the custom Binary package back to src/runtime/haskellKrasimir 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
2016-06-08PGF.VisualizeTree: add SVG renderering of word dependency treeshallgren
2016-06-03vd latex: some adjustments in heights and lengthsaarne
2016-06-02vd: arc heights now depend on number of arcs below rather than word distanceaarne
2016-05-26Add haddock documentation to PGF.graphvizDependencyTree and PGF.getDepLabelshallgren
2016-05-26Fix documentation typo on PGF.Haskellhallgren
2016-05-23made the word length proportionate in dependency visualization, instead of us...aarne
2016-02-23add forgotten file src/runtime/haskell/PGF/LexingAGreek.hsleiss
2015-11-23vd -conll2latex now converts conll to latex. Without going through GF trees, ...aarne
2015-11-18reduced label size and optimized arc length in vd -output=latexaarne
2015-11-17latex visualization of dep trees: explained the program better and eliminated...aarne
2015-11-17added -output=latex to visialize_dependencies. This generates more familiar-l...aarne
2015-11-05vp -showdep: as default label for the first (incl. only) argument, don't use ...aarne
2015-11-05improved documentation of vp -showdepaarne
2015-11-04dependency labels in parse trees now with the -deps flag, -file=labels_file f...aarne
2015-11-04prepared visualize_parse for showing dependency labelsaarne
2015-08-31GF.Infra.SIO: The SIO monad now supports putStr in addition to putStrLnhallgren
2015-08-28Comment out some dead code found with -fwarn-unused-bindshallgren
2015-07-16added a space after the tag in word alignment to work around a graphviz bug s...aarne
2015-06-23Bump version of .gfo and .pgf files, improve error messages on version mismatchhallgren
2015-06-17forgot changes in the serialization in the Haskell runtimekrasimir
2015-06-11fixed typo in the Haskell runtimekrasimir
2015-05-11added all orthographic primitiveskrasimir
2015-04-20drop the dependency to FSTkrasimir
2015-03-24PGF Service: add an option to return syntax trees in JSON formathallgren
2015-02-16Restore compatibility with ghc-7.4hallgren
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2015-02-12PGF.Haskell: adding operators for selections from tableshallgren
2015-02-09Translating linearization functions to Haskell: support for variantshallgren
2015-01-19Translating linearization functions to Haskell: move a common record type to ...hallgren
2015-01-14Translating linearization functions to Haskell: better treatment of special t...hallgren
2014-10-31now (+) in the abstract syntax works, i.e. it knows how to deal with partial ...kr.angelov
2014-10-30a more efficient tail call by using the new TUCK instructionkr.angelov