Skip to content

Commit

Permalink
parser dll bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoshui1126 committed Apr 30, 2014
1 parent cb8038a commit 5f05158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/parser_dll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ParserWrapper : public ltp::parser::Parser {
delete inst;
delete deco;

return inst->size();
return heads.size();
}
};

Expand Down

0 comments on commit 5f05158

Please sign in to comment.