Home
last modified time | relevance | path

Searched defs:uttid (Results 1 – 25 of 35) sorted by relevance

12

/dports/audio/pocketsphinx/pocketsphinx-0.8/src/programs/
H A DMakefile.in60 $(am_pocketsphinx_continuous_OBJECTS)
66 pocketsphinx_mdef_convert_DEPENDENCIES = \
83 $(pocketsphinx_mdef_convert_SOURCES)
84 DIST_SOURCES = $(pocketsphinx_batch_SOURCES) \
96 AWK = @AWK@
97 CC = @CC@
H A Dbatch.c352 build_outdirs(cmd_ln_t *config, char const *uttid) in build_outdirs()
369 char const *file, char const *uttid, int32 sf, int32 ef) in process_ctl_line()
439 write_lattice(ps_decoder_t *ps, char const *latdir, char const *uttid) in write_lattice()
474 write_nbest(ps_decoder_t *ps, char const *nbestdir, char const *uttid) in write_nbest()
505 write_hypseg(FILE *fh, ps_decoder_t *ps, char const *uttid) in write_hypseg()
543 write_ctm(FILE *fh, ps_decoder_t *ps, ps_seg_t *itor, char const *uttid, int32 frate) in write_ctm()
720 char const *hyp, *file, *uttid; in process_ctl() local
H A Dcontinuous.c135 const char* uttid; in recognize_from_file() local
240 char const *uttid; in recognize_from_microphone() local
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dcorpus.c235 sep_tailid(char *line, char *uttid) in sep_tailid()
272 char line[16384], uttid[4096], *id; in corpus_load_tailid() local
401 char *uttid) in ctl_read_entry()
539 int32 ef, char *uttid), void *kb) in ctl_process()
544 char uttfile[16384], uttid[4096]; in ctl_process() local
687 char *uttid), void *kb) in ctl_process_utt()
689 char uttid[4096]; in ctl_process_utt() local
781 ctl_outfile(char *file, const char *dir, const char *ext, const char *utt, const char *uttid) in ctl_outfile()
H A Dmisc.c127 ctlfile_next(FILE * fp, char *ctlspec, int32 * sf, int32 * ef, char *uttid) in ctlfile_next()
314 nbestfile_load(char *dir, char *uttid, srch_hyp_t *** hyplist_out) in nbestfile_load()
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libsearch/
H A Dsrch_output.c76 match_write(FILE * fp, glist_t hyp, char *uttid, dict_t * dict, char *hdr) in match_write()
111 matchseg_write(FILE * fp, glist_t hyp, char *uttid, char *hdr, in matchseg_write()
169 match_detailed(FILE * fp, glist_t hyp, char *uttid, char *LBL, char *lbl, in match_detailed()
234 log_hypstr(FILE * fp, srch_hyp_t * hypptr, char *uttid, int32 exact, in log_hypstr()
283 log_hypseg(char *uttid, FILE * fp, /* Out: output file */ in log_hypseg()
333 log_hyp_detailed(FILE * fp, srch_hyp_t * hypptr, char *uttid, char *LBL, in log_hyp_detailed()
/dports/audio/sphinx3/sphinx3-0.8/src/programs/
H A Dmain_dag.c354 s3dag_log_hypseg(char *uttid, FILE * fp, /* Out: output file */ in s3dag_log_hypseg()
394 decode_utt(char *uttid, FILE * _matchfp, FILE * _matchsegfp) in decode_utt()
488 utt_dag(void *data, utt_res_t * ur, int32 sf, int32 ef, char *uttid) in utt_dag()
H A Dmain_dp.c228 dparray[i][jj + 1].t = (int32) 0x7fff;
236 dparray[0][jj].s = 0; in confidence_utt()
/dports/audio/pocketsphinx/pocketsphinx-0.8/swig/
H A Dpocketsphinx.i19 char *uttid; member
46 char *uttid; member
66 Hypothesis(char const *hypstr, char const *uttid, int best_score) { in Hypothesis()
176 int startUtt(char const *uttid) { in startUtt()
192 char const *hyp, *uttid; in getHyp() local
/dports/audio/sphinx3/sphinx3-0.8/python/
H A D_sphinx3module.c195 char *hypstr, *uttid; in sphinx3_get_hypothesis() local
237 char *uttid = NULL; in sphinx3_begin_utt() local
332 char *uttid = NULL; in sphinx3_decode_raw() local
375 char *uttid = NULL; in sphinx3_decode_cep_file() local
/dports/audio/pocketsphinx/pocketsphinx-0.8/python/
H A Dps_test_raw.py9 hyp, uttid, score = decoder.get_hyp() variable
H A Dpocketsphinx.pyx493 def decode_raw(self, fh, uttid=None, maxsamps=-1): argument
516 def decode_senscr(self, fh, uttid=None): argument
535 def start_utt(self, uttid=None): argument
/dports/databases/postgresql11-server/postgresql-11.14/src/include/access/
H A Dbrin_internal.h16 #include "utils/typcache.h" in main()
H A Dgenam.h17 #include "access/sdir.h" in main()
/dports/audio/pocketsphinx/pocketsphinx-0.8/test/unit/
H A Dtest_lm_read.c11 char const *uttid; in main() local
H A Dps_test.c37 char const *uttid; in ps_decoder_test() local
H A Dtest_ps_lattice.c103 char const *uttid; in main() local
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Tools/speech_recognizer/
H A DPocketsphinxSpeechRecognitionEngine.m70 char const *uttid; field
/dports/databases/postgresql11-server/postgresql-11.14/src/include/catalog/
H A Dindex.h26 Datum *values, in main()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfssecaudit.c99 * - processed Unicode file names and displayed them as UTF-8 in utt_livepretend()
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Ds3_decode.h186 char *uttid; member
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libAPI/
H A Dutt.c184 utt_decode(void *data, utt_res_t * ur, int32 sf, int32 ef, char *uttid) in utt_decode()
/dports/audio/pocketsphinx/pocketsphinx-0.8/src/gst-plugin/
H A Dgstpocketsphinx.c747 char const *uttid; in gst_pocketsphinx_chain() local
797 char const *uttid; in gst_pocketsphinx_event() local
/dports/audio/sphinxbase/sphinxbase-0.8/src/sphinx_adtools/
H A Dcont_fileseg.c178 int32 uttid, uttlen, starttime, siltime, sps, debug, writeseg, rawmode; in main() local
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/parts/inc/
H A Dpartition_exchange.inc311 SHOW CREATE TABLE tp;
312
313 SET DEBUG_SYNC= 'now SIGNAL test_done';

12