HomeSort by relevance Sort by last modified time
    Searched full:recognizer (Results 1 - 25 of 325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/srec/config/en.us/tcp/
set_get_param.tcp 1 get_size_t_parameter SREC.Recognizer.utterance_timeout
2 set_size_t_parameter SREC.Recognizer.utterance_timeout 100
3 get_size_t_parameter SREC.Recognizer.utterance_timeout
4 get_size_t_parameter CREC.Recognizer.terminal_timeout
5 set_size_t_parameter CREC.Recognizer.terminal_timeout 100
6 get_size_t_parameter CREC.Recognizer.terminal_timeout
7 get_size_t_parameter CREC.Recognizer.optional_terminal_timeout
8 set_size_t_parameter CREC.Recognizer.optional_terminal_timeout 100
9 get_size_t_parameter CREC.Recognizer.optional_terminal_timeout
10 get_size_t_parameter CREC.Recognizer.non_terminal_timeou
    [all...]
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 2 Create Recognizer:
13 Get Parameter : SREC.Recognizer.utterance_timeout : 400
14 Get Parameter : SREC.Recognizer.utterance_timeout : 100
15 Get Parameter : CREC.Recognizer.terminal_timeout : 30
16 Get Parameter : CREC.Recognizer.terminal_timeout : 100
17 Get Parameter : CREC.Recognizer.optional_terminal_timeout : 45
18 Get Parameter : CREC.Recognizer.optional_terminal_timeout : 100
19 Get Parameter : CREC.Recognizer.non_terminal_timeout : 90
20 Get Parameter : CREC.Recognizer.non_terminal_timeout : 100
21 Get Parameter : CREC.Recognizer.eou_threshold : 12
    [all...]
  /external/srec/doc/logs/uapi/
run_parameters.log 13 CREC.Recognizer.non_terminal_timeout = 90
14 CREC.Recognizer.optional_terminal_timeout = 45
15 CREC.Recognizer.terminal_timeout = 30
17 CREC.Recognizer.eou_threshold = 120
18 SREC.Recognizer.utterance_timeout = 400
21 CREC.Recognizer.non_terminal_timeout = 400
22 CREC.Recognizer.terminal_timeout = 200
23 CREC.Recognizer.optional_terminal_timeout = 300
25 CREC.Recognizer.eou_threshold = 500
26 SREC.Recognizer.utterance_timeout = 10
    [all...]
run_robustness3.log 17 after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
20 after recognizer.createGrammar(/system/usr/srec/config/en.us/grammars/bothtags5.g2g)
43 after recognizer.createGrammar(/system/usr/srec/grammar3.g2g)
111 CREC.Recognizer.non_terminal_timeout = 90
112 CREC.Recognizer.optional_terminal_timeout = 45
113 CREC.Recognizer.terminal_timeout = 30
114 CREC.Recognizer.eou_threshold = 120
115 SREC.Recognizer.utterance_timeout = 400
120 CREC.Recognizer.non_terminal_timeout = 400
121 CREC.Recognizer.terminal_timeout = 20
    [all...]
  /external/srec/srec/AcousticState/src/
AcousticState.c 25 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateReset(SR_Recognizer* recognizer)
29 if (recognizer == NULL)
34 impl = (SR_RecognizerImpl*) recognizer;
36 return impl->acousticState->reset(recognizer);
39 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateLoad(SR_Recognizer* recognizer, const LCHAR* filename)
43 if (recognizer == NULL)
48 impl = (SR_RecognizerImpl*) recognizer;
50 return impl->acousticState->load(recognizer, filename);
53 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateSave(SR_Recognizer* recognizer, const LCHAR* filename)
57 if (recognizer == NULL
    [all...]
AcousticStateImpl.c 27 ESR_ReturnCode SR_AcousticStateCreateImpl(SR_Recognizer* recognizer)
30 SR_RecognizerImpl* recogImpl = (SR_RecognizerImpl*) recognizer;
72 ESR_ReturnCode SR_AcousticStateDestroyImpl(SR_Recognizer* recognizer)
74 SR_RecognizerImpl* recogImpl = (SR_RecognizerImpl*) recognizer;
81 ESR_ReturnCode SR_AcousticStateResetImpl(SR_Recognizer* recognizer)
83 SR_RecognizerImpl* recogImpl = (SR_RecognizerImpl*) recognizer;
96 ESR_ReturnCode SR_AcousticStateSaveImpl(SR_Recognizer* recognizer, const LCHAR* filename)
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 48 static void beginResync (pANTLR3_BASE_RECOGNIZER recognizer);
49 static pANTLR3_BITSET computeErrorRecoverySet (pANTLR3_BASE_RECOGNIZER recognizer);
50 static void endResync (pANTLR3_BASE_RECOGNIZER recognizer);
51 static void beginBacktrack (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 level);
52 static void endBacktrack (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 level, ANTLR3_BOOLEAN successful);
54 static void * match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
55 static void matchAny (pANTLR3_BASE_RECOGNIZER recognizer);
56 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
57 static ANTLR3_BOOLEAN mismatchIsUnwantedToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, ANTLR3_UINT32 ttype);
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow)
86 pANTLR3_BASE_RECOGNIZER recognizer; local
    [all...]
antlr3treeparser.c 2 * Implementation of the tree parser and overrides for the base recognizer
36 /* BASE Recognizer overrides
38 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
46 static void * getCurrentInputSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream);
47 static void * getMissingSymbol (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM istream, pANTLR3_EXCEPTION e,
65 /* Create and install a base recognizer which does most of the work for us
76 * from the base recognizer structure
81 /* Install our base recognizer overrides
103 * Creates a new Mismatched Tree Nde Exception and inserts in the recognizer
106 * \param recognizer
    [all...]
  /external/srec/srec/AcousticState/include/
SR_AcousticState.h 48 * The recognizer adapts to the acoustic state of the caller and calling environment
53 * @param recognizer SR_Recognizer handle
54 * @return ESR_INVALID_ARGUMENT if recognizer is null
56 ESR_ReturnCode(*reset)(SR_Recognizer* recognizer);
60 * @param recognizer SR_Recognizer handle
62 * @return ESR_INVALID_ARGUMENT if recognizer is null
64 ESR_ReturnCode(*load)(SR_Recognizer* recognizer, const LCHAR* filename);
68 * @param recognizer SR_Recognizer handle
70 * @return ESR_INVALID_ARGUMENT if recognizer is null
72 ESR_ReturnCode(*save)(SR_Recognizer* recognizer, const LCHAR* filename)
    [all...]
SR_AcousticStateImpl.h 49 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateCreateImpl(SR_Recognizer* recognizer);
53 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateDestroyImpl(SR_Recognizer* recognizer);
57 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateResetImpl(SR_Recognizer* recognizer);
61 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateLoadImpl(SR_Recognizer* recognizer, const LCHAR* filename);
65 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateSaveImpl(SR_Recognizer* recognizer, const LCHAR* filename);
69 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateSetImpl(SR_Recognizer* recognizer, const LCHAR *param_string );
73 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateGetImpl(SR_Recognizer* recognizer, LCHAR *param_string, size_t* len );
77 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateActivateModelImpl(SR_Recognizer* recognizer, SR_AcousticModelID id);
81 SREC_ACOUSTICSTATE_API ESR_ReturnCode SR_AcousticStateDeactivateModelImpl(SR_Recognizer* recognizer, SR_AcousticModelID id);
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 3 * Recognizer.java
33 * Simple, synchronous speech recognizer, using the Nuance SREC package.
37 * <li>Create a <code>Recognizer</code>.
38 * <li>Create a <code>Recognizer.Grammar</code>.
39 * <li>Setup the <code>Recognizer.Grammar</code>.
40 * <li>Reset the <code>Recognizer.Grammar</code> slots, if needed.
41 * <li>Fill the <code>Recognizer.Grammar</code> slots, if needed.
42 * <li>Compile the <code>Recognizer.Grammar</code>, if needed.
43 * <li>Save the filled <code>Recognizer.Grammar</code>, if needed.
44 * <li>Start the <code>Recognizer</code>
    [all...]
  /dalvik/dx/tests/031-bb-dead-code/
info.txt 1 This test checks to see that the basic block recognizer properly omits
  /external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h 46 * When AcousticModels are associated with a Recognizer, they initialize their
47 * Pattern objects using that Recognizer.
50 * @param recognizer The recognizer
52 ESR_ReturnCode(*setupPattern)(SR_AcousticModels* self, SR_Recognizer* recognizer);
54 * When AcousticModels are deassociated with a Recognizer, they deinitialize their
140 * When AcousticModels are associated with a Recognizer, they initialize their
141 * Pattern objects using that Recognizer.
144 * @param recognizer The recognizer
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerEngine.java 22 import android.speech.srec.Recognizer;
39 * <li>Create and configure a {@link Recognizer}.
41 * <li>Start the {@link Recognizer} running using data already being
43 * <li>Wait for the {@link Recognizer} to complete.
68 protected final String SREC_DIR = Recognizer.getConfigDir(null);
75 protected Recognizer mSrec;
76 protected Recognizer.Grammar mSrecGrammar;
97 * <li>Create a Recognizer.
99 * <li>Start the Recognizer.
100 * <li>Feed the Recognizer audio until it provides a result
    [all...]
PhoneTypeChoiceRecognizerEngine.java 20 import android.speech.srec.Recognizer;
59 String conf = mSrec.getResult(result, Recognizer.KEY_CONFIDENCE);
60 String literal = mSrec.getResult(result, Recognizer.KEY_LITERAL);
61 String semantic = mSrec.getResult(result, Recognizer.KEY_MEANING);
69 String conf = mSrec.getResult(0, Recognizer.KEY_CONFIDENCE);
70 String literal = mSrec.getResult(0, Recognizer.KEY_LITERAL);
71 String semantic = mSrec.getResult(0, Recognizer.KEY_MEANING);
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 112 (JNIEnv *env, jclass clazz, jint recognizer) {
113 checkEsrError(env, SR_RecognizerStart((SR_Recognizer*)recognizer));
117 (JNIEnv *env, jclass clazz, jint recognizer) {
118 checkEsrError(env, SR_RecognizerStop((SR_Recognizer*)recognizer));
123 SR_Recognizer* recognizer = NULL; local
124 // TODO: do we need to clean up the recognizer if this fails?
125 checkEsrError(env, SR_RecognizerCreate(&recognizer));
126 return (jint)recognizer;
130 (JNIEnv *env, jclass clazz, jint recognizer) {
131 checkEsrError(env, SR_RecognizerDestroy((SR_Recognizer*)recognizer));
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3baserecognizer.h 48 /** Type indicator for a lexer recognizer
52 /** Type indicator for a parser recognizer
56 /** Type indicator for a tree parser recognizer
75 /// Indicates the type of recognizer that we are an instance of.
88 /// A pointer to the shared recognizer state, such that multiple
109 /// in this interface after the recognizer has initialized. This can
119 void * (*match) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer,
125 void (*matchAny) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer);
132 (*mismatchIsUnwantedToken) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, pANTLR3_INT_STREAM input, ANTLR3_UINT32 ttype);
139 (*mismatchIsMissingToken) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer, pANTLR3_INT_STREAM input, pANTLR3_BITSET_LIST follow)
    [all...]
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 38 * Recognizer status.
47 * Recognizer could not find a match for the utterance.
51 * Recognizer processed one frame of audio.
55 * Recognizer has just been started.
59 * Recognizer is stopped.
133 * Synchronous speech recognizer.
139 * Synchronous speech recognizer.
147 * @return ESR_INVALID_ARGUMENT if self is null, if no acoustic models have been associated with the recognizer,
148 * if no grammars have been activated, or if the recognizer cannot be started for an unknown reason
152 * Stops the recognizer and invalidates the recognition result object
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
info.txt 1 This test checks to see that the basic block recognizer properly
  /external/srec/config/en.us/
baseline.par 35 SREC.Recognizer.osi_log_level = 0
36 SREC.Recognizer.utterance_timeout = 400
80 CREC.Recognizer.max_frames = 1000;
81 CREC.Recognizer.eou_threshold = 120 ;
82 CREC.Recognizer.terminal_timeout = 30 ;
83 CREC.Recognizer.optional_terminal_timeout = 45 ;
84 CREC.Recognizer.non_terminal_timeout = 90 ;
89 CREC.Recognizer.max_fsm_arcs = 25000;
90 CREC.Recognizer.max_fsm_nodes = 14500;
92 CREC.Recognizer.max_hmm_tokens = 40
    [all...]
baseline11k.par 39 SREC.Recognizer.osi_log_level = 0
40 SREC.Recognizer.utterance_timeout = 400
89 CREC.Recognizer.max_frames = 1000;
90 CREC.Recognizer.eou_threshold = 120 ;
91 CREC.Recognizer.terminal_timeout = 30 ;
92 CREC.Recognizer.optional_terminal_timeout = 45 ;
93 CREC.Recognizer.non_terminal_timeout = 90 ;
96 CREC.Recognizer.max_fsm_arcs = 25000;
97 CREC.Recognizer.max_fsm_nodes = 14500;
99 CREC.Recognizer.max_hmm_tokens = 40
    [all...]
baseline8k.par 41 SREC.Recognizer.osi_log_level = 0
42 SREC.Recognizer.utterance_timeout = 400
91 CREC.Recognizer.max_frames = 1000;
92 CREC.Recognizer.eou_threshold = 120 ;
93 CREC.Recognizer.terminal_timeout = 30 ;
94 CREC.Recognizer.optional_terminal_timeout = 45 ;
95 CREC.Recognizer.non_terminal_timeout = 90 ;
98 CREC.Recognizer.max_fsm_arcs = 25000;
99 CREC.Recognizer.max_fsm_nodes = 14500;
101 CREC.Recognizer.max_hmm_tokens = 40
    [all...]
  /external/icu4c/i18n/
csrutf8.h 20 * Charset recognizer for UTF-8
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDFA.m 34 @synthesize recognizer;
41 recognizer = theRecognizer;
42 [recognizer retain];
145 if ([recognizer.state isBacktracking]) {
146 [recognizer.state setFailed:YES];
172 return [recognizer evaluateSyntacticPredicate:synpredFragment];
238 return recognizer;
243 if ( recognizer != aRecognizer ) {
244 if ( recognizer ) [recognizer release]
    [all...]
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 53 * Associates a grammar with a Recognizer.
56 * @param recognizer The recognizer
59 ESR_ReturnCode(*setupRecognizer)(SR_Grammar* self, SR_Recognizer* recognizer);
61 * Dissociates a grammar from a Recognizer.
72 * Recognizer associated with SR_Grammar.
75 SR_Recognizer* recognizer; member in struct:SR_GrammarImpl_t
195 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupRecognizer(SR_Grammar* self, SR_Recognizer* recognizer);

Completed in 284 milliseconds

1 2 3 4 5 6 7 8 91011>>