summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-02-17-output-format=pgf_pretty now prints the flags as wellkrasimir
2010-02-16fix the PGF printer for abstractkrasimir
2010-02-16no need to keep the list of constructors per category in .gfokrasimir
2010-02-08allow negative integers in the grammar syntaxkrasimir
2010-02-08generalized tour to a variable language by the script MkTouraarne
2010-02-07command cc now works even without loaded grammar. useful for testing closed e...krasimir
2010-02-06in verbose mode print the rule names when compiling PMCFGkrasimir
2010-02-05bugfix in GrammarToPGF related to the compilation of def ruleskrasimir
2010-02-03command eh ; lib/doc/tour startedaarne
2010-02-03fix the tabular printing when there is a V constructorkrasimir
2010-02-02gr for several metas fixed ; commented out one alternative in SammieGer to ma...aarne
2010-02-01commands mq and tq can take a tree with metas to guide generationaarne
2010-01-31command l -list ; fixed mq to work with the new tabularLinearizesaarne
2010-01-31refactor GF.Infra.Modules for better error messageskrasimir
2010-01-31add Show instance and remove the Eq and Ord instances for PGF.Expr.Equation a...krasimir
2010-01-30gt and gr can start from a tree with metavariables, just filling themaarne
2010-01-30code cleanup in PGF.TypeCheckkrasimir
2010-01-29bugfix in the PGF typechecker and more test caseskrasimir
2010-01-28example_based returns the list of all unknown wordsaarne
2010-01-28in example-based grammar conversion, warnings about unknown wordsaarne
2010-01-27command eb for example-based grammar conversion; see 'help eb' and the exampl...aarne
2010-01-27cleanup the code of the PGF interpreter and polish the binary serialization t...krasimir
2010-01-26bug fixes in biased generation ; example probs file in lib/srcaarne
2010-01-26probability ranking (rt) and gr -probs=FILEaarne
2010-01-26added probabilities to trees and random gen; not yet in shellaarne
2010-01-26fix the PGF generation when it is used from the shellkrasimir
2010-01-17PGF is now real synchronous PMCFGkrasimir
2010-01-17now the linearization is completely based on PMCFGkrasimir
2010-01-17prettier parameter names in PGFkrasimir
2010-01-16small code cleanup in GeneratePMCFG.hskrasimir
2010-01-12move the definitions of _B and _V to PGF.Macroskrasimir
2010-01-05store the label names in PMCFGkrasimir
2010-01-05printnames are now kept as String instead of Term in PGFkrasimir
2010-01-15allow metavariables with indices i.e. ?0, ?1, etc in the abstract syntax pars...krasimir
2010-01-15now the abstract syntax in PGF allows the same syntax for integers, floats an...krasimir
2010-01-07inplace editing/parsing in the syntax editorkrasimir
2010-01-07better tokenizer in the JavaScript runtimekrasimir
2010-01-04some dead code is removed in the JavaScript interpreterkrasimir
2010-01-04literal categories in the JavaScript interpreterkrasimir
2010-01-04fix the editor grammarkrasimir
2010-01-04in gflib.js declare all variables with 'var' because otherwise they are globa...krasimir
2010-01-04in the javascript version of extractTrees filter out the duplicated parse treeskrasimir
2010-01-04bugfix in the javascript parserkrasimir
2009-12-31morpho analysis with -missing flag, shows words outside lexicon; also invoked...aarne
2009-12-27js-runtime: redundant loop removedkrasimir
2009-12-27use object references instead of FunId and SeqId in the javascript parserkrasimir
2009-12-27bugfix in the javascript parserkrasimir
2009-12-21javascript editor with PMCFG parser. (not stable yet)krasimir
2009-12-17correct capitalization in unlexmixed; unlextext and unlexmixed now remove str...aarne
2009-12-16one step deeper into records in PGF generationaarne