diff options
author | philblunsom@gmail.com <philblunsom@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-02 17:14:55 +0000 |
---|---|---|
committer | philblunsom@gmail.com <philblunsom@gmail.com@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-02 17:14:55 +0000 |
commit | c0d43ad4fd094b5eeac37fc3e79d806aa928dc71 (patch) | |
tree | ce35f92a137c7ef247daaa9be1b9f25f1bd8d639 /gi/pyp-topics/src/pyp-topics.hh | |
parent | edd233c2030e53cbfa4f6817be14d559db70f094 (diff) |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@115 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics/src/pyp-topics.hh')
-rw-r--r-- | gi/pyp-topics/src/pyp-topics.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/pyp-topics.hh b/gi/pyp-topics/src/pyp-topics.hh index 7e003228..c35645aa 100644 --- a/gi/pyp-topics/src/pyp-topics.hh +++ b/gi/pyp-topics/src/pyp-topics.hh @@ -21,7 +21,8 @@ public: void sample(const Corpus& corpus, int samples); int sample(const DocumentId& doc, const Term& term); - int max(const DocumentId& doc, const Term& term); + int max(const DocumentId& doc, const Term& term) const; + int max(const DocumentId& doc) const; int max_topic() const; void set_backoff(const std::string& filename) { |