Commit Graph
100 Commits
Author SHA1 Message Date
bringert bb9ec5c21a Removed extra comma in import list of src/GF/Speech/Relation.hs. This prevented compilation on current ghc HEAD. 2006-09-13 16:46:07 +00:00
bringert 16aa3bbbc1 transferc now uses env var TRANSFER_PATH to locate imports. 2006-09-13 11:46:04 +00:00
bringert 952c612703 Added darcs add to darcs instructions. 2006-09-03 20:14:10 +00:00
bringert c9b4a28ebb Updated darcs.html with simpler instructions for current darcs versions (removed the ControlMaster stuff). 2006-08-28 12:12:21 +00:00
bringert 7140babd16 Use mkPrep instead of mkPreposition in peace keeping grammars. 2006-08-28 11:57:19 +00:00
bringert 6bd400091c Block SIGINT while running gfInteract, as suggested by Peter. 2006-06-15 01:41:18 +00:00
bringert d71e8b65d8 Disable special treatment of lists in SRGS+SISR generation, since OptimTalk can't handle it. 2006-05-31 19:41:05 +00:00
bringert 654ba34917 resource-1.0 makefile, don't fail if there are no file to remove in clean target. 2006-05-20 05:02:42 +00:00
bringert 2bb984f22e Imported latest config.sub and config.guess from http://cvs.savannah.gnu.org/viewcvs/config/config/ 2006-05-20 03:31:59 +00:00
bringert c35890ab2a Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, change all latin-1 characters in haskell code to escapes. 2006-05-20 02:56:06 +00:00
bringert f757f2ea1e Regenerated transfer bnfc stuff with latest bnfc, happy and alex, to be able to compile on GHC CVS. 2006-05-20 01:41:53 +00:00
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
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
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
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
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
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
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
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
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
bringert b67268cc79 In GSL generation: remove punctuation before LR analysis. 2006-03-31 15:52:03 +00:00
bringert 30abcf023c Added colon to the list of punctuation chars in GSL generation. 2006-03-31 15:31:33 +00:00
bringert ed047e9429 Updated version numbers to 2.5. 2006-03-21 13:57:00 +00:00
bringert b307f86496 Added release number in debian/changelog. 2006-03-21 13:49:42 +00:00
bringert 1e7d498b6c Set GF_LIB_PATH to the dist dir when building grammar-dist. 2006-03-21 13:20:03 +00:00
bringert c2b3a28411 Use date-based package name for grammar dist. Included compiled resource-1.0 in grammar dist. 2006-03-21 13:02:14 +00:00
bringert e6686af2a6 Debian package: build and install gfdoc. 2006-03-21 13:01:58 +00:00
bringert b5d8ec661f Don't rebuild java code when installing it. 2006-03-21 12:25:34 +00:00
bringert 665e437895 Updated copyright year in src/GF.hs. 2006-03-21 10:55:38 +00:00
bringert 76b2fd19d3 Debian package: use install-gf 2006-03-21 10:49:59 +00:00
bringert 5ef05b0a92 Debian package: use prefix in isntall rule. 2006-03-21 10:48:54 +00:00
bringert 7b0d807422 Debian package: run configure and make in src/. 2006-03-21 10:30:19 +00:00
bringert 2734507e84 Added beginnings of debian packaging stuff. 2006-03-21 10:25:40 +00:00
bringert b8f1702110 Transfer: some TODOs. Lots of minor fixes in type checking algorithm. 2006-03-20 18:23:55 +00:00
bringert 30ba078db5 Some simple clarifications in the transfer type checking document. 2006-03-20 15:15:56 +00:00
bringert 9d920e9735 Expermintation woth a collections framework for transfer. 2006-03-20 14:46:47 +00:00
bringert 7ff1b927e8 Added some tricky transfer type checking examples. 2006-03-20 14:04:11 +00:00
bringert 14b9c4ff8c Transfer TODO: added (A,B : Type) argument types. 2006-03-20 14:03:34 +00:00
bringert 04300a9e0d Replaced all used of Data.FiniteMap with Data.Map. 2006-03-20 12:49:31 +00:00
bringert 80e11b4418 Updated config.sub and config.guess. 2006-03-16 09:11:12 +00:00
bringert 628acf267b Transfer prelude: added missing type arguments to some type classes. 2006-03-15 16:48:35 +00:00
bringert 28606fccd2 Fixed typo in transfer prelude: prim_eq_Str 2006-03-15 16:25:40 +00:00
bringert 80b1c33c8e Use ghc-pkg field instead of latest, to work with ghc-pkg 6.4. 2006-03-14 09:31:27 +00:00
bringert 72f575f5ba Added PHONY rule in resource-1.0 Makefile to avoid "up to date" message. 2006-03-14 09:30:35 +00:00
bringert e6ecef1fba Transfer reflexive example: added ideal version. 2006-03-13 10:56:45 +00:00
bringert 6779c45f5d Added transfer example: constructing reflexives. 2006-03-13 10:53:44 +00:00
bringert cf2d695f74 Transfer type system: some random changes 2006-03-06 16:55:22 +00:00
bringert 773fb9080c Transfer type checking algorithm: started on conversion. 2006-03-03 15:56:15 +00:00
bringert 7513cf8ef4 Transfer type checking: Added some notation explanation. Added constructor context. Added proper pattern checking operation. 2006-03-03 10:56:34 +00:00
bringert 1738be3a75 SRGS generation: use XML module escape mechanism. Added beginnings of a not yet working SRGS minimization function. 2006-03-03 10:40:53 +00:00
bringert 21e611f513 Towards a working VoiceXML generator. 2006-03-03 10:40:23 +00:00
bringert 3c1e97d363 XML module: added CData support. Escape stuff that needs to be escaped in XML. 2006-03-03 10:38:49 +00:00
bringert dd0d26c022 Transfer: added beginnings of a type checking algorithm description. 2006-03-03 10:37:59 +00:00
bringert 61898554b5 Transfer: Removed PType from source and core languages. 2006-03-03 10:34:15 +00:00
bringert 828b92a83e Remove superfluous space in transfer let description. 2006-03-01 12:52:23 +00:00
bringert 146bd72e11 Transfer reference: remove type annotations in let. 2006-03-01 12:51:10 +00:00
bringert bdc1401d7a SwadeshEng: give_V uses "to" 2006-02-28 19:47:42 +00:00
bringert 5e539f0f5f SwadeshSwe: know = känna. 2006-02-28 19:44:13 +00:00
bringert 3be67b4748 Swadesh: fog is a MassN. 2006-02-28 19:29:48 +00:00
bringert 6892f9318e SwadeshSwe: give_V = ge till. 2006-02-28 19:25:38 +00:00
bringert e755db7113 Swadesh: made fat MassN and guts N. 2006-02-28 19:25:02 +00:00
bringert c3303323d1 SwadeshSwe: changed far_Adv to långt (was långt borta). 2006-02-28 19:19:53 +00:00
bringert 5c5bba4bbd Swadesh: changed smell_v from V2 to V. 2006-02-28 19:18:01 +00:00
bringert 2037e0834f Swadesh: fight_V is now "slåss med" in swedish. 2006-02-28 19:11:27 +00:00
bringert 337b627401 Fixed morphology of swedish "mun". 2006-02-28 19:07:54 +00:00
bringert 179331dde5 Guessed implementation of left and right in spanish, french and italian. 2006-02-28 19:02:43 +00:00
bringert cb18bc2557 Swadesh: added MassN category and made some nouns MassN instead of N. Removed some unused instantiations from Bronzeage??? modules. Swadesh: left and right are now Ord instead of A. Bronzeage: all pronouns as NP. 2006-02-28 18:49:04 +00:00
bringert 6f913778ea Fixed salt_N is swedish. 2006-02-27 21:34:02 +00:00
bringert 136535ef6d Print grammar names in translation exercise lists. 2006-02-27 20:45:54 +00:00
bringert d3aac86052 VoiceXML generation: fixed threading of existing values through subdialog calls. 2006-02-06 16:45:59 +00:00
bringert 07b34ff780 Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation. 2006-02-03 18:43:06 +00:00
bringert 390efcd43c SRGS: add top-level rules for each GF category. 2006-02-01 19:00:48 +00:00
bringert 333d7ba42a Include GF version and compile date in SRGS meta creator tag. 2006-02-01 18:09:47 +00:00