mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
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
This commit is contained in:
BIN
examples/phrasebook/pgraph.png
Normal file
BIN
examples/phrasebook/pgraph.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 69 KiB |
@@ -116,6 +116,18 @@ Separate concrete syntaxes.
|
|||||||
<CODE>DisambPhrasebook</CODE>: disambiguation grammars generating feedback phrases if
|
<CODE>DisambPhrasebook</CODE>: disambiguation grammars generating feedback phrases if
|
||||||
the input language is ambiguous.
|
the input language is ambiguous.
|
||||||
</P>
|
</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>
|
<H1>To Do</H1>
|
||||||
<P>
|
<P>
|
||||||
Improved translation interface
|
Improved translation interface
|
||||||
|
|||||||
@@ -97,6 +97,15 @@ Separate concrete syntaxes.
|
|||||||
``DisambPhrasebook``: disambiguation grammars generating feedback phrases if
|
``DisambPhrasebook``: disambiguation grammars generating feedback phrases if
|
||||||
the input language is ambiguous.
|
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=
|
=To Do=
|
||||||
|
|||||||
Reference in New Issue
Block a user