forked from GitHub/gf-core
Added SRGS printing and command interruption to gf-history.
This commit is contained in:
@@ -51,7 +51,10 @@ resource while testing an application. One can also have a
|
|||||||
parse-transfer-lin chain from one abstract syntax to another.
|
parse-transfer-lin chain from one abstract syntax to another.
|
||||||
|
|
||||||
<p>
|
<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
|
1/11 (AR) Yet another method for adding probabilities: append
|
||||||
<tt> --# prob Double</tt> to the end of a line defining a function.
|
<tt> --# prob Double</tt> to the end of a line defining a function.
|
||||||
@@ -59,6 +62,16 @@ This can be (1) a <tt>.cf</tt> rule (2) a <tt>fun</tt> rule, or
|
|||||||
(3) a <tt>lin</tt> rule. The probability is attached to the
|
(3) a <tt>lin</tt> rule. The probability is attached to the
|
||||||
first identifier on the line.
|
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>
|
<p>
|
||||||
|
|
||||||
31/10 (AR) Probabilistic grammars. Probabilities can be used to
|
31/10 (AR) Probabilistic grammars. Probabilities can be used to
|
||||||
|
|||||||
Reference in New Issue
Block a user