summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesLav.gf
diff options
context:
space:
mode:
authorNormunds Gruzitis <normundsg@gmail.com>2012-10-08 07:30:16 +0000
committerNormunds Gruzitis <normundsg@gmail.com>2012-10-08 07:30:16 +0000
commitc4faf2dddd718db019adc7cdff8fc39b5b7f1615 (patch)
tree77c4bde29311564a6708ca2b9d5aec2ba1b9c1af /examples/phrasebook/SentencesLav.gf
parent5835c8ad588e983c9aa5ec949bb285eb525215fe (diff)
PhrasebookLav: few more improvements
- 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).
Diffstat (limited to 'examples/phrasebook/SentencesLav.gf')
-rw-r--r--examples/phrasebook/SentencesLav.gf3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/phrasebook/SentencesLav.gf b/examples/phrasebook/SentencesLav.gf
index 57c335653..29c00ad68 100644
--- a/examples/phrasebook/SentencesLav.gf
+++ b/examples/phrasebook/SentencesLav.gf
@@ -38,9 +38,6 @@ in {
YouPlurFamFemale, YouPlurPolFemale = mkPerson youPl8fem_Pron ;
TheyFemale = mkPerson they8fem_Pron ;
- --AHaveCurr p curr = mkCl p.name have_V2 (mkNP aPl_Det curr) ;
- --AHaveCurr p curr = mkCl (mkVP have_V3 (mkNP aPl_Det curr) p.name) ;
-
oper
NPLanguage : Type = {lang : NP ; modif : Adv} ;
NPNationality : Type = {lang : NPLanguage ; country : NP ; prop : A} ;