|
PocketSphinx 5prealpha
|
Go to the source code of this file.
Functions | |
| void | compress_table (s3ssid_t *uncomp_tab, s3ssid_t *com_tab, s3cipid_t *ci_map, int32 n_ci) |
| int32 | get_rc_nssid (dict2pid_t *d2p, s3wid_t w) |
| ARCHAN, A duplicate of get_rc_npid in ctxt_table.h. | |
| s3cipid_t * | dict2pid_get_rcmap (dict2pid_t *d2p, s3wid_t w) |
| Get RC map. | |
| int | dict2pid_add_word (dict2pid_t *d2p, int32 wid) |
| Add a word to the dict2pid structure (after adding it to dict). | |
| s3ssid_t | dict2pid_internal (dict2pid_t *d2p, int32 wid, int pos) |
| Return the senone sequence ID for the given word position. | |
| dict2pid_t * | dict2pid_build (bin_mdef_t *mdef, dict_t *dict) |
| Build the dict2pid structure for the given model/dictionary. | |
| dict2pid_t * | dict2pid_retain (dict2pid_t *d2p) |
| Retain a pointer to dict2pid. | |
| int | dict2pid_free (dict2pid_t *d2p) |
| Free the memory dict2pid structure. | |
| void | dict2pid_report (dict2pid_t *d2p) |
| Report a dict2pid data structure. | |
| void | dict2pid_dump (FILE *fp, dict2pid_t *d2p) |
| For debugging. | |
Definition in file dict2pid.c.
| void compress_table | ( | s3ssid_t * | uncomp_tab, |
| s3ssid_t * | com_tab, | ||
| s3cipid_t * | ci_map, | ||
| int32 | n_ci | ||
| ) |
Compress this map
Definition at line 49 of file dict2pid.c.
References BAD_S3CIPID, and BAD_S3SSID.
Referenced by dict2pid_add_word().
| int dict2pid_add_word | ( | dict2pid_t * | d2p, |
| int32 | wid | ||
| ) |
Add a word to the dict2pid structure (after adding it to dict).
Definition at line 298 of file dict2pid.c.
References BAD_S3SSID, xwdssid_t::cimap, compress_table(), dict2pid_t::dict, dict2pid_t::ldiph_lc, dict2pid_t::lrdiph_rc, dict2pid_t::mdef, bin_mdef_s::n_ciphone, xwdssid_t::n_ssid, dict2pid_t::rssid, xwdssid_t::ssid, WORD_POSN_BEGIN, and WORD_POSN_END.
Referenced by ps_add_word().
| dict2pid_t * dict2pid_build | ( | bin_mdef_t * | mdef, |
| dict_t * | dict | ||
| ) |
Build the dict2pid structure for the given model/dictionary.
| mdef | A model definition |
| dict | An initialized dictionary |
Definition at line 388 of file dict2pid.c.
References BAD_S3SSID, dict2pid_t::dict, dict2pid_report(), dict_pron, dict_size, dict2pid_t::ldiph_lc, dict2pid_t::lrdiph_rc, dict2pid_t::mdef, bin_mdef_s::n_ciphone, WORD_POSN_BEGIN, and WORD_POSN_END.
Referenced by ps_load_dict(), and ps_reinit().
| void dict2pid_dump | ( | FILE * | fp, |
| dict2pid_t * | d2p | ||
| ) |
For debugging.
| fp | In: a file pointer |
| d2p | In: a dict2pid_t structure |
Definition at line 538 of file dict2pid.c.
References dict2pid_t::dict, dict2pid_internal(), dict_size, dict2pid_t::ldiph_lc, dict2pid_t::mdef, bin_mdef_s::n_sseq, and bin_mdef_s::sseq.
| int dict2pid_free | ( | dict2pid_t * | d2p | ) |
Free the memory dict2pid structure.
| d2p | In: the d2p |
Definition at line 507 of file dict2pid.c.
References dict2pid_t::dict, dict2pid_t::ldiph_lc, dict2pid_t::lrdiph_rc, dict2pid_t::lrssid, dict2pid_t::mdef, and dict2pid_t::rssid.
Referenced by ps_alignment_free(), ps_free(), ps_load_dict(), ps_reinit(), ps_search_base_free(), and ps_search_base_reinit().
| s3cipid_t * dict2pid_get_rcmap | ( | dict2pid_t * | d2p, |
| s3wid_t | w | ||
| ) |
Get RC map.
| d2p | In: a dict2pid |
| w | In: a wid |
Definition at line 229 of file dict2pid.c.
References xwdssid_t::cimap, dictword_t::ciphone, dict2pid_t::dict, dict2pid_t::lrssid, dictword_t::pronlen, dict2pid_t::rssid, and dict_t::word.
| s3ssid_t dict2pid_internal | ( | dict2pid_t * | d2p, |
| int32 | wid, | ||
| int | pos | ||
| ) |
Return the senone sequence ID for the given word position.
Definition at line 367 of file dict2pid.c.
References BAD_S3SSID, dict2pid_t::dict, dict_pron, dict2pid_t::mdef, and WORD_POSN_INTERNAL.
Referenced by dict2pid_dump(), and ps_alignment_populate().
| void dict2pid_report | ( | dict2pid_t * | d2p | ) |
Report a dict2pid data structure.
| d2p | In: a dict2pid_t structure |
Definition at line 533 of file dict2pid.c.
Referenced by dict2pid_build().
| dict2pid_t * dict2pid_retain | ( | dict2pid_t * | d2p | ) |
Retain a pointer to dict2pid.
Definition at line 500 of file dict2pid.c.
Referenced by ps_alignment_init(), ps_search_base_reinit(), and ps_search_init().
| int32 get_rc_nssid | ( | dict2pid_t * | d2p, |
| s3wid_t | w | ||
| ) |
ARCHAN, A duplicate of get_rc_npid in ctxt_table.h.
Get number of rc.
I doubt whether it is correct because the compressed map has not been checked.
| d2p | In: a dict2pid |
| w | In: a wid |
Definition at line 204 of file dict2pid.c.
References dictword_t::ciphone, dict2pid_t::dict, dict2pid_t::lrssid, xwdssid_t::n_ssid, dictword_t::pronlen, dict2pid_t::rssid, and dict_t::word.