1
0
forked from GitHub/gf-core
Commit Graph

6427 Commits

Author SHA1 Message Date
hallgren
b0ce861cd7 gfse: make it workw ith "gf -server" cloud services 2011-10-10 19:49:17 +00:00
hallgren
51a15531ce Add cloud services needed by gfse to "gf -server" mode 2011-10-10 19:46:57 +00:00
hallgren
ad90185b4f minibar/support.js: added function encodeArgs. 2011-10-10 17:40:53 +00:00
hallgren
b318509528 More functionality in "gf -server" mode
"gf -server" mode now includes PGF service and the services to support
example-based grammar writing. (But gf -server is not quite ready to replace
pgf-http yet...) 

Also bumped GF version number to 3.2.10-darcs
2011-10-10 16:16:16 +00:00
hallgren
a1cc10cee0 gfse: documentation tweaks 2011-10-07 12:14:30 +00:00
hallgren
21a5e3c2cb example-based grammar writing: avoid a problem by returning Nothing instead of calling error 2011-10-04 10:04:01 +00:00
aarne
64daed40df gf-bibliography.html with Thomas' corrected links 2011-10-03 15:42:12 +00:00
aarne
95aea9c77e updated gf-biblio with cse instead of cs 2011-10-03 15:39:39 +00:00
hallgren
dac46a89e8 corrected links in gf-biblio 2011-10-03 15:36:27 +00:00
aarne
40b02254f9 new items in gf-bibliography.t2t 2011-10-03 15:18:59 +00:00
aarne
f847344de8 demo grammar for the resource: mini/MiniGrammar. Generated automatically from MiniGrammarEng by make. Will replace the old demo/ grammars as one that illustrates the grammar structures while being lighter than Lang and generating less junk. 2011-10-03 14:17:56 +00:00
aarne
988c80751e removed spurious inheritance of resource modules in GrammarRon 2011-10-03 14:07:41 +00:00
hallgren
598138bfa1 gfse: browser compatibility fixes 2011-10-03 12:28:49 +00:00
hallgren
8c9e424a83 gfse: references to the GF book in keyword tool tips and style tweaks for example-based grammar editing 2011-10-03 08:21:35 +00:00
hallgren
8f82e71517 Example-based grammar writing: fix problems caused by the use of exprToAPI
The editor needs to keep track of both the raw term and the nice term returned
by exprToAPI. (Manually constructed linearization rules will now have the
raw term and can not be tested.)

Also replace metavariables in generalized terms with the apropriate parameter
from the linearization rule.

Also fix communication problems caused by inconsistent use of show/read vs
showExpr/readExpr.
2011-09-29 15:19:03 +00:00
hallgren
c30b7629ed gfse: about.html updates 2011-09-28 15:26:34 +00:00
kr.angelov
1964660d67 added ParseEng/ParseEngAbs which is the grammar used for parsing PennTreebank 2011-09-28 07:51:10 +00:00
hallgren
38df24c3c9 gfse: mention example-based grammar writing in about.html 2011-09-27 19:18:50 +00:00
hallgren
5588ba99cd exb: call exprToAPI to create nicer linearization functions 2011-09-27 19:17:53 +00:00
hallgren
ee0a6e6aad Server-side support for example-based grammar writing 2011-09-27 18:59:54 +00:00
hallgren
681b2c5501 gfse: work in progress on support for example-based grammar writing 2011-09-27 18:40:09 +00:00
hallgren
d097e6d9d5 Update the shell reference manual 2011-09-27 13:20:37 +00:00
aarne
5163e3f478 don't count app nodes in term size 2011-09-26 13:56:39 +00:00
aarne
2fd498449f Query/small packaged 2011-09-26 06:56:36 +00:00
aarne
7e7927216b generalized show_dependencies to take a list of constants as its argument 2011-09-25 08:43:23 +00:00
aarne
9db9c49bd6 structured examples in help into pairs (command,explanation) 2011-09-25 08:42:27 +00:00
aarne
f3087e4e43 bug fixes in code size analysis 2011-09-24 08:20:58 +00:00
aarne
e45ae46732 smart paradigms for French irreg verbs 2011-09-24 08:20:33 +00:00
kr.angelov
b0913f1ee5 add around_AdN in DictEng.gf 2011-09-23 14:36:01 +00:00
aarne
8d661c0fd8 smart paradigms for Fre irregular verbs, not perfect yet; removed some variants from Fre conjugations 2011-09-23 14:21:56 +00:00
kr.angelov
0715bd811c few extensions to DictEng taken from the obsolete OaldStructural.gf 2011-09-23 12:06:03 +00:00
kr.angelov
56630bcbb6 remove the obsolete parse grammar 2011-09-23 09:42:22 +00:00
kr.angelov
1df6197c57 remove the fake adjective alright_A from DictEng 2011-09-23 09:19:02 +00:00
kr.angelov
a112c56e74 change the precedence for the left argument of -> 2011-09-22 16:24:02 +00:00
aarne
ac51d644fc the sd -size command now shows the size of all code needed for defining an oper 2011-09-22 12:11:03 +00:00
aarne
d97101154f documented the ss command 2011-09-22 07:40:19 +00:00
ra.monique
fa65def172 renamed MorphalouFre to DictFre 2011-09-21 18:18:43 +00:00
hallgren
63a3fab276 Update 19 broken links in the GF bibliography
Most of the broken link were due to the move from www.cs.chalmers.se was to
www.cse.chalmers.se in 2010.
2011-09-21 16:37:20 +00:00
aarne
6ae7a9dde9 statistics on grammar size in terms of constructors 2011-09-21 13:24:59 +00:00
kr.angelov
9bd15b0777 fix in the proof search. when we start the generation from a template, we must start the refinement from the expression that the typecheker generated 2011-09-21 13:30:09 +00:00
aarne
cdaf3dc2f4 commands ss to show source, and sd to show the dependencies of a constant 2011-09-21 08:12:14 +00:00
aarne
1fc37fc9b4 module for analysing source grammars 2011-09-20 16:00:56 +00:00
aarne
9cbe3982bd command ss to show source (including gfo) in text; to be extended 2011-09-20 14:58:27 +00:00
hallgren
9ad2e88aaa Home page news item about editor modes for GF 2011-09-20 12:51:34 +00:00
hallgren
02bda3ab38 Created a new page documenting available editor modes for GF
Also adding editing modes for Gedit and Geany contributed by John J. Camilleri.
2011-09-20 12:41:32 +00:00
aarne
9cc57b137c fix bugs in German ComplA2 and ImpVP 2011-09-20 12:16:38 +00:00
aarne
896b59397a QueryGer added; some bugs to fix 2011-09-20 12:05:07 +00:00
aarne
a89327b9db QueryIta added 2011-09-20 08:54:35 +00:00
aarne
6eca855841 QueryFre added; a utf8 typo in StructuralFre corrected 2011-09-20 08:08:28 +00:00
aarne
acd9c78a43 treebank to test Query 2011-09-19 15:39:48 +00:00