summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
2014-04-03added AdvVP and AdVVP to Appaarne
2014-04-02Android app sources in examples/app - read README for adviceaarne
2014-03-31room_N in DictionaryChiaarne
2014-03-28added the phrase "what time is it" in ten languages. For simplicity, this is ↵aarne
a Greeting and not a Question, which means that it has a variant appearing with ! rather than ? , similar to "how are you". Correcting this would require analysing the structure of the phrase so that it can be constructed in QS.
2014-03-14moved the small app chunking grammars from lib/src/experimental to ↵aarne
examples/translator; the proper place might be in the git contributions, but this can be decided later
2014-03-10reference to DictEngChi changed to DictionaryChiaarne
2014-01-13examples/Phasebook/Makefile2: Lativan is fixed, include it againhallgren
2014-01-11Phrasebook: Latvian is fixed (according to the latest RG)normundsg
2014-01-10examples/Phasebook/Makefile2: Lativan is broken, omit it for nowhallgren
Also rewrote Makefile2 in a more compact way.
2013-12-17examples/phrasebook/Makefile2: Finnish needs a larger stackhallgren
2013-12-16examples/phrasebook/Makefile2: remove duplicated rulehallgren
2013-11-29examples/phrasebook/Makefile2: Romanian needs a larger stackhallgren
2013-11-29examples/foods: remove all -path flagshallgren
All languages n the Foods grammar compile fine with alltenses.
2013-11-28Translate grammar for Ger and Hin added. Some functions in Ger phrasebook ↵aarne
need to be commented out to compile. Now a system for 7 languages can be built, but including Fre as well is too heavy on my laptop although it can be compiled separately.
2013-11-26examples/phrasebook: add Makefile2 for parallel grammar compilationhallgren
Makefile2 specificies the dependencies accurately enough that you can use make's support for parallel compilation. Run make -f Makefile2 -j to utilize all the cores in your computer to significantly speed up the creation of Phrasebook.pgf.
2013-11-26examples/letter: convert grammar files to UTF-8hallgren
2013-11-22examples/phrasebook: adding --# -coding=latin1 to 18 moduleshallgren
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
2013-11-22examples/foods: add --# -coding=latin1hallgren
Adding coding pragmas --# -coding=latin1 so that grammars will continue to work when we change the default character encoding to UTF-8.
2013-11-20more stack in Translate Makefileaarne