Skip to content

Commit

Permalink
fixed a xml-parsing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangfeng1124 committed May 21, 2013
1 parent efd733c commit b7e069a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__xml4nlp/Xml4nlp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ int XML4NLP::GetParsesFromSentence(vector< pair<int, const char *> > &vecParse,
return -1;
}

vecParent.resize(wordNum);
vecRelate.resize(wordNum);
// vecParent.resize(wordNum);
// vecRelate.resize(wordNum);
if (0 != GetInfoFromSentence(vecParent, paragraphIdx, sentenceIdx, TAG_PSR_PARENT))
{
return -1;
Expand Down

0 comments on commit b7e069a

Please sign in to comment.