Home
last modified time | relevance | path

Searched refs:add_word (Results 1 – 25 of 636) sorted by path

12345678910>>...26

/dports/audio/festival/festival/src/include/
H A Dmodules.h44 EST_Item *add_word(EST_Utterance *u, const EST_String &name);
45 EST_Item *add_word(EST_Utterance *u, LISP word);
/dports/audio/festival/festival/src/modules/Text/
H A Dtoken.cc116 new_word = add_word(u,car(w)); in FT_Any_Token_Utt()
122 new_word = add_word(u,t->name()); in FT_Any_Token_Utt()
159 new_word = add_word(u,car(w)); in FT_English_Token_Utt()
167 new_word = add_word(u,car(w)); in FT_English_Token_Utt()
184 new_word = add_word(u,car(w)); in FT_English_Token_Utt()
/dports/audio/festival/festival/src/modules/base/
H A Dmodules.cc100 word = add_word(u,get_c_string(car(car(w)))); in create_words()
104 add_word(u,get_c_string(car(w))); in create_words()
H A Dword.cc207 EST_Item *add_word(EST_Utterance *u, const EST_String &name) in add_word() function
216 EST_Item *add_word(EST_Utterance *u, LISP word) in add_word() function
227 si_word = add_word(u,""); in add_word()
247 si_word = add_word(u,get_c_string(word)); in add_word()
/dports/audio/festival/speech_tools/main/
H A Dviterbi_main.cc56 static void add_word(EST_Relation &w, const EST_String &word, int pos);
455 add_word(w,itoString(i),i); in load_wstream()
502 static void add_word(EST_Relation &w, const EST_String &word, int pos) in add_word() function
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/
H A Dbn.rs177 pub fn add_word(&mut self, w: u32) -> Result<(), ErrorStack> { in add_word() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/openssl-0.10.38/src/
H A Dbn.rs177 pub fn add_word(&mut self, w: u32) -> Result<(), ErrorStack> { in add_word() method
/dports/audio/pocketsphinx/pocketsphinx-0.8/python/
H A Dpocketsphinx.pyx684 def add_word(self, word, phones, update=True): member in Decoder
/dports/audio/sphinxbase/sphinxbase-0.8/python/
H A Dsphinxbase.pyx393 def add_word(self, word, weight=1.0): member in NGramModel
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/
H A Dbn.rs164 pub fn add_word(&mut self, w: u32) -> Result<(), ErrorStack> { in add_word() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/openssl-0.10.26/src/
H A Dbn.rs167 pub fn add_word(&mut self, w: u32) -> Result<(), ErrorStack> { in add_word() method
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dsim4.c103 static void add_word(Uint4, Int4, SIM4GlobalPtr);
306 add_word(ecode, (Int4)(q - s1 + 1), sgp); in bld_table()
310 static void add_word(Uint4 ecode, Int4 pos, SIM4GlobalPtr sgp) in add_word() function
/dports/biology/sim4/sim4.2003-09-21/
H A Dsim4b1.c64 static void add_word(int,int);
912 add_word(ecode, (int)(t-s-1)); in bld_table()
929 static void add_word(int ecode, int pos) in add_word() function
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-index.c401 g_return_if_fail (class->add_word != NULL); in camel_index_name_add_word()
406 class->add_word (idn, b); in camel_index_name_add_word()
H A Dcamel-index.h137 void (*add_word)(CamelIndexName *name, const gchar *word); member
H A Dcamel-text-index.c1577 index_name_class->add_word = text_index_name_add_word; in camel_text_index_name_class_init()
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dcompletion_hash.cc220 void add_word(HashTable *ht,char *str) in add_word() function
H A Dcompletion_hash.h56 extern void add_word(HashTable *ht,char *str);
H A Dmysql.cc2824 add_word(&ht,(char*) cmd->name); in build_completion_hash()
2841 add_word(&ht,(char*) str); in build_completion_hash()
2864 add_word(&ht,str); in build_completion_hash()
2900 add_word(&ht,field_names[i][j]); in build_completion_hash()
2905 add_word(&ht,field_names[i][num_fields+j]); in build_completion_hash()
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/fulltext/
H A Dplugin_example.c148 static void add_word(MYSQL_FTPARSER_PARAM *param, const char *word, size_t len) in add_word() function
181 add_word(param, start, end - start); in simple_parser_parse()
187 add_word(param, start, end - start); in simple_parser_parse()
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dcompletion_hash.cc220 void add_word(HashTable *ht,char *str) in add_word() function
H A Dcompletion_hash.h56 extern void add_word(HashTable *ht,char *str);
H A Dmysql.cc2824 add_word(&ht,(char*) cmd->name); in build_completion_hash()
2841 add_word(&ht,(char*) str); in build_completion_hash()
2864 add_word(&ht,str); in build_completion_hash()
2900 add_word(&ht,field_names[i][j]); in build_completion_hash()
2905 add_word(&ht,field_names[i][num_fields+j]); in build_completion_hash()
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/fulltext/
H A Dplugin_example.c148 static void add_word(MYSQL_FTPARSER_PARAM *param, const char *word, size_t len) in add_word() function
181 add_word(param, start, end - start); in simple_parser_parse()
187 add_word(param, start, end - start); in simple_parser_parse()
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dcompletion_hash.cc220 void add_word(HashTable *ht,char *str) in add_word() function

12345678910>>...26