hankcs/AhoCorasickDoubleArrayTrie

StackOverflowError on recursive call

tgalery opened this issue · 2 comments

Hi there and thanks for the awesome library! I use it to generate extra links in a tool that processes a wikipedia xml dump through spark. For each wikipedia page, I'd generate a trie based on all the anchors that can be found in that page. In a specific case, this line seems to be recursively called many times and an overflow error is cause.

Could you check the latest patch from @tkuun101 ?

I'll close this but feel free to reopen it if the issue persists.