summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-23rewrote an mkPN application in WordsGer to work around a problem that might ↵aarne
be a type checker bug
2015-07-22Setup.hs: ignore .* instead of . and .. when compiling/copying all files in ↵hallgren
a directory This avoids problems with .DS_Store files created by the Finder on OS X.
2015-07-21PGF web service: option to leave &+ uninterpreted in linearized outputhallgren
By adding unlexer=none (or unlexer=id) in requests that output linearizations (e.g. command=linearize, command=translate), you can leave &+ uninterpreted instead of gluing the adjacent tokens. This means that the output is left in a format that can be parsed in a subsequent request. To implement this consistently, the function linearizeAndBind was replaced with the function linearizedAndUnlex (but there are a couple of requests that do not call this function...) Note that this applies to the Haskell run-time requests only. The C run-time request (c-linearize, c-translate) always applies the &+ token and the c-parse request can parse input containing glued tokens.
2015-07-21added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for ↵aarne
speed reasons
2015-07-20removed the obsolete examples/translator directory, which caused confusionaarne
2015-07-20Setup.hs: correctly parse output from 'darcs changes' for newer versions of ↵hallgren
darcs It worked with darcs-2.8 before, now it also works with darcs-2.10.
2015-07-16make the virtual machine instructions more uniformkrasimir
2015-07-16refine the GNU lightning patch to avoid generating unnecessary codekrasimir
2015-07-16bugfixes in the JIT compiler for x86_64. One of the fixes is actually in GNU ↵krasimir
lightning
2015-07-16added a space after the tag in word alignment to work around a graphviz bug ↵aarne
shown with Chinese characters
2015-07-15Wide Coverage Demo: avoid errors if d3 or d3Tree can't be loadedhallgren
2015-07-15add the Python API tutorial to the GF home pagekrasimir
2015-07-12fixed missing do in the Haskell bindingkrasimir
2015-07-04the reasoner's states are now closures just like the code for the def rules. ↵krasimir
This means more compact JIT compiled code and uniformity with the code for def rules
2015-07-03merge the states for reasoning and evaluation into a single structurekrasimir
2015-07-01merge brassiere_1_N/brassiere_2_N and aborigine_N/aboriginal_Nkrasimir
2015-07-01forgot to add the DBManagerkrasimir
2015-07-01the Android app now can show Glosses from WordNetkrasimir
2015-06-30specify strict APP_PLATFORM to avoid crashes on devices with older android ↵krasimir
version
2015-06-30add function 'functions' in the Haskell binding to the C runtimekrasimir
2015-06-30some more comments in the help pagekrasimir
2015-06-30bugfix in the Android keyboardkrasimir
2015-06-30better layout for the Thai keyboardkrasimir
2015-06-30increase the version number for the appkrasimir
2015-06-30added ant.properties in the App folder to make it easier to prepare releaseskrasimir
2015-06-30bugfix in the parser for lexical lookupkrasimir
2015-06-25Remove left over [...] from release notes, bump version number in gf.cabal ↵hallgren
to 3.7-darcs
2015-06-25Update home page, download page & release notes for GF 3.7. Bump version ↵hallgren
number in gf.cabal
2015-06-25Documentation updates for the release of GF 3.7hallgren
2015-06-25bugfix in the bottom-up prediction for the parserkrasimir
2015-06-23runtime/c/pf/jit.c: silence warning about alloca on MINGW32hallgren
2015-06-23Bump version of .gfo and .pgf files, improve error messages on version mismatchhallgren
Becacuse of the new special tokens added to the Symbol type, .gfo and .pgf files produced with the current version of GF can not always be used with older versions of GF and the PGF run-time system. The PGF version number was increased from (2,0) to (2,1). GF can still read version (2,0) and (1,0), so old PGF files continue to work. The GFO version was increased from "GF03" to "GF04".
2015-06-23WebSetup.hs: a note about parallel buildshallgren
2015-06-23doc/gf-developers.t2t: add a note about parallel buildshallgren
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal.
2015-06-22Remove the automatically generated doc/gf-developers.htmlhallgren
2015-06-17three more points in the release noteskrasimir
2015-06-17forgot changes in the serialization in the Haskell runtimekrasimir
2015-06-12the orthographic tokens were broken when they appear inside a dictionary ↵krasimir
entry. Now this is fixed by treating those as syntactic rules
2015-06-11Adding download/release-next.t2t (to be renamed) with preliminary release ↵hallgren
notes for the next release You can use 'darcs changes --from-tag=RELEASE-3.6' to get a list of changes since the previous release and extract noteworthy changes from there.
2015-06-11fixed typo in the Haskell runtimekrasimir
2015-06-09updated Android helpfileaarne
2015-06-09note on official vs development version of the Android appaarne
2015-06-09updated demos/app.htmlaarne
2015-06-05print error message for missing abstract categories in the C runtimekrasimir
2015-06-02AppFre.pgf added to repo by mistake, now removedaarne
2015-06-02copied examples/app to examples/slowApp; the new app is a bit scaled down ↵aarne
but much faster
2015-06-02French input grammar FreInput separated from Freaarne
2015-06-02an input grammar for French - 40 times faster, makes all the difference in ↵aarne
the app!
2015-05-27Wide Coverage Translation Demo: add buttons for speech outputhallgren
Also fixed a problem with showing inflections for words containing underscores (e.g. race_2_N).
2015-05-27minibar: moved 2 reusable functions from minibar_translations.js to ↵hallgren
minibar_support.js