| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
remu.grammaticalframework.org/framenet
|
|
This patch also includes some commented out code that was used to search for
the source of code size explosions and an eta expansion bug.
|
|
Also a few other minor updates.
|
|
Also moved it to the bin directory.
Run it with 'bash bin/build-binary-dish.sh'.
|
|
|
|
Thanks to Dana Dannells.
|
|
known
|
|
|
|
|
|
|
|
|
|
PGF exports the public, stable API.
PGF.Internal exports additional things needed in the GF compiler & shell,
including the nonstardard version of Data.Binary.
|
|
|
|
|
|
|
|
|
|
|
|
From the documentation: the throwIO variant should be used in preference to
throw to raise an exception within the IO monad because it guarantees ordering
with respect to other IO operations, whereas throw does not.
Also removed some unused imports.
|
|
|
|
|
|
source code. This makes it quick and lightweight to compile big grammars such as the Berkley grammar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
separately
|
|
|
|
|
|
|
|
(table { p_i => t_i } ! x).l ==> table { p_i => t_i.l } ! x
This was used in the old partial evaluator and can significantly reduce term
sizes in some cases.
|
|
Eta expansion is applied between partial evaluation and PMCFG generation.
The buggy version generated type incorrect terms, but PMCFG generation
apparently worked anyway.
|
|
Same as in the Wide Coverage demo app.
|
|
|
|
|
|
Also remove arguments to raise the stack size, GF's built-in default is big
enough now.
|
|
The logs are simply dumped there in raw form, but at least having a link
should make them Google-indexed. One day we'll put something there with
an interface.
|
|
|
|
|
|
switching target languages
|
|
The space leak in the Haskell binding to the C parser has been fixed.
|
|
|
|
Also improve behaviour for languages that are missing in Phrasebook (Chinese).
Also update the initial set of languages in the menus to match Translate11.pgf.
|
|
|