-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong match result with large data #16
Comments
I also found the same problem in the test
test1.txt is a subset of test2.txt, But the match [一:1 小:1] is missing |
same issue here, base on my test, the result is affected by Insert order, it loss part of result in some cases |
I found this bug caused by inserting huge words into cedar trie. I plan to rewrite cedar trie to fix it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I run a simple test to count the number of occurrence for every keyword, but the result seems incorrect.
For the benchmark testdata, the number of keyword "abbe" should be 36, but I only got 10.
The text was updated successfully, but these errors were encountered: