Commit Graph
100 Commits
Author SHA1 Message Date
aarne 85606ec32b make with test trees 2008-06-13 12:49:54 +00:00
aarne 0113a9cadc started Make.hs in resource-1.4; api files for all langs 2008-06-13 08:58:00 +00:00
aarne 561fe9a6f8 file name as option in commands 2008-06-12 21:04:16 +00:00
aarne e783a894bf added command ps -stringop, with stringop being (un)lexer defined in Lexing 2008-06-12 14:36:03 +00:00
aarne 9de5012d76 treating Int as PredefAbs.Int in lookup 2008-06-12 13:11:18 +00:00
aarne 9a8295c98d restored the read_file command ; filename must be in quotes (to be fixed?) 2008-06-11 13:18:09 +00:00
aarne 4681aaa11c system command (!) in gf3 shell 2008-06-11 12:20:42 +00:00
aarne 2c0229f65c allow spaces between command options; option -treebank in linearize 2008-06-11 09:20:26 +00:00
aarne 59aff851a7 preliminary version of morpho analysis 2008-06-10 16:00:42 +00:00
aarne 613d775a54 release document on gf3 2008-06-10 11:34:16 +00:00
aarne 33263b0b2c added some functions to overloaded API 2008-06-09 15:54:03 +00:00
aarne db28875ee4 added common to darcs in resource-1.4 2008-06-09 08:40:09 +00:00
aarne fd6f37032c sorting command list in Commands 2008-06-08 19:27:20 +00:00
aarne df35188df7 Bulgarian in 1.4 2008-06-05 16:11:36 +00:00
aarne b33b7aa339 finnish who_IP corrected; previous patch was to complete 1.4 for Finnish 2008-06-04 13:51:39 +00:00
aarne 742a7feeea darcs pull 2008-06-04 13:41:52 +00:00
aarne 869e0563d1 completed German in 1.4 2008-06-04 12:09:14 +00:00
aarne fe2d34f9e1 possible to inherit an overload group without excluding+opening 2008-06-03 11:59:00 +00:00
aarne 757cad383c eliminated copying of inherited overload branches 2008-06-03 10:06:29 +00:00
aarne 04d8846c95 overload extension: syntax overload OldModule* {def*} 2008-06-03 09:21:24 +00:00
aarne 07c8a4383a added an argument place to ResOverload for extended overloads 2008-06-01 11:02:02 +00:00
aarne 174bff70e0 danish and norwegian in 1.4 2008-06-02 15:35:17 +00:00
aarne 41e0ba7f64 Swedish 1.4 complete 2008-06-02 15:22:44 +00:00
aarne 41b10c8035 spanish and catalan in 1.4 2008-05-31 19:32:01 +00:00
aarne b238539745 Spanish in 1.4 2008-05-31 19:27:05 +00:00
aarne acdf4c3d10 Italian in 1.4 2008-05-31 19:18:25 +00:00
aarne 063b242905 printing line numbers in rename and check-grammar error messages 2008-05-31 16:30:36 +00:00
aarne 96721de3e3 added positions to Module record; avoided Module constructor where possible; moved Refresh to Compile/ 2008-05-31 14:40:46 +00:00
aarne c8898f51bf sync with laptop version, irrelevant changes 2008-05-29 22:32:58 +00:00
aarne db1d804e7e some fixes in pattern matching in Compute 2008-05-27 20:54:31 +00:00
aarne 5d63852680 unforgetting new env after i command 2008-05-30 17:13:38 +00:00
aarne be33990fa8 LangSwe in 1.4 compiles but is incomplete 2008-05-30 17:11:16 +00:00
aarne e58a01f1c8 error recovery in rename and check grammar: report all errors in a module before terminating 2008-05-30 16:45:48 +00:00
aarne ac9ce7d7e8 started Finnish 1.4 2008-05-30 09:39:29 +00:00
aarne a65be9ef42 fixing number of interrogatives in English Structural 2008-05-29 16:16:19 +00:00
aarne 99889b54c8 removed extra subex in suffixOptimize 2008-05-29 09:51:37 +00:00
aarne 10264a1d13 type computed in table T [...] 2008-05-29 08:23:23 +00:00
aarne 03741b01bb prepare for optimizing tuple pattern matching 2008-05-27 14:02:26 +00:00
aarne 0eee20a064 showing labelless table values in cc 2008-05-26 16:08:31 +00:00
aarne 2488caab69 also lookup in concrete in cc 2008-05-26 15:54:03 +00:00
aarne a253fa2375 printing options for source GF terms defined in API and used in cc command 2008-05-26 14:50:17 +00:00
aarne 089b930d7c getting started with overloaded API for 1.4; some determiner syntax missing 2008-05-26 14:06:56 +00:00
aarne 6d0adbb2cb started source grammar API ; used it for a first implem. of cc command 2008-05-24 16:13:27 +00:00
aarne f1fd6260e0 support for source gr and i -retain in GFI env 2008-05-24 09:16:59 +00:00
aarne 51e1e55005 reformulation of ResHin 2008-05-24 08:13:08 +00:00
aarne 472f6ed14f interpret "foo bar" as ["foo bar"], silently 2008-05-24 08:03:42 +00:00
aarne f4bafe3d5a sort records so that s field is first (use Macros.sortRec) 2008-05-24 07:44:16 +00:00
aarne a57a74608c temporary work-around of gfcc generation bug in resource-1.4 grammars 2008-05-24 07:18:34 +00:00
aarne 009f05ea56 IIT updates to Hindi 2008-05-15 11:46:27 +00:00
aarne f21af43453 debugging gfcc compilation 2008-05-23 14:10:31 +00:00
aarne d78e8d5469 Makefile harmonization 2008-05-22 08:58:36 +00:00
aarne d705e731b8 restored readline 2008-05-22 07:38:41 +00:00
aarne e8bbd458cb added Readline to GF3 shell (in the same way as GF2, using GFCFLAGS in Makefile) 2008-05-21 09:46:30 +00:00
aarne 2bab9286f1 GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way until the release of GF 3 2008-05-21 09:26:44 +00:00
aarne b24ca795ca some deep java editor sources added 2008-05-20 11:49:50 +00:00
aarne fda0fe408f moved all old source code to src-2.9 ; src will be for GF 3 development 2008-05-20 11:47:44 +00:00
aarne 047a4f66b8 UTF8 version of Hindi 2008-05-08 21:05:18 +00:00
aarne b5c11a8cfa some test verbs in Hindi 2008-05-07 10:31:48 +00:00
aarne 1c00d693ad ergatives with postpos complements in Hindi 2008-05-07 08:57:07 +00:00
aarne c4a3cd633e q 2008-05-06 16:47:44 +00:00
aarne c78791b62e ergative predication started 2008-05-06 15:52:12 +00:00
aarne aefb6fcc23 temporary transcription; first clauses generated in Hindi 2008-05-06 15:15:16 +00:00
aarne d74b784780 Hindi VP 2008-05-05 21:47:42 +00:00
aarne 42c4b9712d new refs in bib ; some Hindi parameter experiments 2008-05-05 16:45:28 +00:00
aarne 57c84e2cd6 templates for Hindi modules 2008-05-01 21:12:53 +00:00
aarne d086386bcc german 1.4 compiles but is incomplete 2008-04-30 13:37:43 +00:00
aarne 6c13446edd established resource-1.4 and moved contents of resource/exper there 2008-04-28 07:18:02 +00:00
aarne 95c8a5d4f1 resource test as script 2008-04-27 19:37:36 +00:00
aarne be6aa2b07f new abstract implemented for exper/french 2008-04-27 19:19:40 +00:00
aarne 9d3f381e71 miniature resource for Latin 2008-04-25 16:20:28 +00:00
aarne 040d92a601 yes and no from Phr to Utt in exper 2008-04-25 15:04:34 +00:00
aarne 2b67b0c9bb fused Conj and DConj in exper 2008-04-25 06:55:57 +00:00
aarne dd85f1ab78 sentence-referring relatives in exper 2008-04-24 16:52:56 +00:00
aarne ae7192f46f exper/french compiles but is incomplete 2008-04-24 07:23:50 +00:00
aarne 1008ec8625 restest completed, English ready in exper 2008-04-24 06:33:57 +00:00
aarne 29302378c6 test set for resource started 2008-04-23 20:07:13 +00:00
aarne 137a25fd35 genders in LexiconEng in exper 2008-04-23 11:15:28 +00:00
aarne c1bd7f2ba1 french in exper started 2008-04-23 07:21:26 +00:00
aarne ce8466a35a Noun syntax in exper once again 2008-04-23 07:20:37 +00:00
aarne 8d9bfd9b50 renamed Slash to ClSlash, generalized Refl to VPSlash in exper 2008-04-22 18:16:41 +00:00
aarne 09a82c8abb made articles and mass syntactic in exper 2008-04-22 12:34:45 +00:00
aarne b286c625a4 fixed agreement to deal with Gender in exper/english 2008-04-22 11:00:52 +00:00
aarne 7e29773e50 Gender in English Agr 2008-04-21 15:56:50 +00:00
aarne 65f8120498 simplified Det structure in exper 2008-04-20 10:39:07 +00:00
aarne c4ae27bb53 nounless determiner NPs added; started Backward module - both in exper so far 2008-04-19 14:34:52 +00:00
aarne 45d2af0eb9 Scandinavian adjustment 2008-04-18 14:14:11 +00:00
aarne befad125e3 oops Scand 2008-04-18 14:12:51 +00:00
aarne a41f4407d2 richer extraction syntax 2008-04-18 14:11:36 +00:00
aarne 8583ae40a5 implemented V2? in finnish, german, romance 2008-04-16 15:20:12 +00:00
aarne c781185e51 added V2V, V2S, V2Q to all langs so that they compile, but not always the Compl rules 2008-04-16 14:12:03 +00:00
aarne 49c7d3221b restored V2V, V2S, V2Q as categories in RG 2008-04-16 13:41:59 +00:00
aarne 4f966006b6 GF ten years 2008-03-20 09:17:55 +00:00
aarne f7b3e6d69d miising ErrM added... 2008-03-18 15:42:51 +00:00
aarne 43d37ddef0 interlingua resource 2008-03-17 13:20:18 +00:00
aarne 3dd5eea49d merging recent changes in Finnish 2008-03-17 12:46:53 +00:00
aarne c5268ded64 debugging GFCC generation 2008-03-16 13:42:32 +00:00
aarne 2a314b679d putting pattern macros in place (not properly tested yet) 2008-03-15 21:02:59 +00:00
aarne 1196bbe21f fixed bug leading to looping in Devel.Compute 2008-03-15 19:00:09 +00:00
aarne cccccd5ec1 switched to unmodified BNFC-generated components 2008-03-15 14:53:42 +00:00
aarne b940d06688 nouns with "ut" and superlatives in Finnish 2008-03-12 13:21:37 +00:00