Edinburgh Speech Tools  2.4-release
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Pages
EST_Ngrammar Member List

This is the complete list of members for EST_Ngrammar, including all inherited members.

accumulate(const EST_StrVector &words, const double count=1) (defined in EST_Ngrammar)EST_Ngrammar
accumulate(const EST_IVector &words, const double count=1) (defined in EST_Ngrammar)EST_Ngrammar
allow_oov (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff enum value (defined in EST_Ngrammar)EST_Ngrammar
backoff_discount (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_most_probable(const EST_StrVector &words, double *prob=NULL) const (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_prob_dist(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_probability(const EST_StrVector &words, const bool trace=false) const (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_representation (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_restore_unigram_states() (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_reverse_probability(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_reverse_probability_sub(const EST_StrVector &words, const EST_BackoffNgrammarState *root) const (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_threshold (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_traverse(EST_BackoffNgrammarState *start_state, void(*function)(EST_BackoffNgrammarState *s, void *params), void *params) (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_traverse(EST_BackoffNgrammarState *start_state, void(*function)(EST_BackoffNgrammarState *s, void *params), void *params, const int level) (defined in EST_Ngrammar)EST_Ngrammarprotected
backoff_unigram_floor_freq (defined in EST_Ngrammar)EST_Ngrammarprotected
build(const EST_StrList &filenames, const EST_String &prev=SENTENCE_START_MARKER, const EST_String &prev_prev=SENTENCE_END_MARKER, const EST_String &last=SENTENCE_END_MARKER, const EST_String &input_format="", const EST_String &oov_mode="", const int mincount=1, const int maxcount=10) (defined in EST_Ngrammar)EST_Ngrammar
build_ngram(const EST_String &filename, const EST_String &prev, const EST_String &prev_prev, const EST_String &last, const EST_String &input_format) (defined in EST_Ngrammar)EST_Ngrammarprotected
build_sparse(const EST_String &filename, const EST_String &prev, const EST_String &prev_prev, const EST_String &last) (defined in EST_Ngrammar)EST_Ngrammarprotected
check_vocab(const EST_StrList &wordlist) (defined in EST_Ngrammar)EST_Ngrammarprotected
clear() (defined in EST_Ngrammar)EST_Ngrammar
closed_vocab() const (defined in EST_Ngrammar)EST_Ngrammarinline
compute_backoff_weights(const int mincount=1, const int maxcount=10) (defined in EST_Ngrammar)EST_Ngrammar
const_iterate(EST_StrVector &words, void(*function)(const EST_Ngrammar *const n, EST_StrVector &words, void *params), void *params) const (defined in EST_Ngrammar)EST_Ngrammarprotected
default_values() (defined in EST_Ngrammar)EST_Ngrammar
dense enum value (defined in EST_Ngrammar)EST_Ngrammar
dense_to_sparse() (defined in EST_Ngrammar)EST_Ngrammarprotected
entry_t enum name (defined in EST_Ngrammar)EST_Ngrammar
entry_type() const (defined in EST_Ngrammar)EST_Ngrammarinline
EST_BackoffNgrammar (defined in EST_Ngrammar)EST_Ngrammarfriend
EST_Ngrammar() (defined in EST_Ngrammar)EST_Ngrammarinline
EST_Ngrammar(int o, representation_t r, const EST_StrList &wordlist) (defined in EST_Ngrammar)EST_Ngrammarinline
EST_Ngrammar(int o, representation_t r, const EST_StrList &wordlist, const EST_StrList &predlist) (defined in EST_Ngrammar)EST_Ngrammarinline
EST_Ngrammar(int o, representation_t r, EST_Discrete &v) (defined in EST_Ngrammar)EST_Ngrammarinline
fill_window_start(EST_IVector &window, const EST_String &prev, const EST_String &prev_prev) const (defined in EST_Ngrammar)EST_Ngrammar
fill_window_start(EST_StrVector &window, const EST_String &prev, const EST_String &prev_prev) const (defined in EST_Ngrammar)EST_Ngrammar
find_dense_state_index(const EST_IVector &words, int index=0) const (defined in EST_Ngrammar)EST_Ngrammarprotected
find_next_state_id(int state, int word) const (defined in EST_Ngrammar)EST_Ngrammar
find_state(const EST_StrVector &words) (defined in EST_Ngrammar)EST_Ngrammarprotected
find_state(const EST_IVector &words) (defined in EST_Ngrammar)EST_Ngrammarprotected
find_state_const(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammarprotected
find_state_const(const EST_IVector &words) const (defined in EST_Ngrammar)EST_Ngrammarprotected
find_state_id(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammar
find_state_id(const EST_IVector &words) const (defined in EST_Ngrammar)EST_Ngrammar
freqs_to_probs() (defined in EST_Ngrammar)EST_Ngrammarprotected
frequencies enum value (defined in EST_Ngrammar)EST_Ngrammar
frequency(const EST_StrVector &words, bool force=false, const bool trace=false) const (defined in EST_Ngrammar)EST_Ngrammar
frequency_of_frequencies (defined in EST_Ngrammar)EST_Ngrammarfriend
fs_backoff_smooth (defined in EST_Ngrammar)EST_Ngrammarfriend
fs_build_backoff_ngrams (defined in EST_Ngrammar)EST_Ngrammarfriend
get_backoff_discount(const int order, const double freq) const (defined in EST_Ngrammar)EST_Ngrammarprotected
get_backoff_weight(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammar
get_pred_vocab_length() const (defined in EST_Ngrammar)EST_Ngrammarinline
get_pred_vocab_word(int i) const (defined in EST_Ngrammar)EST_Ngrammarinline
get_pred_vocab_word(const EST_String &s) const (defined in EST_Ngrammar)EST_Ngrammarinline
get_vocab_length() const (defined in EST_Ngrammar)EST_Ngrammarinline
get_vocab_word(int i) const (defined in EST_Ngrammar)EST_Ngrammar
get_vocab_word(const EST_String &s) const (defined in EST_Ngrammar)EST_Ngrammar
Good_Turing_discount (defined in EST_Ngrammar)EST_Ngrammarfriend
Good_Turing_smooth (defined in EST_Ngrammar)EST_Ngrammarfriend
init(int o, representation_t r, const EST_StrList &wordlist) (defined in EST_Ngrammar)EST_Ngrammar
init(int o, representation_t r, const EST_StrList &wordlist, const EST_StrList &predlist) (defined in EST_Ngrammar)EST_Ngrammar
init(int o, representation_t r, EST_Discrete &v) (defined in EST_Ngrammar)EST_Ngrammar
init(int o, representation_t r, EST_Discrete &v, EST_Discrete &pv) (defined in EST_Ngrammar)EST_Ngrammar
init_backoff_representation() (defined in EST_Ngrammar)EST_Ngrammarprotected
init_dense_representation() (defined in EST_Ngrammar)EST_Ngrammarprotected
init_sparse_representation() (defined in EST_Ngrammar)EST_Ngrammarprotected
init_vocab(const EST_StrList &wordlist) (defined in EST_Ngrammar)EST_Ngrammarprotected
init_vocab(const EST_StrList &word_list, const EST_StrList &pred_list) (defined in EST_Ngrammar)EST_Ngrammarprotected
iterate(EST_StrVector &words, void(*function)(EST_Ngrammar *n, EST_StrVector &words, void *params), void *params) (defined in EST_Ngrammar)EST_Ngrammarprotected
lastword(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammarinlineprotected
lastword(const EST_IVector &words) const (defined in EST_Ngrammar)EST_Ngrammarinlineprotected
load(const EST_String &filename) (defined in EST_Ngrammar)EST_Ngrammar
load(const EST_String &filename, const EST_StrList &wordlist) (defined in EST_Ngrammar)EST_Ngrammar
load_ngram_arpa (defined in EST_Ngrammar)EST_Ngrammarfriend
load_ngram_cstr_ascii (defined in EST_Ngrammar)EST_Ngrammarfriend
load_ngram_cstr_bin (defined in EST_Ngrammar)EST_Ngrammarfriend
load_ngram_htk_ascii (defined in EST_Ngrammar)EST_Ngrammarfriend
load_ngram_htk_binary (defined in EST_Ngrammar)EST_Ngrammarfriend
log_frequencies enum value (defined in EST_Ngrammar)EST_Ngrammar
make_htk_compatible() (defined in EST_Ngrammar)EST_Ngrammar
make_ngram_from_index(const int i) const (defined in EST_Ngrammar)EST_Ngrammarprotected
map_frequencies (defined in EST_Ngrammar)EST_Ngrammarfriend
merge(EST_Ngrammar &n, float weight) (defined in EST_Ngrammar)EST_Ngrammar
ngram_exists(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammar
ngram_exists(const EST_StrVector &words, const double threshold) const (defined in EST_Ngrammar)EST_Ngrammar
num_states(void) const (defined in EST_Ngrammar)EST_Ngrammarinline
oov_preprocess(const EST_String &filename, EST_String &new_filename, const EST_String &what) (defined in EST_Ngrammar)EST_Ngrammarprotected
operator<< (defined in EST_Ngrammar)EST_Ngrammarfriend
order() const (defined in EST_Ngrammar)EST_Ngrammarinline
p_entry_type (defined in EST_Ngrammar)EST_Ngrammarprotected
p_init(int o, representation_t r) (defined in EST_Ngrammar)EST_Ngrammarprotected
p_num_samples (defined in EST_Ngrammar)EST_Ngrammarprotected
p_num_states (defined in EST_Ngrammar)EST_Ngrammarprotected
p_number_of_sentences (defined in EST_Ngrammar)EST_Ngrammarprotected
p_order (defined in EST_Ngrammar)EST_Ngrammarprotected
p_representation (defined in EST_Ngrammar)EST_Ngrammarprotected
p_sentence_end_marker (defined in EST_Ngrammar)EST_Ngrammarprotected
p_sentence_start_marker (defined in EST_Ngrammar)EST_Ngrammarprotected
p_states (defined in EST_Ngrammar)EST_Ngrammarprotected
pred_vocab (defined in EST_Ngrammar)EST_Ngrammarprotected
predict(const EST_StrVector &words, double *prob, int *state) const (defined in EST_Ngrammar)EST_Ngrammar
predict(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammarinline
predict(const EST_StrVector &words, double *prob) const (defined in EST_Ngrammar)EST_Ngrammarinline
predict(const EST_IVector &words, double *prob, int *state) const (defined in EST_Ngrammar)EST_Ngrammar
predict(const EST_IVector &words) const (defined in EST_Ngrammar)EST_Ngrammarinline
predict(const EST_IVector &words, double *prob) const (defined in EST_Ngrammar)EST_Ngrammarinline
predlist_index(const EST_String &word) const (defined in EST_Ngrammar)EST_Ngrammar
predlist_index(int i) const (defined in EST_Ngrammar)EST_Ngrammar
print_freqs(ostream &os, double floor=0.0) (defined in EST_Ngrammar)EST_Ngrammar
prob_dist(const EST_StrVector &words) const (defined in EST_Ngrammar)EST_Ngrammar
prob_dist(const EST_IVector &words) const (defined in EST_Ngrammar)EST_Ngrammar
prob_dist(int state) const (defined in EST_Ngrammar)EST_Ngrammar
probability(const EST_StrVector &words, bool force=false, const bool trace=false) const (defined in EST_Ngrammar)EST_Ngrammar
prune_backoff_representation(EST_BackoffNgrammarState *start_state=NULL) (defined in EST_Ngrammar)EST_Ngrammarprotected
representation() const (defined in EST_Ngrammar)EST_Ngrammarinline
representation_t enum name (defined in EST_Ngrammar)EST_Ngrammar
reverse_probability(const EST_StrVector &words, bool force=false) const (defined in EST_Ngrammar)EST_Ngrammar
reverse_probability(const EST_IVector &words, bool force=false) const (defined in EST_Ngrammar)EST_Ngrammar
samples(void) const (defined in EST_Ngrammar)EST_Ngrammarinline
save(const EST_String &filename, const EST_String type="cstr_ascii", const bool trace=false, double floor=0.0) (defined in EST_Ngrammar)EST_Ngrammar
save_ngram_arpa (defined in EST_Ngrammar)EST_Ngrammarfriend
save_ngram_arpa_sub (defined in EST_Ngrammar)EST_Ngrammarfriend
save_ngram_cstr_ascii (defined in EST_Ngrammar)EST_Ngrammarfriend
save_ngram_cstr_bin (defined in EST_Ngrammar)EST_Ngrammarfriend
save_ngram_htk_ascii (defined in EST_Ngrammar)EST_Ngrammarfriend
save_ngram_htk_ascii_sub (defined in EST_Ngrammar)EST_Ngrammarfriend
save_ngram_wfst (defined in EST_Ngrammar)EST_Ngrammarfriend
set_backoff_weight(const EST_StrVector &words, const double w) (defined in EST_Ngrammar)EST_Ngrammar
set_entry_type(entry_t new_type) (defined in EST_Ngrammar)EST_Ngrammar
set_representation(representation_t new_representation) (defined in EST_Ngrammar)EST_Ngrammar
sparse enum value (defined in EST_Ngrammar)EST_Ngrammar
sparse_representation (defined in EST_Ngrammar)EST_Ngrammarprotected
sparse_to_dense() (defined in EST_Ngrammar)EST_Ngrammarprotected
take_exps() (defined in EST_Ngrammar)EST_Ngrammarprotected
take_logs() (defined in EST_Ngrammar)EST_Ngrammarprotected
vocab (defined in EST_Ngrammar)EST_Ngrammarprotected
vocab_pdf (defined in EST_Ngrammar)EST_Ngrammarprotected
wordlist_index(const EST_String &word, const bool report=true) const (defined in EST_Ngrammar)EST_Ngrammar
wordlist_index(int i) const (defined in EST_Ngrammar)EST_Ngrammar
~EST_Ngrammar() (defined in EST_Ngrammar)EST_Ngrammar