Skip to content

Commit

Permalink
git-svn-id: http://mecab.googlecode.com/svn/trunk@130 22366562-2668-c…
Browse files Browse the repository at this point in the history
…d24-d2a3-fd8165afafd9
  • Loading branch information
[email protected] committed Feb 16, 2013
1 parent c3b2868 commit e07c2a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mecab/src/dictionary_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ class DictionaryGenerator {
CHECK_DIE(left.size() > 0) << "left id size is empty";
CHECK_DIE(right.size() > 0) << "right id size is empty";

// TODO: add a workaround for the case
// when duplicate features are in the context id table.
CHECK_DIE(left.size() == cid.left_size())
<< "may contain duplicate left ids";
CHECK_DIE(right.size() == cid.right_size())
<< "may contain duplicate right ids";

ofs << right.size() << ' ' << left.size() << std::endl;

size_t l = 0;
Expand Down

0 comments on commit e07c2a6

Please sign in to comment.