jordi.saludes
|
bf06b1d89d
|
Added QuerySpa to tutorial/embedded.
|
2010-06-18 11:48:36 +00:00 |
|
jordi.saludes
|
dfcd2924e7
|
DEBUG is off.
|
2010-06-18 11:47:14 +00:00 |
|
jordi.saludes
|
765107c441
|
Added LGPL license text.
|
2010-06-18 09:59:10 +00:00 |
|
jordi.saludes
|
5f40426dac
|
Added linearization to py-bindings.
|
2010-06-17 07:59:00 +00:00 |
|
jordi.saludes
|
018b272d42
|
Added unit test.
|
2010-06-13 19:15:19 +00:00 |
|
jordi.saludes
|
e18d121315
|
DEBUG mode added.
|
2010-06-13 17:07:49 +00:00 |
|
jordi.saludes
|
be77286bbb
|
Code cleaning on gfmodule
|
2010-06-13 16:53:33 +00:00 |
|
jordi.saludes
|
dd9c1f1de8
|
Defined Tree type and moved parsed elements type to Tree
|
2010-06-13 15:55:25 +00:00 |
|
jordi.saludes
|
bab9131776
|
Added destuctor for python types.
|
2010-06-13 11:42:48 +00:00 |
|
jordi.saludes
|
9ab679b5d5
|
Type methods for pgf type.
|
2010-06-12 22:19:27 +00:00 |
|
jordi.saludes
|
ec3099a940
|
More sophisticated python types
|
2010-06-12 20:28:22 +00:00 |
|
jordi.saludes
|
b2a21ad435
|
polishing py-bindings make file.
|
2010-06-10 14:57:51 +00:00 |
|
jordi.saludes
|
4a1f2cf626
|
Created py-bindings.
|
2010-06-10 14:54:18 +00:00 |
|
krasimir
|
b57dda5d94
|
detailed information for the type errors from PGFService
|
2010-07-13 15:33:54 +00:00 |
|
krasimir
|
ef68e209c2
|
fix the loopchecking in PGF.Forest.bracketedTokn
|
2010-07-13 12:04:06 +00:00 |
|
hallgren
|
c9cca8a77e
|
Add missing <td> tags in the HTML constructed by functio show_groupedtranslations
|
2010-07-13 11:54:42 +00:00 |
|
krasimir
|
2bc50e6536
|
solve the ambiguity for double negation in SUMO
|
2010-07-13 11:43:24 +00:00 |
|
hallgren
|
032cd65f8f
|
Bug fix in minibar.js: no translations where shown when using option show_grouped_translations: false
This affected minibar.html but not phrasebook.html and was
caused by accidental shadowing of function tr in function show_translations.
|
2010-07-13 11:35:28 +00:00 |
|
hallgren
|
866ef5ead0
|
Make minibar.js work again after backwards incompatible changes to the data structures output by pgf-server.
The canParse field was removed without notice.
|
2010-07-13 10:22:03 +00:00 |
|
krasimir
|
5ea08bd2e8
|
bugfix in the decoding of literals in PGF.Binary
|
2010-07-13 08:24:03 +00:00 |
|
krasimir
|
a8560f2cf1
|
for some reason the concrete syntax for MidLevelOntology was not in darcs
|
2010-07-13 08:04:53 +00:00 |
|
krasimir
|
e1e492cc5f
|
updates in the Eclipse project for GWT UI
|
2010-07-08 16:50:51 +00:00 |
|
krasimir
|
d0ce81a02c
|
update the shell scripts and some other configuration files for GWT 2.0.4
|
2010-07-08 12:03:36 +00:00 |
|
krasimir
|
c4a00695db
|
update the package name for the Android UI
|
2010-07-08 10:26:10 +00:00 |
|
krasimir
|
4539830212
|
add src/ui folder for both Android and GWT UIs
|
2010-07-08 10:06:26 +00:00 |
|
krasimir
|
1cb3cfb4c2
|
change the package name of the GWT Apps to org.grammaticalframework.ui.gwt
|
2010-07-08 09:55:09 +00:00 |
|
krasimir
|
161403e7d3
|
upgrade to GWT 2.0.4
|
2010-07-08 09:32:17 +00:00 |
|
krasimir
|
0dbe60b7bf
|
FridgeApp and TranslateApp now show the type errors
|
2010-07-08 07:57:36 +00:00 |
|
krasimir
|
1a7210dc18
|
fix PGFService after the change in the parser API
|
2010-07-07 14:46:24 +00:00 |
|
krasimir
|
8d63bf8d79
|
report type errors in the shell from command "p"
|
2010-07-07 12:23:21 +00:00 |
|
krasimir
|
cf8f0f089f
|
fix in example/tutorial/smart/SmartFre.gf to make the dependent types work nicely
|
2010-07-07 10:12:08 +00:00 |
|
krasimir
|
21c14b1305
|
simplify the monad TcM
|
2010-07-07 07:19:56 +00:00 |
|
hallgren
|
a74e3f963a
|
Access keys for input fields in minibar and feedback form
|
2010-07-06 13:36:42 +00:00 |
|
krasimir
|
51e4f36b80
|
the abstract syntax for Predef.gf is now hard-coded in AppPredefined.hs
|
2010-07-01 15:38:16 +00:00 |
|
krasimir
|
527efbef9d
|
reorganize the modules in GF.Compile.*
|
2010-07-01 14:19:32 +00:00 |
|
krasimir
|
19ca4fa0a6
|
reorder the modules in gf.cabal
|
2010-07-01 14:03:35 +00:00 |
|
krasimir
|
e92151caf8
|
redesign the open-literals API
|
2010-07-01 08:51:59 +00:00 |
|
krasimir
|
3a5f193fd7
|
compilation of pattern matching using the algorithm of Lennart Augustsson. Not used yet
|
2010-06-30 16:00:47 +00:00 |
|
krasimir
|
97a9ddb4a7
|
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int|Float)
|
2010-06-30 07:40:22 +00:00 |
|
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 |
|