From 4bae49c6341fc831f474f1fffc0f763892ef696d Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 29 Mar 2010 21:19:50 +0000 Subject: information on missing words; fix in PhraseDut --- examples/phrasebook/phrasebook.html | 53 ++++++++++++++++++++----------------- 1 file changed, 29 insertions(+), 24 deletions(-) (limited to 'examples/phrasebook/phrasebook.html') diff --git a/examples/phrasebook/phrasebook.html b/examples/phrasebook/phrasebook.html index ae6c21ee3..4de191666 100644 --- a/examples/phrasebook/phrasebook.html +++ b/examples/phrasebook/phrasebook.html @@ -9,14 +9,31 @@ Aarne Ranta
+

+


+ +

History

+

+Want to contribute? You can add missing words by using the +morphological paradigms. +The words are added to the WordsL.gf files for each language L. Then recompile the +phrasebook by make. All this of course in the +source directory, +which you can obtain by +GF Darcs. +

+

+ +


+

Purpose

This phrasebook is a programme for translating touristic phrases @@ -76,38 +93,26 @@ Disambiguation, esp. by the parameters in Roles.

Files

-abstract Sentences: general syntactic structures implementable by functor +Sentences: general syntactic structures implementable by +functor. Concrete syntax via SencencesI.

- -

-abstract Words: words and predicates, typically language-dependent +Words: words and predicates, typically language-dependent. Separate +concrete syntaxes.

- -

-abstract Greetings: idiomatic phrases, strings with role dependence +Greetings: idiomatic phrases, string-based. Separate concrete +syntaxes.

- -

-abstract Phrasebook: put everything together +Phrasebook: the top module putting everything together. Separate +concrete syntaxes.

- -

-resource Roles: param Politeness, Gender +Resource Roles: parameter types Politeness, Gender

-interface DiffPhrasebook: the (so far small) interface for Sentences +Interface DiffPhrasebook: the (so far small) interface for Sentences.

To Do

-- cgit v1.2.3