From e8cc4b5967a8b40b2a556a06e8e7f92b128de3c3 Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 21 Nov 2005 10:21:05 +0000 Subject: [PATCH] Added SRGS printing and command interruption to gf-history. --- doc/gf-history.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.

+7/11 (BB) Running commands can now be interrupted with Ctrl-C, without +killing the GF process. This feature is not supported on Windows. +

1/11 (AR) Yet another method for adding probabilities: append --# prob Double to the end of a line defining a function. @@ -59,6 +62,16 @@ This can be (1) a .cf rule (2) a fun rule, or (3) a lin rule. The probability is attached to the first identifier on the line. +

+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 pg -printer=srgs_xml_prob. + +

+31/10 (BB) Added option for converting grammars to SRGS grammars in XML format. +Use pg -printer=srgs_xml. +

31/10 (AR) Probabilistic grammars. Probabilities can be used to