diff options
| author | aarne <aarne@chalmers.se> | 2010-04-06 14:08:01 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-06 14:08:01 +0000 |
| commit | 114cdd78d35b74b1332f528adf4bbb4ef4adfaef (patch) | |
| tree | beae5ccafdae43e7237cbd7b3f5b8640116c9b6e /examples/phrasebook/phrasebook.txt | |
| parent | dc35b0a82baba97f71149f477c558e6b3f92d6fc (diff) | |
change in Romance agreement to produce correct number for polite singular pronouns ; linking functions that involve mkClause now takes a long time and should be revised
Diffstat (limited to 'examples/phrasebook/phrasebook.txt')
| -rw-r--r-- | examples/phrasebook/phrasebook.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/phrasebook/phrasebook.txt b/examples/phrasebook/phrasebook.txt index 556a64fb2..e8387308c 100644 --- a/examples/phrasebook/phrasebook.txt +++ b/examples/phrasebook/phrasebook.txt @@ -97,6 +97,15 @@ Separate concrete syntaxes. ``DisambPhrasebook``: disambiguation grammars generating feedback phrases if the input language is ambiguous. +Here is the module structure produced by +``` + > i -retain DisambPhrasebookEng.gf + > dg -only=Phrasebook*,Sentences*,Words*,Greetings*,DiffP*,DisambPhrasebookEng + > ! dot -Tpng _gfdepgraph.dot >pgraph.png +``` + +[pgraph.png] + =To Do= |
