diff options
author | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-16 05:10:52 +0000 |
---|---|---|
committer | philblunsom <philblunsom@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-16 05:10:52 +0000 |
commit | 26111abd81573b1460bcb9aad5dc91a6f7fb9770 (patch) | |
tree | f3ec25e30451f908c271cb69692108bdbffd8038 /gi/pyp-topics | |
parent | ae3bfd019d0ff7baa156d54204aba4453c51e43e (diff) |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@285 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'gi/pyp-topics')
-rw-r--r-- | gi/pyp-topics/src/contexts_corpus.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gi/pyp-topics/src/contexts_corpus.hh b/gi/pyp-topics/src/contexts_corpus.hh index 4d3d5669..f3c25454 100644 --- a/gi/pyp-topics/src/contexts_corpus.hh +++ b/gi/pyp-topics/src/contexts_corpus.hh @@ -64,7 +64,6 @@ public: std::vector<std::string> context2string(const WordID& id) const { std::vector<std::string> res; assert (id >= 0); - std::cerr << m_dict.Convert(id) << std::endl; m_dict.AsVector(id, &res); return res; } |