diff options
| author | bringert <bringert@cs.chalmers.se> | 2005-12-21 11:48:28 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2005-12-21 11:48:28 +0000 |
| commit | f4c5fcf44ad9cfa79435ce76fa40e5f57d645cce (patch) | |
| tree | bc0cdd9d840fd790874fb44df57b5f4d8266e175 | |
| parent | c15ee36f742d01c65ef07a723b87ecaeed39c2e0 (diff) | |
More details about the si command.
| -rw-r--r-- | doc/gf-history.html | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/gf-history.html b/doc/gf-history.html index eb7ea0a7a..3b53842b4 100644 --- a/doc/gf-history.html +++ b/doc/gf-history.html @@ -12,14 +12,29 @@ Changes in functionality since May 17, 2005, release of GF Version 2.2 </center> +<p> + 20/12 (AR) Support for full disjunctive patterns (<tt>P | Q</tt>) i.e. not just on top level. <p> -14/12 (BB,AR) The command <tt>speech_input = si</tt> which creates +14/12 (BB) The command <tt>si</tt> (<tt>speech_input</tt>) which creates a speech recognizer from a grammar for English and admits speech input -of strings. +of strings has been added. The command uses an +<a href="http://htk.eng.cam.ac.uk/develop/atk.shtml">ATK</a> recognizer and +creates a recognition +network which accepts strings in the currently active grammar. +In order to use the <tt>si</tt> command, +you need to install the +<a href="http://www.cs.chalmers.se/~bringert/darcs/atkrec/">atkrec library</a> +and configure GF with <tt>./configure --with-atk</tt> before compiling. +You need to set two environment variables for the <tt>si</tt> command to +work. <tt>ATK_HOME</tt> should contain the path to your copy of ATK +and <tt>GF_ATK_CFG</tt> should contain the path to your GF ATK configuration +file. A default version of this file can be found in + <tt>GF/src/gf_atk.cfg</tt>. + <p> |
