src/libpocketsphinx/phone_loop_search.h File Reference

Fast and rough context-independent phoneme loop search. More...

#include <cmd_ln.h>
#include <logmath.h>
#include <ngram_model.h>
#include <listelem_alloc.h>
#include "pocketsphinx_internal.h"
#include "hmm.h"

Go to the source code of this file.

Data Structures

struct  phone_loop_s
 Phone loop structure. More...
struct  phone_loop_renorm_s
 Renormalization event. More...
struct  phone_loop_search_s
 Phone loop search structure. More...

Typedefs

typedef struct phone_loop_s phone_loop_t
typedef struct phone_loop_renorm_s phone_loop_renorm_t
typedef struct phone_loop_search_s phone_loop_search_t

Functions

ps_search_tphone_loop_search_init (cmd_ln_t *config, acmod_t *acmod, s3dict_t *dict)
int32 phone_loop_search_score (phone_loop_search_t *pls, int ciphone)
 Return lookahead heuristic score for a specific phone.

Detailed Description

Fast and rough context-independent phoneme loop search.

This exists for the purposes of phoneme lookahead, and thus it actually does not do phoneme recognition (it wouldn't be very accurate anyway).

Definition in file phone_loop_search.h.


Generated on 16 Jul 2011 for PocketSphinx by  doxygen 1.6.1