Time-conditioned lexicon tree search ("S3"). More...
#include <cmd_ln.h>#include <logmath.h>#include <ngram_model.h>#include <listelem_alloc.h>#include <err.h>#include "pocketsphinx_internal.h"#include "lextree.h"#include "vithist.h"#include "hmm.h"Go to the source code of this file.
Data Structures | |
| struct | histprune_t |
| Structure containing various histogram pruning parameters and internal storage All in integers. More... | |
| struct | beam_t |
| Structure containing various beamwidth parameters. More... | |
| struct | tst_stats_s |
| Various statistics for profiling. More... | |
| struct | tst_search_s |
| Time-switch tree search module structure. More... | |
Typedefs | |
| typedef struct tst_stats_s | tst_stats_t |
| Various statistics for profiling. | |
| typedef struct tst_search_s | tst_search_t |
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. | |
Time-conditioned lexicon tree search ("S3").
Definition in file tst_search.h.
1.6.1