PocketSphinx 5prealpha
phone_t Struct Reference

Triphone information, including base phones as a subset. More...

#include <mdef.h>

Data Fields

int32 ssid
 State sequence (or senone sequence) ID, considering the n_emit_state senone-ids are a unit. More...
 
int32 tmat
 Transition matrix id. More...
 
int16 ci
 
int16 lc
 
int16 rc
 Base, left, right context ciphones. More...
 
word_posn_t wpos
 Word position. More...
 

Detailed Description

Triphone information, including base phones as a subset.

For the latter, lc, rc and wpos are non-existent.

Definition at line 97 of file mdef.h.

Field Documentation

◆ ci

int16 phone_t::ci

Definition at line 102 of file mdef.h.

◆ lc

int16 phone_t::lc

Definition at line 102 of file mdef.h.

◆ rc

int16 phone_t::rc

Base, left, right context ciphones.

Definition at line 102 of file mdef.h.

Referenced by bin_mdef_read_text(), and mdef_phone_str().

◆ ssid

int32 phone_t::ssid

State sequence (or senone sequence) ID, considering the n_emit_state senone-ids are a unit.

The senone sequences themselves are in a separate table

Definition at line 98 of file mdef.h.

Referenced by bin_mdef_read_text().

◆ tmat

int32 phone_t::tmat

Transition matrix id.

Definition at line 101 of file mdef.h.

Referenced by bin_mdef_read_text().

◆ wpos

word_posn_t phone_t::wpos

Word position.

Definition at line 103 of file mdef.h.

Referenced by bin_mdef_read_text(), and mdef_phone_str().


The documentation for this struct was generated from the following file: