dump(string fname) | WordIndexDictionary | |
frequencies | WordIndexDictionary | |
get_freq(int index) | WordIndexDictionary | |
get_index(string word) | WordIndexDictionary | |
get_num_words() const | WordIndexDictionary | |
get_prev_index(int new_id) | WordIndexDictionary | |
get_word(int index) | WordIndexDictionary | |
initialize_from_dict(WordIndexDictionary *dict, bool sort=false) | WordIndexDictionary | |
initialize_from_dump(string fname, int num_words=INT_MAX, bool sort=false) | WordIndexDictionary | |
initialize_from_dumps(string prefix, int dumps) | WordIndexDictionary | |
insert_word(string word) | WordIndexDictionary | |
match_word_index() | WordIndexDictionary | |
print() | WordIndexDictionary | |
size() | WordIndexDictionary | |
WordIndexDictionary() | WordIndexDictionary | |
~WordIndexDictionary() | WordIndexDictionary | [virtual] |