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
aho-corasick
/
src
History
robert-bor
88799fb3da
Issue
#23
added callback handler concept which omits the custom setting up of a list, but instead places direct calls to the handler. The handler are only supported on the lowest level of aho-corasick, ie no overlap, whole words and token support
...
Also added the possibility to pass a reader to the same level as above.
2015-09-21 21:09:26 +02:00
..
main/java/org
/ahocorasick
Issue
#23
added callback handler concept which omits the custom setting up of a list, but instead places direct calls to the handler. The handler are only supported on the lowest level of aho-corasick, ie no overlap, whole words and token support
2015-09-21 21:09:26 +02:00
test/java/org
/ahocorasick
Issue
#23
added callback handler concept which omits the custom setting up of a list, but instead places direct calls to the handler. The handler are only supported on the lowest level of aho-corasick, ie no overlap, whole words and token support
2015-09-21 21:09:26 +02:00