| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-21 | PGF web service: option to leave &+ uninterpreted in linearized output | hallgren | |
| 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-21 | added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for ↵ | aarne | |
| speed reasons | |||
| 2015-07-20 | removed the obsolete examples/translator directory, which caused confusion | aarne | |
| 2015-07-20 | Setup.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-16 | make the virtual machine instructions more uniform | krasimir | |
| 2015-07-16 | refine the GNU lightning patch to avoid generating unnecessary code | krasimir | |
| 2015-07-16 | bugfixes in the JIT compiler for x86_64. One of the fixes is actually in GNU ↵ | krasimir | |
| lightning | |||
| 2015-07-16 | added a space after the tag in word alignment to work around a graphviz bug ↵ | aarne | |
| shown with Chinese characters | |||
| 2015-07-15 | Wide Coverage Demo: avoid errors if d3 or d3Tree can't be loaded | hallgren | |
| 2015-07-15 | add the Python API tutorial to the GF home page | krasimir | |
| 2015-07-12 | fixed missing do in the Haskell binding | krasimir | |
| 2015-07-04 | the 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-03 | merge the states for reasoning and evaluation into a single structure | krasimir | |
| 2015-07-01 | merge brassiere_1_N/brassiere_2_N and aborigine_N/aboriginal_N | krasimir | |
| 2015-07-01 | forgot to add the DBManager | krasimir | |
| 2015-07-01 | the Android app now can show Glosses from WordNet | krasimir | |
| 2015-06-30 | specify strict APP_PLATFORM to avoid crashes on devices with older android ↵ | krasimir | |
| version | |||
| 2015-06-30 | add function 'functions' in the Haskell binding to the C runtime | krasimir | |
| 2015-06-30 | some more comments in the help page | krasimir | |
| 2015-06-30 | bugfix in the Android keyboard | krasimir | |
| 2015-06-30 | better layout for the Thai keyboard | krasimir | |
| 2015-06-30 | increase the version number for the app | krasimir | |
| 2015-06-30 | added ant.properties in the App folder to make it easier to prepare releases | krasimir | |
| 2015-06-30 | bugfix in the parser for lexical lookup | krasimir | |
| 2015-06-25 | Remove left over [...] from release notes, bump version number in gf.cabal ↵ | hallgren | |
| to 3.7-darcs | |||
| 2015-06-25 | Update home page, download page & release notes for GF 3.7. Bump version ↵ | hallgren | |
| number in gf.cabal | |||
| 2015-06-25 | Documentation updates for the release of GF 3.7 | hallgren | |
| 2015-06-25 | bugfix in the bottom-up prediction for the parser | krasimir | |
| 2015-06-23 | runtime/c/pf/jit.c: silence warning about alloca on MINGW32 | hallgren | |
| 2015-06-23 | Bump version of .gfo and .pgf files, improve error messages on version mismatch | hallgren | |
| 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-23 | WebSetup.hs: a note about parallel builds | hallgren | |
| 2015-06-23 | doc/gf-developers.t2t: add a note about parallel builds | hallgren | |
| Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal. | |||
| 2015-06-22 | Remove the automatically generated doc/gf-developers.html | hallgren | |
| 2015-06-17 | three more points in the release notes | krasimir | |
| 2015-06-17 | forgot changes in the serialization in the Haskell runtime | krasimir | |
| 2015-06-12 | the orthographic tokens were broken when they appear inside a dictionary ↵ | krasimir | |
| entry. Now this is fixed by treating those as syntactic rules | |||
| 2015-06-11 | Adding 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-11 | fixed typo in the Haskell runtime | krasimir | |
| 2015-06-09 | updated Android helpfile | aarne | |
| 2015-06-09 | note on official vs development version of the Android app | aarne | |
| 2015-06-09 | updated demos/app.html | aarne | |
| 2015-06-05 | print error message for missing abstract categories in the C runtime | krasimir | |
| 2015-06-02 | AppFre.pgf added to repo by mistake, now removed | aarne | |
| 2015-06-02 | copied examples/app to examples/slowApp; the new app is a bit scaled down ↵ | aarne | |
| but much faster | |||
| 2015-06-02 | French input grammar FreInput separated from Fre | aarne | |
| 2015-06-02 | an input grammar for French - 40 times faster, makes all the difference in ↵ | aarne | |
| the app! | |||
| 2015-05-27 | Wide Coverage Translation Demo: add buttons for speech output | hallgren | |
| Also fixed a problem with showing inflections for words containing underscores (e.g. race_2_N). | |||
| 2015-05-27 | minibar: moved 2 reusable functions from minibar_translations.js to ↵ | hallgren | |
| minibar_support.js | |||
| 2015-05-21 | examples/phrasebook/Makefile2: include Jpn and Snd in the build | hallgren | |
| 2015-05-21 | Omit -optimize-pgf when compiling small example grammars | hallgren | |
| The minibar lets the user choose any category as the start category, but this can lead to run-time errors for grammars compiled with -optimize-pgf. The problem can also be observed in the GF shell. For example, "linearize Fish" (which means that the start category is Kind) fails for some languages when Foods.pgf is compiled with -optimize-pgf. | |||
