summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-25Danish lexicon and verbs complete, but inflection has to be verifiedaarne
2006-05-24cleaned up in multimodal and dialogueaarne
2006-05-24updated dialogue to multimodal ; bug fixes in grammar compilationaarne
2006-05-23bug fix in with-modules and gr checker; factoring out cats to Commonaarne
2006-05-21bug fix in Predef.toStr compilationaarne
2006-05-22removed automatic lock fields - must be added by hand in places in resourceaarne
2006-05-20removed a large obsolete fineaarne
2006-05-20Imported latest config.sub and config.guess from ↵bringert
http://cvs.savannah.gnu.org/viewcvs/config/config/
2006-05-20Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, ↵bringert
change all latin-1 characters in haskell code to escapes.
2006-05-20Regenerated transfer bnfc stuff with latest bnfc, happy and alex, to be able ↵bringert
to compile on GHC CVS.
2006-05-18gfwl exampleaarne
2006-05-18Wordlist formataarne
2006-05-17some godis additions to dialogueaarne
2006-05-16changed readme nameaarne
2006-05-16field names added to Prologaarne
2006-05-16extended dialogue exampleaarne
2006-05-16renamed Godis to Prolog ; added Finaarne
2006-05-16README completed in dialogueaarne
2006-05-16examples of dialogue system grammarsaarne
2006-04-27VoiceXML generation: use cond attribute with blocks, instead of having ifs ↵bringert
inside. Recommended by OptimSys support.
2006-04-25Commented out one_Det in peacekeeping grammar.bringert
2006-04-21Moved punctuation to a separate field, to allow spoken language grammars to ↵bringert
omit it. Created top-level spoken language grammars. (all in peacekeeping)
2006-04-21Peacekeeping README: added reference to "Emergency multilingual phrasebook"bringert
2006-04-21Peace keeping: added more lexicon words. Added this_NP and that_NP. Added ↵bringert
some more examples.
2006-04-21PeacePhrase_Fin ; -p in resource Makefileaarne
2006-04-21Build peace grammars with optimize=share to work with GF EI.bringert
2006-04-21Peacekeeping: moved startcat flags to top level concretes to work around ↵bringert
problems in figuring out the startcat for CFGMs.
2006-04-21Added TODO item about startcat in CFGM grammars.bringert
2006-04-21Implemented some new words in swedish. Use english compound for police officer.bringert
2006-04-21Changed gfdoc to: include modification time of the gf file, instead of ↵bringert
document generation time; ignore pragmas at the start of the GF file; not put note about txt2tags in the generated html.
2006-04-21Changed PeacePhrases_Swe to latin-1.bringert
2006-04-21embedded haskelle example: queryaarne
2006-04-21peacekeeping: implemented the new lexicon entries in english.bringert
2006-04-20peacekeeping: add a module with phrases which are very different in ↵bringert
different languages, e.g. greetings. The english and swedish implementations do not yet use the resource grammars, and the finnish is empty.
2006-04-20Added section for examples we I don't know how to handle well without ↵bringert
overgenerating too much.
2006-04-20Added some more words to the peacekeeping lexicon. Did not add them in the ↵bringert
concrete syntaxes yet.
2006-04-20Fixed a swedish peacekeeping missed latin-1 conversion.bringert
2006-04-20paths to parent dir ; Swe char codingaarne
2006-04-20finnish peacekeepingaarne
2006-04-20Added swedish version of the peacekeeping grammar.bringert
2006-04-20Reorganized the peacekeeping grammar.bringert
2006-04-20Added QuestIAdv_NP.bringert
2006-04-20PeaceKepp: added a bunch of examples. Added a few words. Added some missing ↵bringert
syntax constructs.
2006-04-20Added Quest category to PeaceKeep grammar.bringert
2006-04-20Added the beginnings of the PeaceKeep grammar.bringert
2006-04-20Added debugging flag to generated VoiceXML.bringert
2006-04-19star in morpho analysisaarne
2006-04-19utf8 in editoraarne
2006-04-19Use quest_Cat to generate questions in the VoiceXML printer.bringert
2006-04-19Disable readline support on cygwin, regardless of GHC version.bringert