Skip to content

Commit

Permalink
命名实体识别细微调整
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Dec 30, 2014
1 parent fcfa59d commit 2ff6139
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static void parsePattern(List<NS> nsList, List<Vertex> vertexList, WordNe
{
offset += wordArray[i].realWord.length();
}
wordNetOptimum.insert(offset, new Vertex(Predefine.TAG_GROUP, name, ATTRIBUTE, WORD_ID), wordNetAll);
wordNetOptimum.insert(offset, new Vertex(Predefine.TAG_PLACE, name, ATTRIBUTE, WORD_ID), wordNetAll);
}
}

Expand Down

0 comments on commit 2ff6139

Please sign in to comment.