summaryrefslogtreecommitdiff
path: root/examples/phrasebook/phrasebook.txt
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-29 21:19:50 +0000
committeraarne <aarne@chalmers.se>2010-03-29 21:19:50 +0000
commit4bae49c6341fc831f474f1fffc0f763892ef696d (patch)
tree08729b66303d67ae2546e3f096a24ffde4d7ba85 /examples/phrasebook/phrasebook.txt
parentbec718d49deb4000bbf99adbef66b27e93d08f1b (diff)
information on missing words; fix in PhraseDut
Diffstat (limited to 'examples/phrasebook/phrasebook.txt')
-rw-r--r--examples/phrasebook/phrasebook.txt47
1 files changed, 35 insertions, 12 deletions
diff --git a/examples/phrasebook/phrasebook.txt b/examples/phrasebook/phrasebook.txt
index 5d61ad63a..9ddcd8453 100644
--- a/examples/phrasebook/phrasebook.txt
+++ b/examples/phrasebook/phrasebook.txt
@@ -2,11 +2,32 @@ MOLTO Multilingual Phrasebook
Aarne Ranta
+%!postproc(html): #HR <HR>
+%!postproc(html): #BSMALL <font size=-1>
+%!postproc(html): #ESMALL </font>
+
+
+
+
+#HR
+#BSMALL
+
History
-- Version 0.1, 26 March 2010. Eng, Fin, Fre, Ron; dedicated minibar UI.
-- Version 0.2, 28 March. Swe, Ita; cat Action; small phrases.
+- 26 March 2010. Version 0.1: Eng, Fin, Fre, Ron; dedicated minibar UI.
+- 28 March. Version 0.2: Swe, Ita; cat Action; small phrases.
+Want to contribute? You can add [missing words missing.txt] by using the
+[morphological paradigms http://www.grammaticalframework.org/lib/doc/synopsis.html#toc78].
+The words are added to the ``Words``//L//``.gf`` files for each language //L//. Then recompile the
+phrasebook by ``make``. All this of course in the
+[source directory http://code.haskell.org/gf/examples/phrasebook/],
+which you can obtain by
+[GF Darcs http://www.grammaticalframework.org/doc/gf-developers.html].
+
+#ESMALL
+#HR
+
=Purpose=
@@ -57,25 +78,27 @@ Disambiguation, esp. by the parameters in Roles.
=Files=
-abstract Sentences: general syntactic structures implementable by functor
-- concrete by functor SencencesI
+``Sentences``: general syntactic structures implementable by
+functor. Concrete syntax via ``SencencesI``.
+
+
+``Words``: words and predicates, typically language-dependent. Separate
+concrete syntaxes.
-abstract Words: words and predicates, typically language-dependent
-- concrete separate
+``Greetings``: idiomatic phrases, string-based. Separate concrete
+syntaxes.
-abstract Greetings: idiomatic phrases, strings with role dependence
-- concrete separate
+``Phrasebook``: the top module putting everything together. Separate
+concrete syntaxes.
-abstract Phrasebook: put everything together
-- concrete separate
+Resource ``Roles``: parameter types Politeness, Gender
+Interface ``DiffPhrasebook``: the (so far small) interface for Sentences.
-resource Roles: param Politeness, Gender
-interface DiffPhrasebook: the (so far small) interface for Sentences