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 | |
| 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')
| -rw-r--r-- | examples/phrasebook/pgraph.png | bin | 0 -> 70874 bytes | |||
| -rw-r--r-- | examples/phrasebook/phrasebook.html | 12 | ||||
| -rw-r--r-- | examples/phrasebook/phrasebook.txt | 9 |
3 files changed, 21 insertions, 0 deletions
diff --git a/examples/phrasebook/pgraph.png b/examples/phrasebook/pgraph.png Binary files differnew file mode 100644 index 000000000..33a0c7b49 --- /dev/null +++ b/examples/phrasebook/pgraph.png diff --git a/examples/phrasebook/phrasebook.html b/examples/phrasebook/phrasebook.html index af4a7dbfe..d7ead422c 100644 --- a/examples/phrasebook/phrasebook.html +++ b/examples/phrasebook/phrasebook.html @@ -116,6 +116,18 @@ Separate concrete syntaxes. <CODE>DisambPhrasebook</CODE>: disambiguation grammars generating feedback phrases if the input language is ambiguous. </P> +<P> +Here is the module structure produced by +</P> +<PRE> + > i -retain DisambPhrasebookEng.gf + > dg -only=Phrasebook*,Sentences*,Words*,Greetings*,DiffP*,DisambPhrasebookEng + > ! dot -Tpng _gfdepgraph.dot >pgraph.png +</PRE> +<P></P> +<P> +<IMG ALIGN="middle" SRC="pgraph.png" BORDER="0" ALT=""> +</P> <H1>To Do</H1> <P> Improved translation interface 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= |
