diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-11-21 10:21:05 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-11-21 10:21:05 +0000 |
| commit | e8cc4b5967a8b40b2a556a06e8e7f92b128de3c3 (patch) | |
| tree | 0c23274db2473b522381beb0545ad31d26bde211 | |
| parent | 90bdab23e0d5b8f49d9b9f2656f43c43dd56ce8d (diff) | |
Added SRGS printing and command interruption to gf-history.
| -rw-r--r-- | doc/gf-history.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html index 81ca8106a..52dc4319b 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -51,7 +51,10 @@ resource while testing an application. One can also have a parse-transfer-lin chain from one abstract syntax to another. <p> +7/11 (BB) Running commands can now be interrupted with Ctrl-C, without +killing the GF process. This feature is not supported on Windows. +<p> 1/11 (AR) Yet another method for adding probabilities: append <tt> --# prob Double</tt> to the end of a line defining a function. @@ -60,6 +63,16 @@ This can be (1) a <tt>.cf</tt> rule (2) a <tt>fun</tt> rule, or first identifier on the line. <p> +1/11 (BB) Added generation of weighted SRGS grammars. The weights +are calculated from the function probabilities. The algorithm +for calculating the weights is not yet very good. +Use <tt>pg -printer=srgs_xml_prob</tt>. + +<p> +31/10 (BB) Added option for converting grammars to SRGS grammars in XML format. +Use <tt>pg -printer=srgs_xml</tt>. + +<p> 31/10 (AR) Probabilistic grammars. Probabilities can be used to weight random generation (<tt>gr -prob</tt>) and to rank parse |
