Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo #1053

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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