.NET library for text algorithms?

前端 未结 6 631
野性不改
野性不改 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:18

    I suggest SimMetrics library, it has many different algorithms for string matching. Available also on NuGet.

    Short description:

    SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).

    GPLv2 license.

提交回复
热议问题