Home
last modified time | relevance | path

Searched defs:transcription (Results 1 – 12 of 12) sorted by relevance

/external/srec/srec/crec/
Dtext_parser.c34 const char* transcription, int tlen) in check_word_path()
110 int FST_CheckPath_Simple(srec_context* context, const char* transcription) in FST_CheckPath_Simple()
122 int FST_CheckPath_Complex(srec_context* context, const char* transcription, in FST_CheckPath_Complex()
192 int FST_CheckPath(srec_context* context, const char* transcription, in FST_CheckPath()
Dword_lattice.c230 int sprint_word_token_backtrace(char *transcription, int len, srec* rec, wtokenID wtoken_index) in sprint_word_token_backtrace()
444 int srec_get_top_choice_transcription(multi_srec* recm, char *transcription, int len, int whether_s…
520 char transcription[MAX_LEN]; local
/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c245 #define firstWord(transcription) transcription argument
246 #define nextWord(transcription) (transcription && *transcription ? &transcription[LSTRLEN(transcri… argument
360 const LCHAR* transcription) in checkpath_forward()
775 const LCHAR* transcription, in SR_SemanticProcessor_CheckParse()
/external/srec/srec/Nametag/src/
DNametagImpl.c36 LCHAR transcription[MAX_STRING_LEN]; in SR_NametagCreate() local
/external/srec/srec/Grammar/src/
DSR_Grammar.c173 ESR_ReturnCode SR_GrammarCheckParse(SR_Grammar* self, const LCHAR* transcription, SR_SemanticResult… in SR_GrammarCheckParse()
DSR_GrammarImpl.c646 ESR_ReturnCode SR_Grammar_CheckParse(SR_Grammar* self, const LCHAR* transcription, SR_SemanticResul… in SR_Grammar_CheckParse()
683 ESR_ReturnCode SR_GrammarAllowOnly(SR_Grammar* self, const char* transcription) in SR_GrammarAllowOnly()
/external/srec/srec/ca/
Dsyn_srec.c333 int CA_CheckTranscription(CA_Syntax *hSyntax, const char *transcription, int no) in CA_CheckTranscription()
/external/srec/srec/Recognizer/src/
DRecognizer.c359 const LCHAR* transcription, in SR_RecognizerLogWaveformData()
DRecognizerImpl.c3492 const LCHAR* transcription, const double bos, in SR_RecognizerLogWaveformDataImpl()
/external/srec/srec/test/SRecTest/src/
DSRecTest.c149 LCHAR transcription [MAX_LINE_LENGTH]; member
2625 …ive_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcription ) in srec_test_log_reco_from_file_data()
2696 LCHAR *transcription; in srec_test_recognize_pcm_file() local
2790 LCHAR *transcription; in srec_test_recognize_nist_file() local
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c148 LCHAR transcription [MAX_LINE_LENGTH]; member
2298 …ive_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcription ) in srec_test_log_reco_from_file_data()
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp420 (JNIEnv *env, jclass clazz, jint grammar, jstring transcription) { in Java_android_speech_srec_Recognizer_SR_1GrammarAllowOnly()