summaryrefslogtreecommitdiff
path: root/src/GF/Speech/PGFToCFG.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-09-11polish the PGF API and make Expr and Type abstract types. Tree is a type ↵krasimir
synonym of Expr
2009-06-18bugfix: the optimizer should not filter out rules that refer to lexical ↵krasimir
categories
2009-06-16completely phrase based parser and support for pre {} in PMCFGkrasimir
2008-10-21efficient and nicer implementation for literal categorieskrasimir
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-14the new optimized incremental parser and the common subexpression ↵krasimir
elimination optimization in PMCFG
2008-09-30Fixed CFG start cats for categories with more than one constituent.bjorn
2008-09-26Use ebnf format for "regular" output-format.bjorn
2008-09-26Changed nolr printer to use EBNF format.bjorn
2008-09-26Change category naming in CFG generation: the number now starts from 1 for ↵bjorn
each GF category, instead of being the FCFG category number.
2008-09-26In CFG generation: don't add linrow number if the lincat has only a single ↵bjorn
constituent.
2008-09-25Added --output-format=nolr. Minor makeRegular refactoring.bjorn
2008-09-25Added --output-format=regular.bjorn
2008-09-25Somewhat nicer FCFG output format.bjorn
2008-09-25Added an FCFG output format (--output-format=fcfg). This now lives in ↵bjorn
GF.Speech.PGFToCFG, but should probably move somewhere else.
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne