summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
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