Commit ff25f7482ef307ab094a6daadada5730249059f9
1 parent
84a01b04
- usunięcie niepotrzebnego debugu
git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@110 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
Showing
1 changed file
with
0 additions
and
1 deletions
morfeusz/Morfeusz.cpp
... | ... | @@ -187,7 +187,6 @@ void Morfeusz::doAnalyzeOneWord( |
187 | 187 | vector<InterpsGroup > val(state.getValue()); |
188 | 188 | for (unsigned int i = 0; i < val.size(); i++) { |
189 | 189 | InterpsGroup& ig = val[i]; |
190 | - cerr << (int) ig.type << endl; | |
191 | 190 | SegrulesStateType newSegrulesState = segrulesState; |
192 | 191 | newSegrulesState.proceedToNext(ig.type); |
193 | 192 | if (newSegrulesState.isAccepting()) { |
... | ... |