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

1 2 3

  /external/srec/srec/Vocabulary/include/
SR_Vocabulary.h 33 * A vocabulary maps words to their phonetic representation.
39 * A vocabulary maps words to their phonetic representation.
44 * Saves a vocabulary to file.
63 * Returns vocabulary locale.
66 * @param locale [out] Vocabulary locale
71 * Destroys a Vocabulary.
80 * @name Vocabulary creation
82 * There are two ways to generate a vocabulary:
84 * 1. Load a vocabulary from disk. Phonemes are retrieved from a lookup table,
86 * 2. Create an empty vocabulary. Phonemes are retrieved exclusively from a TTP engine
    [all...]
SR_VocabularyImpl.h 36 * Vocabulary implementation.
45 * Legacy CREC vocabulary.
48 CA_Vocab* vocabulary; member in struct:SR_VocabularyImpl_t
50 * Vocabulary locale.
  /external/srec/tools/grxmlcompile/
vocab.h 23 ** DESCRIPTION: Container class for Nuance Vocabulary access
45 class Vocabulary
48 Vocabulary();
49 Vocabulary( std::string const & vocFileName );
50 ~Vocabulary();
74 // Pronunciation( Vocabulary & vocab );
75 int lookup( Vocabulary & vocab, std::string & phrase );
91 Vocabulary *m_pVocab;
Android.mk 38 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
vocab.cpp 38 Vocabulary::Vocabulary( std::string const & vocFileName )
49 Vocabulary::~Vocabulary()
72 int Pronunciation::lookup( Vocabulary & vocab, std::string & phrase )
  /external/srec/tools/dictTest/
Android.mk 20 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/tools/make_ve_grammar/
Android.mk 18 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/tools/test_swiarb/
Android.mk 18 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/doc/logs/srec/
out_SHIP_set_get_param.txt 6 Create vocabulary object and associate with grammar:
  /external/srec/srec/test/SRecTest/
Android.mk 27 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/test/SRecTestAudio/
Android.mk 27 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/tools/make_cfst/
Android.mk 21 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/tools/make_g2g/
Android.mk 22 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/tools/parseStringTest/
Android.mk 23 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/tools/test_g2g/
Android.mk 23 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/Vocabulary/
Android.mk 10 src/Vocabulary.c \
23 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 40 #define LSTRDUP(src) LSTRCPY(CALLOC(LSTRLEN(src)+1, sizeof(LCHAR), "srec.Vocabulary.LSTRDUP"), (src))
44 * Creates a new vocabulary but does not set the locale.
142 * Creates a new vocabulary but does not set the locale.
166 impl->vocabulary = NULL;
181 if (impl->vocabulary!=NULL)
183 CA_UnloadDictionary(impl->vocabulary);
184 CA_FreeVocabulary(impl->vocabulary);
185 impl->vocabulary = NULL;
196 LCHAR vocabulary[P_PATH_MAX]; local
199 impl->vocabulary = CA_AllocateVocabulary()
    [all...]
  /external/srec/srec/Grammar/include/
SR_GrammarImpl.h 78 * Vocabulary.
80 SR_Vocabulary* vocabulary; member in struct:SR_GrammarImpl_t
122 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddRuleFromList(SR_Grammar* self, SR_Vocabulary* vocabulary, const LCHAR* name);
203 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_SetupVocabulary(SR_Grammar *self, SR_Vocabulary *vocabulary);
SR_Grammar.h 126 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if the vocabulary is missing,
150 * if the vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to
212 * Configures a vocabulary with the grammar.
215 * @param vocabulary The vocabulary to associate with
216 * @return ESR_INVALID_ARGUMENT if self or vocabulary are null
218 ESR_ReturnCode(*setupVocabulary)(struct SR_Grammar_t *self, SR_Vocabulary *vocabulary);
334 * if the vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to
357 * vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to the
368 * - A Grammar object must use one and only one Vocabulary object
    [all...]
  /external/srec/srec_jni/
Android.mk 28 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/AcousticModels/
Android.mk 25 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/AcousticState/
Android.mk 25 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/Grammar/
Android.mk 25 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/Nametag/
Android.mk 27 $(ASR_ROOT_DIR)/srec/Vocabulary/include \
  /external/srec/srec/Recognizer/
Android.mk 27 $(ASR_ROOT_DIR)/srec/Vocabulary/include \

Completed in 256 milliseconds

1 2 3