| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Two of the fixes were in the custom version of the binary package. We
should get rid of it at some point, to reduce the maintenance burden.
The third fix was to add new version constraints for happy and alex in
gf.cabal. New versions of them are needed because of the ugly, low-level,
GHC-specific code they produce need to be different for GHC 7.8.
More fixes might be needed for -server mode, but the cgi package is not
compatible with GHC 7.8 at the moment, so it will have to wait.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nexus 7
|
|
for generating the inflection tables. The xml files are removed
|
|
|
|
factored out from src/www/translator/translator.js
|
|
|
|
DocumentationBul.gf
|
|
The translations are loaded one at a time so you don't have to wait for all
10 to see the first one.
|
|
+ PGFService.hs: add command c-grammar, include probability in parse results
+ js/gftranslation.js: add start position and limit parameters, return more
info to applications
+ Simple Translator: show two wide coverage translations
+ Wide coverage demo: show parse tree and probability (intended as grammar
debugging aids)
|
|
|
|
|
|
Also add PGF service command c-flush to explicitly flush cached parse results
from memory.
|
|
|
|
The type CId was replaced with String, so can't use show and read anymore.
|
|
|
|
just a few lines in Rename.hs
|
|
|
|
Python and the Java bindings. Fixed a lot of memory leaks.
|
|
write Haskell bindings
|
|
|
|
|
|
This is to make it easier to find the cause of space leaks.
|
|
|
|
|