Merge pull request #15 from phront/patch-1
The real fix of InvalidTokenOffsetsException
This commit is contained in:
commit
c6eab00a15
@ -82,5 +82,6 @@ public class MorphologyFilter extends TokenFilter {
|
||||
public void reset() throws IOException {
|
||||
super.reset();
|
||||
state = null;
|
||||
iterator = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user