summaryrefslogtreecommitdiff
path: root/examples/app
AgeCommit message (Collapse)Author
2017-08-21ChunkJpn import list updatedAarne Ranta
2017-08-21AppUrd addedAarne Ranta
2017-04-12commented out case_sensitive=off in Appaarne
2017-04-11re-enabled Phrasebook in App ; added Russian ; testing with lower-casing the ↵aarne
input
2016-06-05added PassAgentV2 to App, and the specialized syntax functions to app.probsaarne
2016-06-04made App into a functor to make its body easier to modify; unfortunately, ↵aarne
the import list must be copied however
2016-06-02tokenized apertium text to test with ; RelV2 and QuestV2 in App (Eng and Swe ↵aarne
for the moment) with 20% loss of parsing speed but improved quality
2016-05-14enabling V3 and V2V in AppFreaarne
2016-05-14commented out the import of Phrasebook in App with --P; the idea is that ↵aarne
application grammar parsing is done in a separate phase, which is faster and more flexible. Also re-enabled ComplV3 and ComplV2V, after testing that they don't reduce the parsing speed too much.
2016-05-11skeletal version of AppRus.gfkrasimir
2015-11-11AppEst was missing from darcs, oopsaarne
2015-11-09small fixes in Est translation and app.probsaarne
2015-11-09last fixes to make AppEst compileaarne
2015-07-21added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for ↵aarne
speed reasons
2015-07-01merge brassiere_1_N/brassiere_2_N and aborigine_N/aboriginal_Nkrasimir
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