summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r--src/storage/ngram.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index 9bf4190..9509155 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -150,6 +150,10 @@ public:
*
*/
bool set_total_freq(guint32 total);
+
+ guint32 get_length();
+
+ guint32 mask_out(phrase_token_t mask, phrase_token_t value);
/**
* SingleGram::prune: