diff options
Diffstat (limited to 'gi/pyp-topics/src/contexts_corpus.hh')
| -rw-r--r-- | gi/pyp-topics/src/contexts_corpus.hh | 3 | 
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; | 
