Commit Graph

3529 Commits

Author SHA1 Message Date
bringert 817a6a488b VoiceXML generation: use cond attribute with blocks, instead of having ifs inside. Recommended by OptimSys support. 2006-04-27 09:30:59 +00:00
janna 93121ef2f3 yyyyyyyyyyyyy 2006-04-26 12:56:40 +00:00
janna 3adcd02b0b russian 2006-04-26 09:40:43 +00:00
bringert 506e95f40a Commented out one_Det in peacekeeping grammar. 2006-04-25 15:44:43 +00:00
bringert 46f17bb535 Moved punctuation to a separate field, to allow spoken language grammars to omit it. Created top-level spoken language grammars. (all in peacekeeping) 2006-04-21 21:53:20 +00:00
bringert 6806c98e29 Peacekeeping README: added reference to "Emergency multilingual phrasebook" 2006-04-21 14:49:46 +00:00
bringert b65698ba37 Peace keeping: added more lexicon words. Added this_NP and that_NP. Added some more examples. 2006-04-21 14:34:45 +00:00
aarne c502c90d8b PeacePhrase_Fin ; -p in resource Makefile 2006-04-21 15:20:03 +00:00
bringert db8e34e072 Build peace grammars with optimize=share to work with GF EI. 2006-04-21 13:55:19 +00:00
bringert dbbde56331 Peacekeeping: moved startcat flags to top level concretes to work around problems in figuring out the startcat for CFGMs. 2006-04-21 13:16:14 +00:00
bringert 7d7f91d23e Added TODO item about startcat in CFGM grammars. 2006-04-21 13:13:28 +00:00
bringert e03610fb8f Implemented some new words in swedish. Use english compound for police officer. 2006-04-21 12:08:10 +00:00
bringert 59d066c8bf Moved göra to IrregSwe. 2006-04-21 11:55:24 +00:00
bringert 4fe70bc89e Regenerated all resource-1.0 docs with the modified gfdoc. 2006-04-21 11:52:23 +00:00
bringert d074641f9d Changed gfdoc to: include modification time of the gf file, instead of document generation time; ignore pragmas at the start of the GF file; not put note about txt2tags in the generated html. 2006-04-21 11:49:06 +00:00
bringert 218e4ae58b Changed PeacePhrases_Swe to latin-1. 2006-04-21 09:55:15 +00:00
aarne 24def1f2ff compoundN i ParadigmsEng 2006-04-21 09:44:55 +00:00
aarne fa32f755d6 embedded haskelle example: query 2006-04-21 09:14:05 +00:00
bringert fd70db2c9f peacekeeping: implemented the new lexicon entries in english. 2006-04-21 07:49:53 +00:00
bringert 1861c23414 peacekeeping: add a module with phrases which are very different in different languages, e.g. greetings. The english and swedish implementations do not yet use the resource grammars, and the finnish is empty. 2006-04-20 22:46:41 +00:00
bringert 50c51c50bf Added section for examples we I don't know how to handle well without overgenerating too much. 2006-04-20 22:33:47 +00:00
bringert de880425ad Added some more words to the peacekeeping lexicon. Did not add them in the concrete syntaxes yet. 2006-04-20 22:18:35 +00:00
bringert c8d67be0cf Fixed a swedish peacekeeping missed latin-1 conversion. 2006-04-20 21:11:03 +00:00
aarne 41e76f99e9 paths to parent dir ; Swe char coding 2006-04-20 21:23:13 +00:00
aarne 5eebe8d41e finnish peacekeeping 2006-04-20 21:04:04 +00:00
aarne fe6cf5f366 possessive modification bug fix in Finnish 2006-04-20 20:56:48 +00:00
bringert b9c4c1e6fc Added swedish version of the peacekeeping grammar. 2006-04-20 18:27:51 +00:00
bringert e4705c78c3 Reorganized the peacekeeping grammar. 2006-04-20 17:55:46 +00:00
bringert a5b6f1b4b3 Added QuestIAdv_NP. 2006-04-20 16:43:13 +00:00
aarne 34a8f1b12f IComp questions in resource added 2006-04-20 15:32:48 +00:00
bringert fe0d2f4896 PeaceKepp: added a bunch of examples. Added a few words. Added some missing syntax constructs. 2006-04-20 15:13:55 +00:00
bringert 50adaa8122 Added Quest category to PeaceKeep grammar. 2006-04-20 11:46:50 +00:00
bringert 354a07ffd8 Added the beginnings of the PeaceKeep grammar. 2006-04-20 11:13:43 +00:00
bringert 3b3570201a Added debugging flag to generated VoiceXML. 2006-04-20 09:46:54 +00:00
aarne b6d7da4dd3 star in morpho analysis 2006-04-19 10:04:01 +00:00
aarne defbe1fb96 utf8 in editor 2006-04-19 09:33:39 +00:00
bringert 9b38240354 Use quest_Cat to generate questions in the VoiceXML printer. 2006-04-19 09:03:19 +00:00
bringert 7f26cea8a2 Disable readline support on cygwin, regardless of GHC version. 2006-04-19 08:48:54 +00:00
bringert 4d3dc4ac54 Look at both command-line and grammar startcat falgs in pg commands. 2006-04-18 12:42:20 +00:00
aarne 3e805a3531 spelling alphabet 2006-04-17 21:03:41 +00:00
bringert dbd9a25162 Fixed left recursion removal to not create cyclic rules. 2006-04-13 15:07:17 +00:00
bringert c47da3d351 Removed cycles when building SRGs, to avoid getting left-recursive grammars. 2006-04-13 14:47:37 +00:00
bringert 26b61d82ee generate unique new category names when removing left recursion from cfgs. 2006-04-13 14:29:27 +00:00
aarne 3d7c4e80d7 extended unix grammars with character-based spelling 2006-04-13 14:19:27 +00:00
bringert 256b593ae5 Fixed bug in SRG top-down filtering where the start category would be removed if it wasn't referenced by itself. 2006-04-13 14:18:13 +00:00
bringert 9792052c9a Use a variable for the gf command in resource Makefile, to enable easy profiling. 2006-04-13 13:52:36 +00:00
bringert 4609965d71 Added top-down filtering to the GSL printer. 2006-04-13 13:33:35 +00:00
bringert 9ed344a70d Added -startcat flag to the pg command. 2006-04-13 13:32:58 +00:00
bringert 0fef8d5675 The SLF removeTrivialEmptyNodes optimization could orphan the final node. Fixed this by not bypassing final nodes. 2006-04-12 23:22:35 +00:00
aarne 1a3b95d696 unix command grammar started 2006-04-12 21:14:32 +00:00