diff options
| author | Krasimir Angelov <kr.angelov@gmail.com> | 2018-06-16 07:09:17 +0200 |
|---|---|---|
| committer | Krasimir Angelov <kr.angelov@gmail.com> | 2018-06-16 07:09:17 +0200 |
| commit | 96f3484622866c156045bd1a03bb6145d2c06ba6 (patch) | |
| tree | 740d0c673d38a789ba4ea3936432f81f6ec98d6a /examples | |
| parent | 10e10298d9716c35080c16887a3d50ac4668916a (diff) | |
| parent | 9d2b92dbc1d9e221ce180497cd7d04e0757650a9 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/README.md (renamed from examples/READ_ME) | 4 | ||||
| -rw-r--r-- | examples/phrasebook/WordsDut.gf | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/examples/READ_ME b/examples/README.md index 1c86317fa..e073602ab 100644 --- a/examples/READ_ME +++ b/examples/README.md @@ -1,3 +1,5 @@ +# `/examples` + All contributions (`contrib` and `examples` folders) have now been moved to a separate git repository at: @@ -10,5 +12,5 @@ have some toy grammars to play with. Any updates to these grammars should be made at the gf-contrib repository above; changes will be copied from there to here manually. -John J. Camilleri +John J. Camilleri, 2013-09-16 diff --git a/examples/phrasebook/WordsDut.gf b/examples/phrasebook/WordsDut.gf index 2ba3f3d78..12cab7861 100644 --- a/examples/phrasebook/WordsDut.gf +++ b/examples/phrasebook/WordsDut.gf @@ -3,7 +3,7 @@ concrete WordsDut of Words = SentencesDut ** - open SyntaxDut, (P = ParadigmsDut), (I = IrregDut), (L = LexiconDut), (R=ResDut), ExtraDut, Prelude in { + open SyntaxDut, (P = ParadigmsDut), (I = IrregDut), (L = LexiconDut), (R=ResDut), (E=ExtendDut), Prelude in { lin @@ -173,7 +173,7 @@ ik ga te voet/ ik ga lopend -- miscellaneous QWhatName p = mkQS (mkQCl how_IAdv (mkCl p.name I.heten_V)) ; --hoe heet je - QWhatAge p = mkQS (mkQCl (ICompAP (mkAP L.old_A)) p.name) ; + QWhatAge p = mkQS (mkQCl (E.ICompAP (mkAP L.old_A)) p.name) ; HowMuchCost item = mkQS (mkQCl how8much_IAdv (mkCl item (P.mkV "kosten"))) ; --hoeveel kost... ItCost item price = prop (mkCl item (P.mkV2 (P.mkV "kosten")) price) ; --..item.. kost ..price.. |
