summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsLav.gf
AgeCommit message (Collapse)Author
2018-07-04Remove examples directory; these now live in gf-contribJohn J. Camilleri
All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing.
2014-01-11Phrasebook: Latvian is fixed (according to the latest RG)normundsg
2013-05-30PhrasebookLav is now compatible with the latest resource grammarnormundsg
2012-11-01PhrasebookLav: synchronised with the latest changes in the resource grammarnormundsg
2012-10-08PhrasebookLav: few more improvementsNormunds Gruzitis
- Alternative variants in AScared. - The order of adv. modifiers: first time, then place (PSeeYouPlaceDate). - Fixed: the object valence in QWhatAge; Day.point linearization. - PSeeYouPlaceDate is now less formal. - Open/Closed and SeeYou functions are ok now, except that the word order in Open/Closed is a bit clumsy. TODO: "<what> <when> is open/closed" (currently not supported by the RG).
2012-10-06PhrasebookLav: fixed four more functions and introduced few typical ↵Normunds Gruzitis
alternatives (paraphrases) Fixed QWhatName, QWhatAge, HowMuchCost and ItCost, however, the solutions have to be reviewed. Introduced a Lav-specific type for Language (affected also NPNationality etc.) to support a different realization of ASpeak. Introduced alternative realizations for AHasName and ASpeak (the most typical/simple variant is the default one).
2012-09-17PhrasebookLav: the word order generated by "action" functions (ALike, ALive ↵Normunds Gruzitis
etc.) is now natural
2012-08-28added Lav in compilation; commented out extensions of Words that are only ↵aarne
available for a fraction of languages; fixed a couple of type errors in WordsLav, to be checked
2012-08-23Improvements to PhrasebookLavNormunds Gruzitis
AHasAge, AHasChildren, AHasRoom, AHasTable, ALike - "almost" done: phrases (cases) are grammatically correct, but the word order has to be changed (TODO in the resource grammar).
2012-08-18First (public) version of PhrasebookLavNormunds Gruzitis
Tested on Actions: - Temp: AHasName, ALike. - ToDo: AHasAge, AHasChildren, AHasRoom, AHasTable. - FixMe (in the resource grammar): + YouPolMale/YouPolFemale agreement (AHungry, AIll, AMarried, AReady, AScared, AThirsty, ATired); + Missing commas in multiple ObjAndObj constructions (AWant); + Use (the currently missing) Irreg_Give (AWantGo).