01-29-2011 09:13 PM
Hi
Has someone already implemented a string search engine in labwindows or can someone help? I am trying to implement Aho–Corasick string matching algorithm in LABWINDOWS. Can someone help?
Thank you,
Agina
01-31-2011 10:57 AM
Hi,
We do not currenlty have an implementation of the Aho-Corasick search algorithm, but I was able to find an example implementation of it in C. I am not familiar with this algorithm, but these should help get you started. The source files can be found here:
http://sourceforge.net/projects/multifast/
Hope this helps!