summaryrefslogtreecommitdiff
path: root/src/GF/Command/Commands.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-12-10allow empty lines when reading with 'rf -lines -tree'krasimir
2009-12-09function read_file now reports errors if there is expression with parse or ↵krasimir
type error
2009-11-26change PGF.categories to return list of identifiers instead of typeskrasimir
2009-11-20restored a parsing grammar api/Browseaarne
2009-11-15command vt -mk for displaying overload-style function namesaarne
2009-10-24expose the tree visualization via PGF APIkrasimir
2009-10-23experimental robust parserkrasimir
2009-10-20Malt parser .conll format by vd -output=maltaarne
2009-10-19labels read from config files for dependency trees, eg lib/src/dep.labelsaarne
2009-10-08rudimentary dependency tree by command vdaarne
2009-10-07parse tree visualization command vpaarne
2009-09-28export the morphology API from PGFkrasimir
2009-09-19better error message for the ai commandkrasimir
2009-09-18command ai doesn't need typechecking from the shellkrasimir
2009-09-17added pt -transferkrasimir
2009-09-17bugfix in the ai commandkrasimir
2009-09-13added needsTypeCheck parameter to CommandInfo. The argument to the command ↵krasimir
is typechecked only if needsTypeCheck=True
2009-09-11polish the PGF API and make Expr and Type abstract types. Tree is a type ↵krasimir
synonym of Expr
2009-09-08now the datatype Tree is only internal. All API functions are working with ↵krasimir
Expr directly. Commands gt, gr, p and rf filter out the output via the typechecker
2009-09-06hopefully complete and correct typechecker in PGFkrasimir
2009-08-07transliteration now needs addition only in one file; a code can be more than ↵aarne
2 chars; ancientgreek added
2009-06-20function for printing the help file in txt2tagsaarne
2009-06-18in the ai command don't show the fun keyword if there aren't any functions.krasimir
2009-05-23now in the command shell the primary type in the pipe is Expr not Tree. This ↵krasimir
makes the pt -compute and pt -typecheck more interesting
2009-05-22some work on evaluation with abstract expressions in PGFkrasimir
2009-05-20refactor the PGF.Expr type and the evaluation of abstract expressionskrasimir
2009-05-13in command 'ai' send the output through the pipekrasimir
2009-05-13now command 'ai' prints the list of functions for given categorykrasimir
2009-05-12added command ai which prints information about given identifierkrasimir
2009-04-14on-line course announced on the summer school pageaarne
2009-04-08hebrew transliteration addedaarne
2009-03-28examples of file conversion with psaarne
2009-03-18flag -env=quotes (and possible other flags) to restrict psaarne
2009-03-17Greek (modern) transliteration schemeaarne
2009-02-23fix the handling of flag codingkrasimir
2009-02-07PMCFG pretty printerkrasimir
2008-12-15visualization of word alignment based on bracketing (command aw); does not ↵aarne
work for syncategorematic words yet
2008-12-13bracketing with tree node reference: l -bracketaarne
2008-12-12morphological analyser in shell state - now reasonably fastaarne
2008-11-18restored "?" as system pipe commandaarne
2008-11-10print "no trees found" in GF shell if an empty tree list is returned by p or ptaarne
2008-11-10lexer documentation in help and tutorial updatedaarne
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-20preparation for dep. types. The -cat option can take any type instead of ↵krasimir
just a category. The PGF API is generalized as well.
2008-10-19move PGF.Quiz to GF.Quiz. It is not part of the PGF APIkrasimir
2008-10-16In shell "p" command, only try languages that have a parser.bjorn
2008-10-10a first version of PGF.AbsComputeaarne
2008-10-05added a command for tree operations and started a module for defining themaarne
2008-10-01added mode 'gf --run' for running silently a script ; made quizzes handle ↵aarne
character encoding correctly ; for this end, collected coding functions in GF.Text.Coding