提交 06e8a23d 编写于 作者: Z zhipingpan 提交者: weixin_43283383

Update AnalyzeContext.java (#673)

上级 a1d6ba8c
......@@ -268,13 +268,13 @@ class AnalyzeContext {
while(l != null){
this.results.add(l);
//字典中无单字,但是词元冲突了,切分出相交词元的前一个词元中的单字
int innerIndex = index + 1;
/*int innerIndex = index + 1;
for (; innerIndex < index + l.getLength(); innerIndex++) {
Lexeme innerL = path.peekFirst();
if (innerL != null && innerIndex == innerL.getBegin()) {
this.outputSingleCJK(innerIndex - 1);
}
}
}*/
//将index移至lexeme后
index = l.getBegin() + l.getLength();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册