| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-31 | Add a cabal flag to use the standard binary package | hallgren | |
| The standard binary package has improved efficiency and error handling [1], so in the long run we should consider switching to it. At the moment, using it is possible but not recommended, since it results in incomatible PGF files. The modified modules from the binary package have been moved from src/runtime/haskell to src/binary. [1] http://lennartkolmodin.blogspot.se/2013/03/binary-07.html | |||
| 2013-10-31 | update the TAG for the MainActivity | kr.angelov | |
| 2013-10-31 | store the source and target languages for the Android UI in a preference file | kr.angelov | |
| 2013-10-31 | when the phone is in silent mode the UI should not use the TTS | kr.angelov | |
| 2013-10-31 | fix the parsing error in the Android app | kr.angelov | |
| 2013-10-31 | fixed utf-8 decoding problem in libgu | kr.angelov | |
| 2013-10-31 | bracketedLinearize in Python is now using the linref | kr.angelov | |
| 2013-10-30 | use linref in the C linearizer. The robust linearization is now fully supported | kr.angelov | |
| 2013-10-30 | fix the debug mode in the linearizer after the refactoring in libgu | kr.angelov | |
| 2013-10-30 | linref is now used by the linearizer. The visible change is that the 'l' ↵ | kr.angelov | |
| command in the shell now can linearize discontinuous phrases | |||
| 2013-10-30 | added the linref construction in GF. The PGF version number is now bumped | kr.angelov | |
| 2013-10-30 | missing binary serialization for PImplArg in the .gfo files | kr.angelov | |
| 2013-10-28 | another fix for 'pre' | kr.angelov | |
| 2013-10-28 | fix inflection_en.xml | kr.angelov | |
| 2013-10-28 | fix the handling of 'pre' in the C runtime | kr.angelov | |
| 2013-10-28 | bugfix in gu/seq.h | kr.angelov | |
| 2013-10-24 | Functions merge trees into tries in the GF Shell and the PGF web service | hallgren | |
| * In the shell, the new command tt (to_trie) merges a list of trees into a trie and prints it in a readable way, where unique subtrees are marked with a "*" and alternative subtrees are marked with numbers. * In the PGF web service, adding the parameter trie=yes to the parse and translate commands augments the JSON output with a trie. Example to try in the shell: Phrasebook> p -lang=Eng "your son waits for you" | tt | |||
| 2013-10-24 | Commands.hs: fix a copy-paste error in the documentation of put_tree | hallgren | |
| 2013-10-23 | added dummy inflection template for Chinese. It needs better names for the ↵ | kr.angelov | |
| different inflection forms | |||
| 2013-10-23 | the first version of the Android's morphology browser | kr.angelov | |
| 2013-10-23 | tabular linearization in the C and Java runtimes | kr.angelov | |
| 2013-10-21 | clumsy fix for nonExist in pgf-translate | kr.angelov | |
| 2013-10-21 | bugfix for the custom literals in the C runtime | kr.angelov | |
| 2013-10-21 | fix the grammar serialization for nonExist and BIND | kr.angelov | |
| 2013-10-12 | add keyboard input in the android app | kr.angelov | |
| 2013-10-11 | synchronize the target languages in the main activity with the one in the ↵ | kr.angelov | |
| lexicon activity | |||
| 2013-10-11 | better lexicon view | kr.angelov | |
| 2013-10-11 | make MorphoAnalysis serializable | kr.angelov | |
| 2013-10-11 | readExpr in the Java binding | kr.angelov | |
| 2013-10-10 | added 'make ParseFre' and 'make ParseEngFre' to lib/src/Makefile; added the ↵ | aarne | |
| script french/MkWikt.hs | |||
| 2013-10-10 | an improvised dictionary mode in the Android translator | kr.angelov | |
| 2013-10-09 | added lookupMorpho in the Java binding | kr.angelov | |
| 2013-10-09 | fix in the Java binding | kr.angelov | |
| 2013-10-09 | avoid warning in parser.c when debugging is OFF | kr.angelov | |
| 2013-10-09 | lexer.c is now exluded from the makefile for Android since the new runtime ↵ | kr.angelov | |
| doesn't need lexing | |||
| 2013-10-09 | a major redesign in the C runtime. The parser and the linearizer now fully ↵ | kr.angelov | |
| support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode | |||
| 2013-10-09 | added gu_is_space in gu/utf8.h. this helps to avoid the dependency on the ↵ | kr.angelov | |
| broken unicode library for C. | |||
| 2013-10-08 | remove libjpgf.so from darcs | kr.angelov | |
| 2013-10-08 | fix the robust parser after the change of GuString | kr.angelov | |
| 2013-10-08 | rename the Android translator from GFVoiceExample to GFTranslator | kr.angelov | |
| 2013-10-08 | a quick hack in the Android translation for parsing Chinese | kr.angelov | |
| 2013-10-08 | bugfix in GNU lightning for ARM | kr.angelov | |
| 2013-10-07 | ensure that the grammar is loaded only once even if the main activity is ↵ | kr.angelov | |
| recreated | |||
| 2013-10-07 | ensure that the grammar is loaded only once | kr.angelov | |
| 2013-10-07 | in case of parse error report the token on Android | kr.angelov | |
| 2013-10-07 | remove the binaries for the grammar, the .so file and .jar file in the ↵ | kr.angelov | |
| Android App. These should be compiled from sources | |||
| 2013-10-07 | remove the custom background in activity_main.xml since it is not backward ↵ | kr.angelov | |
| compatible with older versions of Android | |||
| 2013-10-07 | fix the grammar printer after the change of GuString in libgu | kr.angelov | |
| 2013-10-04 | remove the grammar copying from the Android UI since now we can load ↵ | kr.angelov | |
| grammars from InputStream | |||
| 2013-10-04 | Add new Android voice translator sample app | bringert | |
| This adds a simple voice translator Android app that uses the JNI bindings to the PGF C runtime. Caveats: - Since the C runtime doesn't compile for Android right now, I've bundled an old copy, along with its Java bindings. That should be removed once the C runtime compiels for Android again. - Adding an automated build would be nice. - Replacing the grammar requires editing a Java file, that should really be more dynamic. | |||
