#include <string.h>
#include <assert.h>
#include <ckd_alloc.h>
#include <listelem_alloc.h>
#include <profile.h>
#include <err.h>
#include "pocketsphinx_internal.h"
#include "ps_lattice_internal.h"
#include "tst_search.h"
Go to the source code of this file.
Data Structures | |
| struct | tst_seg_s |
| Segmentation "iterator" for vithist results. More... | |
Typedefs | |
| typedef tst_seg_s | tst_seg_t |
| Segmentation "iterator" for vithist results. | |
Functions | |
| ps_search_t * | tst_search_init (cmd_ln_t *config, acmod_t *acmod, s3dict_t *dict, dict2pid_t *d2p) |
| Initialize the N-Gram search module. | |
| void | tst_search_free (ps_search_t *search) |
| Finalize the N-Gram search module. | |
Definition in file tst_search.c.
1.4.7