robert-bor / aho-corasick

Java implementation of the Aho-Corasick algorithm for efficient string matching
Apache License 2.0
894 stars 349 forks source link

Implement word transitions #60

Closed wbreeze closed 6 years ago

wbreeze commented 7 years ago

This is a continuation of PR 27 from a fork on a new account.

It addresses comments about that PR.

wbreeze commented 7 years ago

@DaveJarvis did these changes fully address your comments? The branch it will merge to looks pretty much abandoned. Is there any harm in merging? Help clean-up the pull requests? Note the source branch is 'heartbeat'.

wbreeze commented 6 years ago

@DaveJarvis Please find the changes you have requested on the "heartbeat" branch of this fork.

captura de pantalla 2017-11-24 a la s 10 39 40

wbreeze commented 6 years ago

Thank you!