Commit Graph
100 Commits
Author SHA1 Message Date
bringert 0e484f094f Disable special treatment of lists in SRGS+SISR generation, since OptimTalk can't handle it. 2006-05-31 19:41:05 +00:00
bringert 6217a2a4d9 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 b7e1e31909 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 49849d7fe3 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 e1ea20277c 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 1db0885429 Commented out one_Det in peacekeeping grammar. 2006-04-25 15:44:43 +00:00
bringert 10bf3b1d9f 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 9a51ac6ebf Peacekeeping README: added reference to "Emergency multilingual phrasebook" 2006-04-21 14:49:46 +00:00
bringert 4bc12bcde1 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 c4560e21b0 Build peace grammars with optimize=share to work with GF EI. 2006-04-21 13:55:19 +00:00
bringert 3c1ef84ddd 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 fc72f8b730 Added TODO item about startcat in CFGM grammars. 2006-04-21 13:13:28 +00:00
bringert c4f36a024a Implemented some new words in swedish. Use english compound for police officer. 2006-04-21 12:08:10 +00:00
bringert 4bb72d9343 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 53b86102ff Changed PeacePhrases_Swe to latin-1. 2006-04-21 09:55:15 +00:00
bringert 028561ac2a peacekeeping: implemented the new lexicon entries in english. 2006-04-21 07:49:53 +00:00
bringert 44300844db 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 79c0cc23e6 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 e75689439d 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 58a6088a4d Fixed a swedish peacekeeping missed latin-1 conversion. 2006-04-20 21:11:03 +00:00
bringert ca96cb741b Added swedish version of the peacekeeping grammar. 2006-04-20 18:27:51 +00:00
bringert a1e2767dbe Reorganized the peacekeeping grammar. 2006-04-20 17:55:46 +00:00
bringert f9cdc3c732 Added QuestIAdv_NP. 2006-04-20 16:43:13 +00:00
bringert af52e49d59 PeaceKepp: added a bunch of examples. Added a few words. Added some missing syntax constructs. 2006-04-20 15:13:55 +00:00
bringert 35cd3af661 Added Quest category to PeaceKeep grammar. 2006-04-20 11:46:50 +00:00
bringert 72dbe753e0 Added the beginnings of the PeaceKeep grammar. 2006-04-20 11:13:43 +00:00
bringert 8c77d8e951 Added debugging flag to generated VoiceXML. 2006-04-20 09:46:54 +00:00
bringert ccd5189766 Use quest_Cat to generate questions in the VoiceXML printer. 2006-04-19 09:03:19 +00:00
bringert 43b962f525 Disable readline support on cygwin, regardless of GHC version. 2006-04-19 08:48:54 +00:00
bringert a663a046ed Look at both command-line and grammar startcat falgs in pg commands. 2006-04-18 12:42:20 +00:00
bringert 6eac1e2be2 Fixed left recursion removal to not create cyclic rules. 2006-04-13 15:07:17 +00:00
bringert dbfef31538 Removed cycles when building SRGs, to avoid getting left-recursive grammars. 2006-04-13 14:47:37 +00:00
bringert c5d0416996 generate unique new category names when removing left recursion from cfgs. 2006-04-13 14:29:27 +00:00
bringert 47dedcf256 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 aa309abecf Added top-down filtering to the GSL printer. 2006-04-13 13:33:35 +00:00
bringert 293a0eb988 Added -startcat flag to the pg command. 2006-04-13 13:32:58 +00:00
bringert 97956fc13f 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 cb046fea18 In GSL generation: remove punctuation before LR analysis. 2006-03-31 15:52:03 +00:00
bringert 8dfa27bb6d Added colon to the list of punctuation chars in GSL generation. 2006-03-31 15:31:33 +00:00
bringert da61e709ad Updated version numbers to 2.5. 2006-03-21 13:57:00 +00:00
bringert 789ce01032 Added release number in debian/changelog. 2006-03-21 13:49:42 +00:00
bringert e97e112937 Set GF_LIB_PATH to the dist dir when building grammar-dist. 2006-03-21 13:20:03 +00:00
bringert f5f230b6c0 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 385774a6b7 Debian package: build and install gfdoc. 2006-03-21 13:01:58 +00:00
bringert 388fd424a9 Don't rebuild java code when installing it. 2006-03-21 12:25:34 +00:00
bringert b7f5f9d404 Updated copyright year in src/GF.hs. 2006-03-21 10:55:38 +00:00
bringert 1b28230449 Debian package: use install-gf 2006-03-21 10:49:59 +00:00
bringert 9cb1998948 Debian package: use prefix in isntall rule. 2006-03-21 10:48:54 +00:00
bringert b87b82fbd9 Debian package: run configure and make in src/. 2006-03-21 10:30:19 +00:00
bringert cf2c5641a2 Added beginnings of debian packaging stuff. 2006-03-21 10:25:40 +00:00
bringert 0419860b4e Transfer: some TODOs. Lots of minor fixes in type checking algorithm. 2006-03-20 18:23:55 +00:00
bringert 8d1543684a Some simple clarifications in the transfer type checking document. 2006-03-20 15:15:56 +00:00
bringert eacb437f43 Expermintation woth a collections framework for transfer. 2006-03-20 14:46:47 +00:00
bringert d760ce9738 Added some tricky transfer type checking examples. 2006-03-20 14:04:11 +00:00
bringert 2371a1fcca Transfer TODO: added (A,B : Type) argument types. 2006-03-20 14:03:34 +00:00
bringert 19af3254dc Replaced all used of Data.FiniteMap with Data.Map. 2006-03-20 12:49:31 +00:00
bringert 31fdc0d29a Updated config.sub and config.guess. 2006-03-16 09:11:12 +00:00
bringert 5da597da36 Transfer prelude: added missing type arguments to some type classes. 2006-03-15 16:48:35 +00:00
bringert 379a969f67 Fixed typo in transfer prelude: prim_eq_Str 2006-03-15 16:25:40 +00:00
bringert 626a23ac78 Use ghc-pkg field instead of latest, to work with ghc-pkg 6.4. 2006-03-14 09:31:27 +00:00
bringert eee0f20ea8 Transfer reflexive example: added ideal version. 2006-03-13 10:56:45 +00:00
bringert 941a9f35ba Added transfer example: constructing reflexives. 2006-03-13 10:53:44 +00:00
bringert a961739bbf Transfer type system: some random changes 2006-03-06 16:55:22 +00:00
bringert f568dbcf64 Transfer type checking algorithm: started on conversion. 2006-03-03 15:56:15 +00:00
bringert 54542c8423 Transfer type checking: Added some notation explanation. Added constructor context. Added proper pattern checking operation. 2006-03-03 10:56:34 +00:00
bringert 0dfd55a30d 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 11cba226ea Towards a working VoiceXML generator. 2006-03-03 10:40:23 +00:00
bringert cbcdc01380 XML module: added CData support. Escape stuff that needs to be escaped in XML. 2006-03-03 10:38:49 +00:00
bringert 0453d5c45e Transfer: added beginnings of a type checking algorithm description. 2006-03-03 10:37:59 +00:00
bringert 145e0a4c82 Transfer: Removed PType from source and core languages. 2006-03-03 10:34:15 +00:00
bringert c01ff143f4 Remove superfluous space in transfer let description. 2006-03-01 12:52:23 +00:00
bringert 4cb90a0c69 Transfer reference: remove type annotations in let. 2006-03-01 12:51:10 +00:00
bringert 41db0b588e SwadeshEng: give_V uses "to" 2006-02-28 19:47:42 +00:00
bringert 0814cf42a2 SwadeshSwe: know = känna. 2006-02-28 19:44:13 +00:00
bringert 6233a27c56 Swadesh: fog is a MassN. 2006-02-28 19:29:48 +00:00
bringert 5aa2ae4271 SwadeshSwe: give_V = ge till. 2006-02-28 19:25:38 +00:00
bringert b81bd14d34 Swadesh: made fat MassN and guts N. 2006-02-28 19:25:02 +00:00
bringert a632b947a6 SwadeshSwe: changed far_Adv to långt (was långt borta). 2006-02-28 19:19:53 +00:00
bringert 237af833a0 Swadesh: changed smell_v from V2 to V. 2006-02-28 19:18:01 +00:00
bringert 4c6994d0c7 Swadesh: fight_V is now "slåss med" in swedish. 2006-02-28 19:11:27 +00:00
bringert 4aa6113d57 Fixed morphology of swedish "mun". 2006-02-28 19:07:54 +00:00
bringert ec217d9b6e Guessed implementation of left and right in spanish, french and italian. 2006-02-28 19:02:43 +00:00
bringert cd1fcf61c3 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 b90629b765 Fixed salt_N is swedish. 2006-02-27 21:34:02 +00:00
bringert 57f323e167 Print grammar names in translation exercise lists. 2006-02-27 20:45:54 +00:00
bringert e85fb4bf69 VoiceXML generation: fixed threading of existing values through subdialog calls. 2006-02-06 16:45:59 +00:00
bringert 9bae44c37d Moved general XML stuff to GF.Data.XML. Started working on VoiceXML generation. 2006-02-03 18:43:06 +00:00
bringert bdf602b95c SRGS: add top-level rules for each GF category. 2006-02-01 19:00:48 +00:00
bringert 8cd03874f6 Include GF version and compile date in SRGS meta creator tag. 2006-02-01 18:09:47 +00:00
bringert a26ccb40bd SRGS semantic results for list categories is now an array. 2006-02-01 18:03:13 +00:00
bringert fd0dfd7d4d First version of SRGS with semantic tags. 2006-02-01 16:23:14 +00:00
bringert 992e212bcc Escape backslashes and double quotes in SRGS attribute values. 2006-02-01 10:24:37 +00:00
bringert 36492443e9 Set xml:lang in SRGS grammars to the value of the language flag. 2006-02-01 10:16:40 +00:00
bringert ad65c86860 Updated GHC version requirement and file names for GF 2.4. 2006-01-26 12:06:24 +00:00
bringert 92f22c8f5c Use right start category names in si command. 2006-01-20 18:20:02 +00:00
bringert 0f6c51f741 Report errors in at command. 2006-01-20 18:18:49 +00:00
bringert d4d89c72f3 Use cat and language in ATK si. Support language switching with ATK. 2006-01-17 02:13:57 +00:00
bringert 3bf8e5ce6f Fixed-point iterate unneccessary node removeal. 2006-01-05 20:55:13 +00:00
bringert dc3f7e1d61 Generate monolithic FAs by expanding an MFA. 2006-01-05 20:35:22 +00:00
bringert 7faaa9772b Added monolithic SLF builind back in. 2006-01-05 19:34:12 +00:00