Closed OblackatO closed 4 years ago
@OblackatO thank you for your feedback!!!! my original intention is implementing a library used for keyword extraction. I don't need sub keywords. if it's important for you. https://github.com/nppoly/cyac/pull/3 I committed the patch. you can review it. if no problem. I will merge it.
This issue has been solved in #3 , thank you @nppoly. Closing this issue.
I just want to point out that this library does not support overlap matches. Consider the following:
Outputs: hello@gmail.comhi
It should have output: hello@gmail.comhi and gmail.com
This might also be one of the reasons why this lib is faster than pyahocorasick