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 +

+ 20/12 (AR) Support for full disjunctive patterns (P | Q) i.e. not just on top level.

-14/12 (BB,AR) The command speech_input = si which creates +14/12 (BB) The command si (speech_input) 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 +ATK recognizer and +creates a recognition +network which accepts strings in the currently active grammar. +In order to use the si command, +you need to install the +atkrec library +and configure GF with ./configure --with-atk before compiling. +You need to set two environment variables for the si command to +work. ATK_HOME should contain the path to your copy of ATK +and GF_ATK_CFG should contain the path to your GF ATK configuration +file. A default version of this file can be found in + GF/src/gf_atk.cfg. +