We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0950a commit 5aeb607Copy full SHA for 5aeb607
src/main/java/com/worksap/nlp/lucene/sudachi/ja/SudachiSplitFilter.java
@@ -118,7 +118,7 @@ public final boolean incrementToken() throws IOException {
118
}
119
120
private int correctOffset(int currectOff) {
121
- assert (0 <= currectOff && currectOff <= this.offsetMap.size());
+ // assert (0 <= currectOff && currectOff <= this.offsetMap.size());
122
return this.offsetMap.get(currectOff);
123
124
0 commit comments