This website requires JavaScript.
Explore
Help
Register
Sign In
Marmelator
/
aho-corasick
Watch
1
Star
0
Fork
0
You've already forked aho-corasick
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
118
Commits
7
Branches
17
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
djarvis
f6a7103f5f
Added final modifier. Added helper methods for adding keywords using arrays and collections. Added test for large character strings. Simplified code for adding keywords. Renamed a few methods for consistency. Some code formatting. Updated unit tests with constant arrays, as a first step to reducing the duplication in the unit tests; migrated away from deprecated methods.
2016-11-28 21:20:57 -08:00
robert-bor
4c8ea8ba57
Issue
#1
fixed bug in compareTo method of Interval. Problem was the compareTo only worked on start position, whereas it should also work on end position.
2014-01-31 16:16:21 +01:00
robert-bor
d140afc0da
first setup for the Aho-Corasick algorithm
2014-01-29 21:27:46 +01:00