docs: fix comment

This commit is contained in:
David Huggins-Daines
2022-09-17 21:01:02 -04:00
parent 76a5768741
commit d9b77f3c44
+7 -7
View File
@@ -49,14 +49,14 @@
* <li>align - creates time alignments for a fixed word sequence.</li>
* </ul>
*
* Each search has a name and can be referenced by a name, names are
* application-specific. The function ps_set_search allows to activate
* the search previously added by a name. Only single search can be
* activated at time.
* Each search module has a name and can be referenced by name. These
* names are application-specific. The function ps_activate_search()
* activates a search module previously added by a name. Only one
* search module can be activated at time.
*
* To add the search one needs to point to the grammar/language model
* describing the search. The location of the grammar is specific to the
* application.
* To add the search module one needs to point to the grammar/language
* model describing the search. The location of the grammar is
* specific to the application.
*
* The exact design of a searches depends on your application. For
* example, you might want to listen for activation keyphrase first and once