Open GoogleCodeExporter opened 9 years ago
遇到同样的高亮问题,通过修改PaodingTokenizer::reset()方法可解�
��:
@Override
public void reset() throws IOException {
super.reset();
// offset = 0;
// inputLength = 0;
// 相关变量均需重置
this.inputLength=0; // http://blog.sina.com.cn/s/blog_56fd58ab0100jdmq.html
this.offset=0;
this.dissected=0;
this.tokenIteractor=null;
this.beef.set(0, 0);
}
i.am.damian.young@gmail.com可以试一下,看是否遇到是同样的问题。
Original comment by Qsinzh...@gmail.com
on 28 Jan 2013 at 3:31
Original issue reported on code.google.com by
i.am.damian.young@gmail.com
on 8 Dec 2009 at 5:05