summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Collapse)Author
2006-01-05Refactored Graph module. Remove some unneccessary states in slf networks.bringert
2006-01-05Use language flag to select the acoustic model to use with ATK.bringert
2006-01-05Print slf_graphviz with subgraphs.bringert
2006-01-04Build SLF networks with sublattices.bringert
2005-12-29Finite state networks: more strictness. alternative (still unused) ↵bringert
implementation of reachable.
2005-12-29Fintie state networks: fixed stack overflow problem with strictness in Graph ↵bringert
and FiniteState. Some clean-up and smaller performance fixes.
2005-12-29Finite state networks: replace some lookup tables with maps. Rewrite closure ↵bringert
for speed.
2005-12-29Finite state minimization: improved performance by using Set State instead ↵bringert
of [State] as DFA labels.
2005-12-29Finite state network generation: reimplemented getOutgoing using Data.Map to ↵bringert
improve performance of minimize with large networks.
2005-12-22Some performance improvements in the FA generation.bringert
2005-12-22Some tracing and formatting stuff looking for the the stack overflow problem ↵bringert
in the FA generation.
2005-12-22nosignalaarne
2005-12-22Hebrew Letter; news on indexaarne
2005-12-22version number, encodingaarne
2005-12-21parsing escaped strings from command line fixedaarne
2005-12-21bug fix in updateShellStateaarne
2005-12-20full disjunctive patterns ; more prec levels for Expaarne
2005-12-20Don't import toLower in PrSLF.bringert
2005-12-17end of tutorial sketchedaarne
2005-12-17tutorial; mkMorpho bug fixaarne
2005-12-16ATK: set CMNDEFAULT programmatically. Requires latest version of atkrec.bringert
2005-12-16Include atk config file in GF. Use environment variable to find the file.bringert
2005-12-16ATK: prepare for supporting multiple languages.bringert
2005-12-16Fixed conflict from Aarne's ATK path changes. Added NOILINE pragma to ATK ↵bringert
initialized variable.
2005-12-14Use ATK_HOME variable to find resources.bringert
2005-12-14mp3 exampleaarne
2005-12-14Fixed arguments of NoSpeechInput.recognizeSpeech so that GF compiles without ↵bringert
ATK.
2005-12-13Added explicit type signature to GF.System.NoSpeechInput.recognizeSpeech.bringert
2005-12-13Added semi-working speech_input command.bringert
2005-12-11float parsing fixedaarne
2005-12-09Use tags in SLF generation to get out a parsable string.bringert
2005-12-08SLF generation: make sure that there is only one final node, and that it is ↵bringert
actually final.
2005-12-06Transfer: Changed BNFC's layout syntax resolver to add a semicolon at EOF if ↵bringert
using top-level layout sytax. Changed transfer syntax to use this to force semicolon after imports when pretty printing transfer. transfer grammar printer now produces Transfer syntax, not core. It also imports prelude and includes Eq and Compos instances.
2005-12-06opers in cncaarne
2005-12-06bug fix in Shell commands at, wtaarne
2005-12-05multimodal resource recreated for new APIaarne
2005-12-05tidy up res; bug fix in ShellState.addTransferaarne
2005-12-02floats in GF and GFC (parsing user input still doesn't work)aarne
2005-12-02Make words in SLF language models upper case.bringert
2005-12-02EIntegeraarne
2005-12-01making apply_transfer workaarne
2005-11-30added transfer casesaarne
2005-11-30transfer added to GF command interpreterarne
2005-11-29Transfer generation: cat constructors should not have tree types.bringert
2005-11-29Transfer data type generation now uses the Tree type constructor for data ↵bringert
constructor types.
2005-11-29Added GrammarToTransfer. It works, except that the constructor types are ↵bringert
missing Tree here and there.
2005-11-25questions and transfer in shell stateaarne
2005-11-24solved: path problem in SimpleGFCpeb
2005-11-24simple problem tracingaarne
2005-11-23extending proto resource APIaarne