We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AhoCorasickDoubleArrayTrie/src/main/java/com/hankcs/algorithm/AhoCorasickDoubleArrayTrie.java
Lines 833 to 847 in 9552b2c
#846 行,如果siblings是空列表,还有需要插入么,如果为空列表,则会导致insert 函数抛出IndexOutOfBoundsException
The text was updated successfully, but these errors were encountered:
感谢反馈,已经修复,请参考上面的commit。 如果还有问题,欢迎重开issue。
Sorry, something went wrong.
89c7355
No branches or pull requests
AhoCorasickDoubleArrayTrie/src/main/java/com/hankcs/algorithm/AhoCorasickDoubleArrayTrie.java
Lines 833 to 847 in 9552b2c
#846 行,如果siblings是空列表,还有需要插入么,如果为空列表,则会导致insert 函数抛出IndexOutOfBoundsException
The text was updated successfully, but these errors were encountered: