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
We regularly find warning log messages like Index out of hashmap58 : __weibo__ in our logs.
This seems to be caused by the way the class WordDetector creates the index into the array. Shouldn't the word be stripped from all non-alpha characters to determine the index?
The text was updated successfully, but these errors were encountered:
We regularly find warning log messages like
Index out of hashmap58 : __weibo__
in our logs.This seems to be caused by the way the class WordDetector creates the index into the array. Shouldn't the word be stripped from all non-alpha characters to determine the index?
The text was updated successfully, but these errors were encountered: