Public Attributes | List of all members
dictword_t Struct Reference

a structure for one dictionary word. More...

#include <dict.h>

Public Attributes

char * word
 
s3cipid_tciphone
 
int32 pronlen
 
s3wid_t alt
 
s3wid_t basewid
 
int32 n_comp
 
s3wid_tcomp
 

Detailed Description

a structure for one dictionary word.

Member Data Documentation

◆ alt

s3wid_t dictword_t::alt

Next alternative pronunciation id, NOT_S3WID if none

◆ basewid

s3wid_t dictword_t::basewid

Base pronunciation id

◆ ciphone

s3cipid_t* dictword_t::ciphone

Pronunciation

◆ comp

s3wid_t* dictword_t::comp

If n_comp > 0, its components

◆ n_comp

int32 dictword_t::n_comp

If this is a compound word, no. of component words; else 0. (Compound words are concatenations of other words, such as GOING_TO, whose pronunciation is quite different from the mere concatenation of their components.)

◆ pronlen

int32 dictword_t::pronlen

Pronunciation length

◆ word

char* dictword_t::word

Ascii word string


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