Commit Graph

2909 Commits

Author SHA1 Message Date
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
bjorn
747965ec22 Fix link to code.haskell.org account request page. 2008-05-13 18:26:46 +00:00
bjorn
e9eeb9cfa4 Added short forms of adjectives to resource/russian. There is still no way to get at them through the resource API.
I'm not sure what the AI should be. Also, I think that some of the forms are wrong, but it's not clear to me exactly what classes of words each paradigm is for.
2008-05-09 19:16:56 +00:00
bjorn
bfa013009c grammars/health/HealthRus.gf: comment out the linearizations of functions that are commented out in Health.gf. HealthRus now compiles (against resource-0.6). 2008-05-09 12:40:16 +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
bjorn
830358e5ca Added testexamples output files to darcs. This way, all you have to do to check for changes is to run testexamples, and then do "darcs what ." 2008-05-06 15:31:16 +00:00
bjorn
d96d0f0a6e Added lib/resource/Examples/testexamples, a script which linearizes all the examples with all resource grammars, and saves the output to files. 2008-05-06 15:29:32 +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
meza
9f1e3e7b89 JS.cf : Changed the JS grammar to support strings as property names in objects. Changed pretty much all the files in the same folder as well as GFCCToJS.hs and SISR.hs to reflect the changes. 2008-04-29 13:05:24 +00:00
krasimir
50a1381a27 print the "linking..." message when building the GFCC code 2008-04-29 09:44:43 +00:00
krasimir
dd713cf28f let the putPointE print the time in msec 2008-04-29 09:43:35 +00:00
krasimir
46ef4edf59 remove the obsolete putCPU, putPoint and putPoint' functions 2008-04-29 09:22:57 +00:00
krasimir
b2701fe4e0 add ModEnv to CompileEnv. This removes the need to read one and the same time twice when multiple grammars are loaded. 2008-04-29 09:03: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
krasimir
8184dc5512 use cannonicalizePath in getFilePathMsg. This returns an absolute path and removes the .. indirection 2008-04-25 15:53:02 +00:00
krasimir
3aeb52b2b4 completely rewriten readFiles implementation. Much simpler and more efficient 2008-04-25 15:50:54 +00:00
krasimir
3efe9ea55d use putStrLn instead of print to dump error messages. This avoids the double quotes 2008-04-25 15:49:53 +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
krasimir
e332bd6214 fix the System.FilePath import for Posix 2008-04-22 20:06:05 +00:00
krasimir
b5e4b73273 fix complete pattern in isOldFile 2008-04-22 13:09:14 +00:00
aarne
09a82c8abb made articles and mass syntactic in exper 2008-04-22 12:34:45 +00:00
krasimir
30f221cbb4 gfLibraryPath is actually an environment variable not a file path. Use the current directory instead. 2008-04-22 12:18:39 +00:00
krasimir
2a7c68ad65 move gfLibraryPath and gfGrammarPath to UseIO. Now they are accessible and there is only one place to change if you want to use different envVar 2008-04-22 12:12:29 +00:00
krasimir
e16215940e use the standard System.FilePath module instead of our own broken file path manipulation functions 2008-04-22 11:39:46 +00:00
krasimir
caa6082b82 isOldFile should use the real lexer instead of "words" this avoids the need for custom unComm function 2008-04-22 08:52:11 +00:00
krasimir
082668f182 Use Happy grammar for imports extraction instead of hand made shallow crapy grammar 2008-04-22 08:33:23 +00:00
aarne
b286c625a4 fixed agreement to deal with Gender in exper/english 2008-04-22 11:00:52 +00:00