summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2015-02-17App14 with Tha up and running!aarne
2015-01-27Phrasebook compiled for Japanese; weather_N in DictionaryGeraarne
2015-01-21examples/phrasebook/Makefile: include Jpn in 'make forApp'hallgren
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.
2015-01-07patchJpnlizazim
2014-12-19lowered Symb_Chunk probability; fixed translator Makefileaarne
2014-12-11updates in app help file, e.g. the app nameaarne
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-27switch PhrasebookBul back to present to avoid cabal build failure. More to ↵aarne
investigate here.
2014-11-27make PhrasebookBul use alltenses to prevent misbehaviour in Appaarne
2014-11-15a compilable stub of PhrasebookJpn. Sent to a native speaker expert for ↵aarne
completions.
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-08-24made the "how old" construction in Chinese more efficient by moving variants ↵aarne
to the top level; the resulting rule is the same. This kind of inefficiencies are best found if you compile with the -v option and check for constructors creating unexpectedly many PGF rules.
2014-07-16Qiao's corrections in PhrasebookChi. This replaces the old, partial and ↵aarne
low-quality version and is hence the first Chinese phrasebook version that can claim high quality.
2014-07-05making hard-wired questiong in PhrasebookChi type correct after addition of ↵aarne
indirect questions
2014-06-20some probabilities in app.probs to recognize languages and pronounsaarne
2014-06-19restored some functions in PhrasebookDut to make it complete againaarne
2014-06-19revert AWant in WordsDut back to using niet as negationinari
2014-06-19reverted AWant back to using niet negationinari
2014-06-19renaming in PhrasebookDut to avoid name clash in Appaarne
2014-06-19a couple of fixes in Phrasebook ; should compile nowaarne
2014-06-19Add some more constructions with geen as negative in WordsDutinari
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-19fixed negation in PhrasebookDutinari
2014-06-18enabled more from Construction in Appaarne
2014-06-18correction in app/READMEaarne
2014-06-18quick hack: changed cat name Language to LAnguage in Phrasebook to avoid ↵aarne
clash with Construction.Language in App
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-09examples/phrasebook/Makefile2: add Chinesehallgren
Also remove arguments to raise the stack size, GF's built-in default is big enough now.
2014-05-06improved paths and Makefile in examples/app ; see README how to compile with ↵aarne
just 'make -j'
2014-05-06eliminated dependency of PhrasebookChi from DictionaryChi ; added 'make ↵aarne
forApp' to compile what is needed for Phrasebook in App
2014-05-03some more words and phrases in PhrasebookChi ; native speaker check should ↵aarne
be done soon