1
0
forked from GitHub/gf-core
Commit Graph

2892 Commits

Author SHA1 Message Date
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
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
krasimir
1858db942c Some more ByteString related chandes in GF2 2008-04-17 13:22:10 +00:00
krasimir
4a8346086d ByteString.readFile should be used instead of readFileStrict. This fixes the problem with the open files 2008-04-17 12:56:46 +00:00
krasimir
07900af066 gf3 should not exit if there is a syntax error in the file 2008-04-17 12:50:51 +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
meza
04da53c7e8 Changed JS generation to avoid grammar reference files. Removed grammar reference file generation. 2008-04-11 13:52:13 +00:00
bringert
6cf8790989 Added GF.GFCC.Macros.lookStartCat. Changed GF.GFCC:API to use it (before, startCat always returned "S"!). GFCCtoJS has not been changed, Moises will do that. 2008-04-07 15:57:04 +00:00
bringert
a4818eca6d GF.GFCC.API is for .gfcc, not.gfcm 2008-04-07 15:40:41 +00:00
krasimir
2498fe7ee8 Major refactoring -> lexical aspect; word order in VP 2008-04-05 17:18:47 +00:00
krasimir
da5200f02a optimized incremental algorithm 2008-03-30 19:57:05 +00:00