diff options
| author | aarne <aarne@chalmers.se> | 2010-04-06 20:35:12 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-06 20:35:12 +0000 |
| commit | b9fcba00cf1936887e86a98e4992c0f5565e47d2 (patch) | |
| tree | d46544b009ea7ebdc1a118b467aef17fd8ea4f06 /examples/phrasebook/phrasebook.txt | |
| parent | a66d2186fe0df7e72d2ebd7fc7c70629fe555ec4 (diff) | |
improved the performance of Romance while retaining correct agreement ; removed Diff modules from Phrasebook
Diffstat (limited to 'examples/phrasebook/phrasebook.txt')
| -rw-r--r-- | examples/phrasebook/phrasebook.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/examples/phrasebook/phrasebook.txt b/examples/phrasebook/phrasebook.txt index 73b3efe73..dd9ac82f2 100644 --- a/examples/phrasebook/phrasebook.txt +++ b/examples/phrasebook/phrasebook.txt @@ -13,10 +13,10 @@ Aarne Ranta #BSMALL History -- 26 March 2010. Version 0.1: Eng, Fin, Fre, Ron; dedicated minibar UI. -- 28 March. Version 0.2: Swe, Ita; cat Action; small phrases. -- 30 March. Version 0.3: disambiguation grammar for English - 6 April. Version 0.4: weekdays, nationalities +- 30 March. Version 0.3: disambiguation grammar for English +- 28 March. Version 0.2: Swe, Ita; cat Action; small phrases. +- 26 March 2010. Version 0.1: Eng, Fin, Fre, Ron; dedicated minibar UI. [Missing constructs missing.txt] @@ -99,15 +99,13 @@ Separate concrete syntaxes. ``Phrasebook``: the top module putting everything together. Separate concrete syntaxes. -``DiffPhrasebook``: the (so far small) interface for ``Sentences``. - ``DisambPhrasebook``: disambiguation grammars generating feedback phrases if the input language is ambiguous. Here is the module structure as produced by ``` > i -retain DisambPhrasebookEng.gf - > dg -only=Phrasebook*,Sentences*,Words*,Greetings*,DiffP*,DisambPhrasebookEng + > dg -only=Phrasebook*,Sentences*,Words*,Greetings*,DisambPhrasebookEng > ! dot -Tpng _gfdepgraph.dot >pgraph.png ``` |
