summaryrefslogtreecommitdiff
path: root/gi/pyp-topics/src/contexts_corpus.hh
diff options
context:
space:
mode:
authorphilblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-25 02:11:28 +0000
committerphilblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-07-25 02:11:28 +0000
commitabf2311a2665097de2fd27fb83e1acbbe2a26f59 (patch)
tree5680454bf719ccda38d3cb440b310d525ff70555 /gi/pyp-topics/src/contexts_corpus.hh
parent8760b7b41970bfbea6ba124a63633c139331b512 (diff)
added missing file.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@402 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics/src/contexts_corpus.hh')
-rw-r--r--gi/pyp-topics/src/contexts_corpus.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/contexts_corpus.hh b/gi/pyp-topics/src/contexts_corpus.hh
index f7dad21f..dd721361 100644
--- a/gi/pyp-topics/src/contexts_corpus.hh
+++ b/gi/pyp-topics/src/contexts_corpus.hh
@@ -55,7 +55,8 @@ public:
virtual unsigned read_contexts(const std::string &filename,
BackoffGenerator* backoff_gen=0,
- bool filter_singeltons=false);
+ bool filter_singeltons=false,
+ bool binary_contexts=false);
TermBackoffPtr backoff_index() {
return m_backoff;