PocketSphinx 5prealpha
dictword_t Struct Reference

a structure for one dictionary word. More...

#include <dict.h>

Data Fields

char * word
 Ascii word string. More...
 
s3cipid_tciphone
 Pronunciation. More...
 
int32 pronlen
 Pronunciation length. More...
 
s3wid_t alt
 Next alternative pronunciation id, NOT_S3WID if none. More...
 
s3wid_t basewid
 Base pronunciation id. More...
 

Detailed Description

a structure for one dictionary word.

Definition at line 63 of file dict.h.

Field Documentation

◆ alt

s3wid_t dictword_t::alt

Next alternative pronunciation id, NOT_S3WID if none.

Definition at line 67 of file dict.h.

◆ basewid

s3wid_t dictword_t::basewid

Base pronunciation id.

Definition at line 68 of file dict.h.

◆ ciphone

s3cipid_t* dictword_t::ciphone

Pronunciation.

Definition at line 65 of file dict.h.

Referenced by dict2pid_get_rcmap(), dict_ciphone_str(), dict_free(), and get_rc_nssid().

◆ pronlen

int32 dictword_t::pronlen

Pronunciation length.

Definition at line 66 of file dict.h.

Referenced by dict2pid_get_rcmap(), and get_rc_nssid().

◆ word

char* dictword_t::word

Ascii word string.

Definition at line 64 of file dict.h.

Referenced by dict_free().


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