Commit Graph
29 Commits
Author SHA1 Message Date
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
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
bjorn 7cf94a854d Rename index.html to homepage.html. 2008-02-27 15:13:11 +00:00
bjorn 2332028191 Fix LatestCode link. 2008-02-27 15:12:54 +00:00
bjorn ff4aea8a1a Build gf-embed with -O2. 2008-02-26 17:22:38 +00:00
bjorn 4aff65964e Replace fromJust with fromMaybe + error message when looking up lintype in SimpleToFCFG. This makes problems easier to debug. 2008-02-26 14:00:15 +00:00
bjorn 9aa025007a Use [Dig] instead of Digits in Time, to avoid commas in English. 2008-02-25 21:24:12 +00:00
bjorn de23fe7483 Update darcs.html for the code.haskell.org repo. 2008-02-25 15:27:44 +00:00
bjorn ad613cdd67 Include adverb in infVP.
infVP, used by for example AdVVP, did not include the new adv field. This caused adverbs to be suppressed when used in infitive clauses, e.g.:


Union> l UttS (UseCl TPres ASimul PPos (PredVP (UsePN john_PN)(ComplVV want_VV (AdVVP always_AdV (UseV sleep_V)))))
john wants to sleep
2008-02-22 17:06:23 +00:00
bjorn 32b783ec85 Added makefile targets for time. 2008-02-21 17:25:47 +00:00
bjorn 2be8bf1814 Added some adverbials to Time. 2008-02-21 16:46:58 +00:00
bjorn f60e9a4824 Some additions to Time/TimeEng.gf 2008-02-21 16:29:47 +00:00
bjorn d123ce6b75 Started resurrecting the Time resource. 2008-02-21 15:42:41 +00:00
bjorn e494274c07 Treat pre tokens as variants in SimpleToFCFG. This should allow us to parse sentences with e.g. "an". 2008-02-19 22:09:56 +00:00
bjorn 70fae1e9fb Some work on gf3/gfc command-line options. 2008-02-19 20:59:01 +00:00
bjorn 17ede4013d Rename gfcats to startupcats in PGF. 2008-02-15 20:13:01 +00:00
bjorn 114f0d1ecc Use isAlpha instead of isLetter to compile with GHC 6.4. Reported by moises. 2008-02-08 09:20:32 +00:00
bjorn 08b9422cba Added PGF version numbers to GFCC file. 2008-02-07 13:48:41 +00:00
bjorn 6a739a7588 Include parser in JS produced by gf3. 2008-02-06 17:08:50 +00:00
bjorn ff9f224242 Expand higher-order abstract syntax in SimpleToFCFG. 2008-02-05 14:33:22 +00:00
bjorn 6bddc8df8a Standard format for floats and strings in GFCC. 2008-01-30 17:18:27 +00:00
bjorn ec1322afae Changed GFCC parser format to only include the FCFG rules and the GF cat -> FCFG cat mapping. The other information is very easy to build on the fly. 2008-01-30 16:39:44 +00:00
bjorn c4d89577f5 Merge AId and App forms in GFCCRaw. 2008-01-29 15:53:50 +00:00
bjorn 89371210eb UTF-8 encode in printGFCC. 2008-01-28 21:43:04 +00:00
bjorn 88e3894562 Fixed syntax error in ExamplesRus.gf 2008-01-28 17:26:16 +00:00
bjorn 6cc162e83c GFCCRaw printing: no space in App with no arguments. 2008-01-26 16:46:46 +00:00