Skip to content
Open

repo #1053

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/main/java/org/wltea/analyzer/dic/DictSegment.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Hit match(char[] charArray , int begin , int length , Hit searchHit){
if(searchHit == null){
//如果hit为空,新建
searchHit= new Hit();
//设置hit的其实文本位置
//设置hit的起始文本位置
searchHit.setBegin(begin);
}else{
//否则要将HIT状态重置
Expand Down