diff options
| author | aarne <aarne@chalmers.se> | 2010-04-10 08:18:03 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-10 08:18:03 +0000 |
| commit | 50a2e2ea93e7280ae6063a1cbf0e8cb29fa78a09 (patch) | |
| tree | 201d3812073143a0aa30684f9fcb0fe2a30940b5 /examples/phrasebook/phrasebook.txt | |
| parent | d505fa5b6737b6b78fb65161cea3c2ac175494ab (diff) | |
regenerated clones with complete abstract and ready-maked Lexicon-based words in Phrasebook
Diffstat (limited to 'examples/phrasebook/phrasebook.txt')
| -rw-r--r-- | examples/phrasebook/phrasebook.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/examples/phrasebook/phrasebook.txt b/examples/phrasebook/phrasebook.txt index 0400600fd..e8f499f9e 100644 --- a/examples/phrasebook/phrasebook.txt +++ b/examples/phrasebook/phrasebook.txt @@ -13,6 +13,7 @@ Aarne Ranta #BSMALL History +- 10 April. Some additions in API, comments in implementation; regenerated clones. - 8 April. Added German. - 7 April. Added the Clone script, applied to initiate the rest of MOLTO languages. - 6 April. Version 0.4: weekdays, nationalities @@ -163,11 +164,19 @@ The basic things "everyone" can do is The missing concrete syntax entries are added to the ``Words``//L//``.gf`` files for each language //L//. The -[morphological paradigms http://www.grammaticalframework.org/lib/doc/synopsis.html#toc78] +[morphological paradigms http://code.haskell.org/gf/lib/doc/synopsis.html#toc78] of the GF resource library should be used. Actions (prefixed with ``A``, as ``AWant``) are a little more demanding, since they also require syntax constructors. Greetings (prefixed with ``G``) are pure strings. +Some explanations can be found in the +[implementation document Implementation.html], which is produced from the +concrete syntax files +[``SentencesI.gf`` http://code.haskell.org/gf/examples/phrasebook/SentencesI.gf] +and +[``WordsEng.gf`` http://code.haskell.org/gf/examples/phrasebook/WordsEng.gf] +by ``make doc``. + Here are the steps to follow for contributors: + Make sure you have the latest sources from [GF Darcs http://www.grammaticalframework.org/doc/gf-developers.html], |
