morenice / ahocorasick

C implementation Aho-Corasick string matching
MIT License
23 stars 7 forks source link

How can I access the machine states? #5

Open ghost opened 5 years ago

ghost commented 5 years ago

I want to check if there is a goto transition between state s and state t for some input character a.

Also if there is a failure transition from some state s to state t.