summaryrefslogtreecommitdiff
path: root/examples/app
AgeCommit message (Collapse)Author
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-04-16lower probability for chunked phrasesaarne
2015-02-17App14 with Tha up and running!aarne
2015-01-14AppJpn.gf and a Makefile entry for App13 which includes Japanese. Everything ↵aarne
compiles now. But Japanese has no support for chunks, because ChunkFunctor does not typecheck for it due to its richer Utt type.
2014-12-19lowered Symb_Chunk probability; fixed translator Makefileaarne
2014-12-08probabilities for new chunk rules ; Symb as another literal in app Makefileaarne
2014-12-06MissApp.hs: a function for preparing a list of lin rules for missing wordsaarne
2014-12-05a script for analysing missing functions, e.g. "which functions of type ↵aarne
Quant are missing in each language"
2014-12-03app Makefile default now App12 with Cataarne
2014-12-03examples/app/Makefile: fix dependencies and grammar name for App12.pgfhallgren
2014-12-03Catalan added to App, do 'make App12.pgf'aarne
2014-11-07fixes in PhrasebookChiaarne
2014-09-30AppChi needs more stack space nowaarne
2014-09-26command for AppEngFinaarne
2014-09-23examples/app/Makefile2: add missing -probs flaghallgren
2014-09-15enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less ↵aarne
loss of speed than VPSlash-valued original rules.
2014-09-14enabled many more functions, in particular verb patterns, in App, to ↵aarne
increase translation quality. This comes with 30% longer translation time with my benchmark but should still be OK.
2014-08-30by_Prep causing conflict in AppChi, therefore excluded from the import of ↵aarne
PhrasebookChi
2014-08-30examples/app/Makefile2: simplifed Makefile for the App grammar (doesn't work ↵hallgren
yet) This makefile just calls GF once and lets GF figure out in which order to compile things. It uses the -j flag to enable parallel compilation and specifies an explicit -path, overriding the -path flags in the source files. This allows all needed modules to be found automatically and ensures that that alltenses is consistently used everywhere. But for some reason, this doesn't work...
2014-06-20some probabilities in app.probs to recognize languages and pronounsaarne
2014-06-19estimate the new values in app.probs as best as I can given the many grammar ↵kr.angelov
changes that were not reflected
2014-06-18enabled more from Construction in Appaarne
2014-06-18correction in app/READMEaarne
2014-06-17now the named entities recognizer returns dictionary entries if the name is ↵kr.angelov
known
2014-05-29CompoundN in app.probsaarne
2014-05-22fixed the path in AppFin.gf so that it compiles in a more general settingaarne
2014-05-21forgot to fix the path for AppFre.gfkr.angelov
2014-05-21App compilation instructions: with parallel compilation, make Phrasebook ↵aarne
separately
2014-05-21probabilities for Appaarne
2014-05-21fix the path in the App grammar to the Phrasebookkr.angelov
2014-05-06improved paths and Makefile in examples/app ; see README how to compile with ↵aarne
just 'make -j'
2014-04-15removed clash in AppFin importsaarne
2014-04-11App11.pgf in Makefileaarne
2014-04-11experimental AppDut addedaarne
2014-04-10improved generation of BNC dictionaries ; now called TopDictionary for clarityaarne
2014-04-09more passives in App. Import changes are now produced with MkApp.hs, which ↵aarne
copies the exclude list from App.gf to the concrete syntax files.
2014-04-09rewrote App so that it just inherits Translate and excludes some functions. ↵aarne
This minimizes the duplication of code between Translate and App. Also added some functions, which make App 15% slower but increase the coverage and quality. This trade-off has to be studied further.
2014-04-08small fixes in App grammar - don't affect performanceaarne
2014-04-04path in AppFinaarne
2014-04-04polarities restored in Hin translationaarne
2014-04-04AdvS added to appaarne
2014-04-03added AdvVP and AdVVP to Appaarne
2014-04-02Android app sources in examples/app - read README for adviceaarne