krasimir
00a69cab3b
forgot to fix the import in GF.Speech.CFG to get the Token type
2010-06-29 12:58:35 +00:00
krasimir
3ca16750b3
add PGF.Optimize in gf.cabal
2010-06-29 12:48:58 +00:00
krasimir
4fab73d5e7
in PGF.Printer special output format for SymLit
2010-06-29 09:05:07 +00:00
krasimir
43736135ca
introduce the type synonym Token=String in the PGF API
2010-06-29 09:00:41 +00:00
bjorn
c228f48ce3
Added satta_V and mkV2 : Str -> Prep -> V2 to Swedish resource grammar.
2010-06-22 12:59:04 +00:00
krasimir
237b30d6c4
preliminary version of API for Open Literals
2010-06-22 12:31:04 +00:00
aarne
f89e8bc295
order of complements in Finnish
2010-06-22 11:29:33 +00:00
krasimir
ccf4c037a6
fix the compilation of literal categories in GeneratePMCFG.hs
2010-06-22 11:29:20 +00:00
aarne
ed751c43ab
short imperative Utt in Eng
2010-06-22 10:53:58 +00:00
aarne
5b9f3ad75d
polite imperative in Fre
2010-06-22 10:43:29 +00:00
aarne
12b1729136
additions to indef in Eng
2010-06-22 10:00:01 +00:00
aarne
24c5730840
grammar for messages started
2010-06-21 16:50:40 +00:00
krasimir
7fa1963cc4
GF.Grammar.Printer: print expressions with lincat and lin
2010-06-21 15:23:49 +00:00
krasimir
8433afdac9
addFCoercion -> addCoercion in GeneratePMCFG
2010-06-20 08:53:25 +00:00
krasimir
f3f1320416
getFCats -> getFIds in GeneratePMCFG
2010-06-20 08:45:31 +00:00
krasimir
fe6e90e6ce
removed debugging code in GeneratePMCFG.hs
2010-06-20 08:30:00 +00:00
aarne
b17edaa943
query language generalized and extended ; added README
2010-06-19 16:24:48 +00:00
aarne
8a5651168a
added to ExtraEng constructs needed in queries
2010-06-19 16:24:21 +00:00
aarne
d9c34ce848
query language extended and generalized
2010-06-19 10:29:06 +00:00
aarne
cca3039505
test script for query
2010-06-18 07:07:32 +00:00
krasimir
2069d9c9eb
Yay!! Direct generation of PMCFG from GF grammar
2010-06-18 12:55:58 +00:00
krasimir
d7d893d6b3
the automatically generated printnames were just junks. Now we store printnames only if they are explicitly specified.
2010-06-18 10:19:05 +00:00
krasimir
58422b189a
PGF.Printer now dumps the printnames as well
2010-06-18 10:04:10 +00:00
krasimir
7290a2fc68
add Dutch to the list of languages in Setup.hs
2010-06-17 15:34:41 +00:00
krasimir
b9b19b6334
rename GF.Grammar.Predef.isPredefCat to isLiteralCat
2010-06-17 15:08:12 +00:00
krasimir
faceaffe79
GF.Grammar.Lookup.allParamValues now works for table types as well
2010-06-17 09:51:10 +00:00
aarne
286358f6ad
starting query language for MOLTO
2010-06-16 20:00:46 +00:00
aarne
cfd3afd2d8
case for pre in CF generation (ignores alternatives so far)
2010-06-03 21:43:35 +00:00
krasimir
7b315e94a4
grammar loader and unloader in C. Abstract Syntax only!
2010-06-16 15:14:34 +00:00
hallgren
7398216aa9
Update demo links
...
- Added link to the Prasebook demo. The older demos are no longer labelled NEW.
- Point to www.grammaticalframework.org instead of tournesol.cs.chalmers.se
- Update links to www.cs.chalmers.se to new pages on www.cse.chalmers.se, since
there is no working autmatic redirection.
- got rid of some HTML clutter.
- index.txt was out of sync with index.html. It is now even more out of sync.
2010-06-17 15:14:00 +00:00
krasimir
cfd034ab21
added equality proof in the constructor for natural trasformations
2010-06-14 11:21:52 +00:00
krasimir
357cacd7d7
AndroidUI: implemented search in the bag of words
2010-06-10 13:38:15 +00:00
krasimir
d777e8e52f
dead code elimination for PGF. Note: the produced grammars will not work well with metavariables and high-order abstract syntax
2010-06-09 11:32:59 +00:00
krasimir
9baef5e291
filter the duplications when doing 'l -table'
2010-06-09 10:21:13 +00:00
jordi.saludes
a5da087159
Fixing gf executable in build-gfctest
2010-06-08 11:19:33 +00:00
krasimir
487af94835
fixed bug in the recompilation checker which caused the phrasebook to be recompiled each time
2010-06-08 18:57:50 +00:00
krasimir
ecb6f887db
fix: ASimul and AAnter are redundant in CatBul
2010-06-08 18:38:33 +00:00
krasimir
46d0b2ed7e
bugfix for flag -no-recomp
2010-06-08 15:40:47 +00:00
krasimir
142cdc306d
revert change in GF.Grammar.Printer that was intended for debugging only
2010-06-08 09:53:13 +00:00
krasimir
ac8cf95064
fix typo in category theory
2010-06-07 12:56:05 +00:00
jordi.saludes
9095e13aae
Added gf-lexing.* to c-bindings.
2010-06-05 11:57:55 +00:00
jordi.saludes
098dbc2c72
Changing rec to rec_ in PGF
...
To make glasgow extensions happy we had to rename 'rec' to 'rec_' in sources
from PGF folder.
2010-06-05 11:02:51 +00:00
jordi.saludes
a1b6234bd4
Fixed c-bindings gfctest
2010-06-05 11:01:09 +00:00
kevin.kofler
87a8d91d3b
Build Query.pgf in build-gfctest.sh and look for it in the current directory
2010-05-16 21:12:01 +00:00
kevin.kofler
db2a0e092d
Reimplement a lexer in C for the C bindings not to depend on GF.Text.Lexing for now.
2010-05-16 19:43:44 +00:00
kevin.kofler
b93c405c28
Update the C bindings to build with the current PGF API
2010-05-16 21:09:51 +00:00
krasimir
1371f630b6
definitions for some high-order predicates that were missing
2010-06-06 12:10:49 +00:00
krasimir
db3eb23d5f
SUMO: remove the uggly SubClassC and use KappaFn instead
2010-06-06 11:44:51 +00:00
krasimir
8c9b63236f
changes in SUMO: formatting and fixes for lots of lots of small problems
2010-06-06 11:06:44 +00:00
aarne
9534ca0653
word for Shop in Swedish
2010-06-03 14:50:54 +00:00