diff options
Diffstat (limited to 'gi/pyp-topics/src/corpus.hh')
-rw-r--r-- | gi/pyp-topics/src/corpus.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gi/pyp-topics/src/corpus.hh b/gi/pyp-topics/src/corpus.hh index c1b0ceda..243f7e2c 100644 --- a/gi/pyp-topics/src/corpus.hh +++ b/gi/pyp-topics/src/corpus.hh @@ -5,6 +5,7 @@ #include <string> #include <map> +#include <boost/shared_ptr.hpp> #include <boost/ptr_container/ptr_vector.hpp> //////////////////////////////////////////////////////////////// @@ -100,4 +101,6 @@ protected: int m_backoff_order; std::vector<int> m_terms_at_order; }; +typedef boost::shared_ptr<TermBackoff> TermBackoffPtr; + #endif // _CORPUS_HH |