Home
last modified time | relevance | path

Searched refs:ctllmfile (Results 1 – 2 of 2) sorted by relevance

/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libcommon/
H A Dcorpus.c537 ctl_process(const char *ctlfile, const char *ctllmfile, const char *ctlmllrfile, int32 nskip, in ctl_process() argument
566 if (ctllmfile) { in ctl_process()
568 if ((ctllmfp = fopen(ctllmfile, "r")) == NULL) in ctl_process()
569 E_FATAL_SYSTEM("fopen(%s,r) failed\n", ctllmfile); in ctl_process()
591 if (ctllmfile) { in ctl_process()
624 if (ctllmfile) { in ctl_process()
651 if (ctllmfile) in ctl_process()
/dports/audio/sphinx3/sphinx3-0.8/include/
H A Dcorpus.h252 …const char *ctllmfile, /**< In: Control file that specify the lm used for the corresponding ut…