hallgren
758e2a031d
gfse: fix missing startcat flag bug + documentation updates
2011-02-28 16:47:25 +00:00
hallgren
790e086a54
gfse: fix persmission problem in upload.cgi
2011-02-28 15:46:42 +00:00
hallgren
a4c82e51a0
gfse: include a -path flag to find rgl modules
2011-02-28 15:45:55 +00:00
hallgren
1cae23fce7
gfse: support for opening RGL modules
2011-02-28 14:18:20 +00:00
hallgren
a9287e83af
gfse: minor documentation and style improvements
2011-02-28 12:41:05 +00:00
aarne
0dfbc9b730
the command show_operations to inspect opers in scope
2011-02-28 13:31:04 +00:00
aarne
66f95c2cb7
removed message showing what modules are read unless in verbose mode
2011-02-26 10:25:09 +00:00
aarne
445a3aafeb
Predef.error surfaces as error message in compilation and cc command
2011-02-25 17:01:10 +00:00
aarne
390566b17e
command ga moved to option 'aw -giza'
2011-02-25 12:55:36 +00:00
hallgren
8b76047cda
gfse: allow definitions to be reordered by drad-and-drop
2011-02-22 16:04:49 +00:00
hallgren
27f4ad15e3
gfse: fix typos
2011-02-18 14:51:06 +00:00
hallgren
a74a0ae980
gfse: document that grammars can be uploaded and tested in the GF shell, the minibar and the translation quiz
2011-02-18 14:47:20 +00:00
hallgren
e0030daaa7
gfse: updated screen shots
2011-02-18 14:46:18 +00:00
hallgren
173a5e3db2
gfse: support for linking to the translation quiz
2011-02-18 11:44:05 +00:00
hallgren
8dd2a1ddc0
gfse: some small fixes
...
+ 'make install' to copy all required files to the server
+ configuration options and error checks in upload.cgi
2011-02-17 17:35:22 +00:00
hallgren
c1f0d57210
Adding the prototype GF editor for simple multilingual grammars
2011-02-17 14:43:41 +00:00
hallgren
41d37dd353
Adding the prototype GF editor for simple multilingual grammars
2011-02-17 14:42:16 +00:00
hallgren
cc2f9d012c
Adding the prototype GF editor for simple multilingual grammars
2011-02-17 14:38:46 +00:00
aarne
7445e56387
a simple clitic analysis command 'ca'
2011-02-06 16:19:24 +00:00
aarne
f875fe563a
corrections to ancientgreek encoding by Hans Leiss
2011-01-31 08:06:42 +00:00
aarne
b35c29554d
started CompilerAPI, still dummy
2011-01-28 15:28:05 +00:00
hallgren
eb21e14991
minibar: a small change to make easy to select an alternate grammar directory
2011-01-27 22:23:15 +00:00
hallgren
11d6326fae
minibar: update my home page link (cs->cse)
2011-01-11 13:18:19 +00:00
hallgren
5d8d1999d8
The name of the fastcgi executable has changed back to pgf-service
2011-01-09 15:32:17 +00:00
krasimir
5941995c59
fix the computation of abstract expressions in the presence of implicit arguments
2011-01-08 20:55:58 +00:00
krasimir
d465292fde
bugfix in the handling of implicit arguments in the typechecker
2011-01-08 12:55:50 +00:00
krasimir
c8b6192128
The GF editor now lets the user to upload his/her own grammars
2010-12-28 16:26:10 +00:00
hallgren
730bfd6c11
gf-server.cabal: changes to stop cabal from demanding hsql even when content-server is not going to be built
2010-12-23 17:02:13 +00:00
hallgren
59b36e0e4a
PGF web service: make the generated index.html for pgf-http a bit more informative
2010-12-22 15:06:02 +00:00
hallgren
6eb3d8ae9c
gf-server.cabal: update description of fastcgi flag
2010-12-22 15:05:10 +00:00
hallgren
ee018154c8
gf-server.cabal: make hsql-mysql optional like fastcgi
...
content-service depends on hsql-mysql, which depends on a C library, so like
fastcgi, only compile it if you ask for it explicitly with -ffastcgi.
2010-12-22 14:59:49 +00:00
hallgren
5b68ac537f
gf-server.cabal: Change the default for the flag fastcgi to False
...
If you want the fastcgi server, use cabal install -ffastcgi.
This is to avoid problems when you only want to compile pgf-http and the
fastcgi library fails to install, which it usually does, since it depends on
a C library which is not installed automatically with cabal.
2010-12-22 14:49:17 +00:00
hallgren
505d99ec37
PGF web service: Use Content-Type text/javascript from JSON output
...
The Content-Type used to be text/json, but this caused warning messages in
some web browers.
2010-12-22 14:47:35 +00:00
krasimir
fb722fe8e2
added GrammarsPanel in the GF editor
2010-12-22 13:51:26 +00:00
krasimir
d28242c03e
tweak gf-server.cabal
2010-12-22 12:32:13 +00:00
krasimir
0aab9833f7
more clear LICENSE file for GF
2010-12-21 10:57:54 +00:00
hallgren
65b717c362
minibar.html: omit explicit grammars_url option
...
The grammars will then by default be fetched from the same server as
minibar.html. This means that everything will be served locally when accessing
minibar through a locally running pgf-http.
2010-12-17 16:43:11 +00:00
hallgren
9ad094577a
minibar/support.js: fix comment typos and add links
2010-12-17 16:42:08 +00:00
hallgren
2e6269ddb4
pgf-http now uses $datadir/www instead of ./www as the document root
...
Along with the changes to Setup.hs it should now be enough to do
cabal install
pgf-http
open http://localhost:41296/
to run the PGF service locally and play with some example grammars in minibar.
2010-12-17 16:35:59 +00:00
hallgren
7ebdacc884
RunHTTP.hs: remove hardcoded document root
...
The document root is now part of the arguments passed to runHTTP.
2010-12-17 16:33:54 +00:00
hallgren
c51d1f9833
Install minibar and some example grammars along with pgf-http
...
Together with the changes to pgf-http, this should make it much easier to run
the PGF service and minibar locally.
2010-12-17 16:29:22 +00:00
krasimir
71e0ec4d41
bugfix: GeneratePMCFG should initialize the lexicon to empty
2010-12-17 09:11:04 +00:00
krasimir
e4b2b8541f
bugfix: setProbabilities should be more robust when there are missing probabilities for some functions or categories
2010-12-17 09:09:07 +00:00
aarne
61e4e9ac20
updated documentation of pg -printer formats
2010-12-14 22:05:53 +00:00
aarne
9c86b62212
documented the pgf -printer values for help
2010-12-14 20:40:17 +00:00
aarne
4a5d8d9f55
option cc -list added
2010-12-14 17:42:42 +00:00
krasimir
505e34aea7
PGFToCFG should use the full production set because the lexicon is now split out
2010-12-14 21:25:43 +00:00
krasimir
c571e6ef33
now every parse state keeps reference only to the concrete and the abstract syntaxes but not to the whole PGF
2010-12-14 17:20:53 +00:00
aarne
e7fbe756a3
work-around in Tree.expr2tree to make Paraphrase work
2010-12-14 14:36:05 +00:00
aarne
a8a3c62f60
type checking of oper types with let expressions
2010-12-14 14:35:41 +00:00