index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
haskell
Age
Commit message (
Expand
)
Author
2014-04-08
Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexing
hallgren
2014-03-12
ensure that negative probabilities are always avoided
kr.angelov
2014-02-10
Restore compatibility with GHC 7.0
hallgren
2014-02-04
PGF.Optimize: one more fix for unsafeFreeze
hallgren
2014-02-04
PGF.Optimize: import unsafeFreeze from Data.Array.Unsafe for compatibility wi...
hallgren
2014-01-31
fix in the bracketedLinearize in Haskell
kr.angelov
2014-01-24
fix in the Haskell runtime
kr.angelov
2013-12-17
Add backward compatibility for reading old PGF files
hallgren
2013-12-10
move src/runtime/haskell/CRuntimeFFI to src/runtime/haskell-bind. Don't mess ...
kr.angelov
2013-12-10
Haskell bindings for the C runtime
inari
2013-12-10
bugfix in the grammar splitter
kr.angelov
2013-12-10
option --split-pgf replaces option --mk-index. This splits the PGF into one f...
kr.angelov
2013-11-29
-optimize-pgf should also apply to the linrefs
kr.angelov
2013-11-26
Represent identifiers as UTF-8-encoded ByteStrings
hallgren
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
2013-11-12
added Predef.SOFT_BIND. This special token allows zero or more spaces between...
kr.angelov
2013-11-06
Remove PGF.Signature
hallgren
2013-11-06
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...
kr.angelov
2013-11-05
linearization by chunks in the GF shell: a new command 'lc' needed because 'l...
aarne
2013-11-05
Eliminate mutual dependencies between the GF compiler and the PGF library
hallgren
2013-10-31
Add a cabal flag to use the standard binary package
hallgren
2013-10-30
linref is now used by the linearizer. The visible change is that the 'l' comm...
kr.angelov
2013-10-30
added the linref construction in GF. The PGF version number is now bumped
kr.angelov
2013-10-24
Functions merge trees into tries in the GF Shell and the PGF web service
hallgren
2013-10-21
fix the grammar serialization for nonExist and BIND
kr.angelov
2013-10-03
the symbol for nonExist in the GF runtime should be the last. this simplifies...
kr.angelov
2013-09-27
a major refactoring in the C and the Haskell runtimes. Note incompatible chan...
kr.angelov
2013-09-03
fix for linearization with 'pre'
kr.angelov
2013-09-03
fix in the GF compiler and runtime which let us to define pre construct detec...
kr.angelov
2013-08-23
nonExist now does the expected thing
kr.angelov
2013-07-30
the first approximation for a statistical model consistent with dependent typ...
kr.angelov
2013-05-03
[haskell runtime] Remove trailing whitespaces in VisualizeTree.hs
gregoire.detrez
2013-04-21
reverse the direction of the arcs in the dependency trees
kr.angelov
2013-04-19
remove the dead code left behind by Peter Ljunglöf in VisualizeTree
kr.angelov
2013-04-16
added a malt_tab format to the vd command in the GF shell
kr.angelov
2013-04-16
the generation of dependency trees in the Haskell runtime is now finally work...
kr.angelov
2013-04-15
the compiler now sorts the list of functions per category in probability orde...
kr.angelov
2013-04-08
PGF.hs: export function missingLins
hallgren
2013-04-02
Replace "CId" with "Language" in type signature for PGF.tabularLinearizes
john.j.camilleri
2013-03-26
haddock bug workaround
hallgren
2013-03-09
ghc-7.6: add missing Num instance for Bits
Sergei Trofimovich
2013-02-13
Fix for a PGF portability problem
hallgren
2013-01-29
Avoid crash in random generation with probabilities
hallgren
2012-11-22
PGFService.hs: fix type error caused by change to PGF.graphvizParseTree
hallgren
2012-11-22
better visualization of parse trees
peter.ljunglof
2012-09-18
the Haskell runtime now exports 'functionsByCat' which returns the list of al...
kr.angelov
2012-08-30
another fix for teyjus
kr.angelov
2012-08-30
the loading of PGF files was broken by the Teyjus patch. Now this is fixed
kr.angelov
2012-08-29
Use nub' instead of nub in some places, remove some unused nub imports
peter.ljunglof
2012-08-29
Added an O(n log n) version of nub
peter.ljunglof
[next]