about summary refs log tree commit diff stats
path: root/kgramstats.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgramstats.h')
-rw-r--r--kgramstats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgramstats.h b/kgramstats.h index 4acde65..a024184 100644 --- a/kgramstats.h +++ b/kgramstats.h
@@ -97,7 +97,7 @@ class kgramstats
97{ 97{
98public: 98public:
99 kgramstats(std::string corpus, int maxK); 99 kgramstats(std::string corpus, int maxK);
100 std::string randomSentence(int n); 100 std::string randomSentence(int max);
101 101
102private: 102private:
103 struct token_data 103 struct token_data