Open juno-junho opened 5 months ago
I am using this library to detect profanity in text. Does the Concurrent Inverted Radix Tree use the Aho-Corasick algorithm to search for keywords in external documents?
Could you explain how the time complexity is O(d log(k))?
I am using this library to detect profanity in text. Does the Concurrent Inverted Radix Tree use the Aho-Corasick algorithm to search for keywords in external documents?
Could you explain how the time complexity is O(d log(k))?