From d9b77f3c44d65440cc31fa24fa52bf314fc4e5b5 Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Sat, 17 Sep 2022 21:01:02 -0400 Subject: [PATCH] docs: fix comment --- include/pocketsphinx/search.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/pocketsphinx/search.h b/include/pocketsphinx/search.h index c275fe57..02ac85c9 100644 --- a/include/pocketsphinx/search.h +++ b/include/pocketsphinx/search.h @@ -49,14 +49,14 @@ *
  • align - creates time alignments for a fixed word sequence.
  • * * - * 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