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 | 3de962259255a3621f5cd150e805c7dbcf7a7666 (patch) | |
tree | 1bcfc5697d0ad352181e91571668a22dc521097b /gi/pyp-topics | |
parent | 3afbbcdfaa7f0c30d4c6a1fd374a7d4c0986818c (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; } |