diff options
| author | aarne <aarne@chalmers.se> | 2010-04-06 15:45:16 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-06 15:45:16 +0000 |
| commit | a66d2186fe0df7e72d2ebd7fc7c70629fe555ec4 (patch) | |
| tree | 2ca36803340e215c997e7cd332e81aaaca577861 /examples/phrasebook/phrasebook.html | |
| parent | 114cdd78d35b74b1332f528adf4bbb4ef4adfaef (diff) | |
comments in phrasebook abstract syntax
Diffstat (limited to 'examples/phrasebook/phrasebook.html')
| -rw-r--r-- | examples/phrasebook/phrasebook.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/examples/phrasebook/phrasebook.html b/examples/phrasebook/phrasebook.html index d7ead422c..3a37aadfe 100644 --- a/examples/phrasebook/phrasebook.html +++ b/examples/phrasebook/phrasebook.html @@ -92,6 +92,13 @@ Quasi-incremental translation: many basic types are also used as phrases. <P> Disambiguation, esp. of politeness distinctions. </P> +<H1>Ontology</H1> +<P> +The abstract syntax defines the <B>ontology</B> behind the phrasebook. The ontology +consists of the following <B>categories</B>. Some explanations can be found in the +abstract syntax file +<A HREF="http://code.haskell.org/gf/examples/phrasebook/Sentences.gf"><CODE>Sentences.gf</CODE></A>. +</P> <H1>Files</H1> <P> <CODE>Sentences</CODE>: general syntactic structures implementable in a uniform way. @@ -117,7 +124,7 @@ Separate concrete syntaxes. the input language is ambiguous. </P> <P> -Here is the module structure produced by +Here is the module structure as produced by </P> <PRE> > i -retain DisambPhrasebookEng.gf |
