You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859) ~[na:1.7.0_75]
at java.util.ArrayList$Itr.next(ArrayList.java:831) ~[na:1.7.0_75]
at com.chenlb.mmseg4j.rule.Rule.remainChunks(Rule.java:39) ~[na:na]
at com.chenlb.mmseg4j.ComplexSeg.seg(ComplexSeg.java:102) ~[na:na]
at com.chenlb.mmseg4j.MMSeg.next(MMSeg.java:179) ~[na:na]
由于com.chenlb.mmseg4j.rule.Rule类中chunks变量,在遍历这个对象的时候,有增加和删除操作会出现该异常。
请参考http://www.cnblogs.com/dolphin0520/p/3933551.html
谢谢
The text was updated successfully, but these errors were encountered: