.NET library for text algorithms?

前端 未结 6 636
野性不改
野性不改 2020-12-23 18:23

Do you know any .NET library for text algorithms??
Especially I\'m interested in strings match, and full-text-search algorithms like

  • Bitap algorithm
  • <
6条回答
  •  青春惊慌失措
    2020-12-23 19:05

    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.

提交回复
热议问题