Do you know any .NET library for text algorithms?? Especially I\'m interested in strings match, and full-text-search algorithms like
I found and used the following .NET library implementing Aho-Corasick text matching from Tom Petricek on a problem I had. It worked great for me.