Lines Matching defs:SpellingTable
22 #include "../include/spellingtable.h"
28 const char SpellingTable::
67 SpellingTable::SpellingTable() {
76 SpellingTable::~SpellingTable() {
80 size_t SpellingTable::get_hash_pos(const char* spelling_str) {
92 size_t SpellingTable::hash_pos_next(size_t hash_pos) {
98 void SpellingTable::free_resource() {
108 bool SpellingTable::init_table(size_t pure_spl_size, size_t spl_max_num,
137 bool SpellingTable::put_spelling(const char* spelling_str, double freq) {
185 bool SpellingTable::contain(const char* spelling_str) {
217 const char* SpellingTable::arrange(size_t *item_size, size_t *spl_num) {
304 float SpellingTable::get_score_amplifier() {
308 unsigned char SpellingTable::get_average_score() {