.NET库文本的算法? [英] .NET library for text algorithms?

查看:173
本文介绍了.NET库文本的算法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你知道文字的算法任何.NET库?
尤其是我感兴趣的字符串匹配,而像

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

  • Bitap算法
  • Levenshtein距离
  • Damerau-Levenshtein距离

我知道我已经提到的是pretty的简单code,但也有数百个文字的算法,我不想code它们都是由我自己。
如果没有这样的.NET库已知的,那么你可以说C,C ++库,编码包装会比从零编码easer。

I know the one I have mentioned are pretty simple to code, but there are hundreds of text algorithms, i don't want to code them all by myself.
If there is no such .NET library known, you can mention C, C++ library, coding wrapper will be easer than coding from zero.

推荐答案

我设法找到了我需要使用维基百科+谷歌code搜索相结合大部分算法实现。

I managed to find implementations of most algorithms i need using combination of WikiPedia + Google Code search.

http://en.wikipedia.org/wiki/Category:Algorithms_on_strings < BR> http://www.google.com/$c$csearch

虽然这是奇怪的是,没有任何人创建的项目在这个问题上,有兴趣的人可以在此展开合作。

Though it's strange that no one has created project on this subject, where interested people could collaborate on this.

这篇关于.NET库文本的算法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆