开始收集相关算法!

1.PorterStemming算法(词干抽取)

    http://tartarus.org/~martin/PorterStemmer/

   里面有各个版本的词干抽取算法的实现。

2.Lawrence Philips' Metaphone Algorithm

  http://aspell.net/metaphone/

 里面有各个版本此算法的实现!

附一篇简要介绍此算法相关背景的文章

An Introduction to Double Metaphone and the principles behind Soundex

链接:http://www.datamanagementgroup.com/Resources/Articles/Article_0905_3.asp

3.Levenshtein distance(Edit distance algorithm)

http://www.nist.gov/dads/HTML/Levenshtein.html

4。A*算法的一份C语言实现品

http://bbs.tju.edu.cn/TJUBBSBZUVFYJSTVEFRHJRDYXJBSUMBSMEGVYVZ_E/

相关文章:

  • 2022-01-12
  • 2021-12-11
  • 2021-07-15
  • 2021-09-09
  • 2021-06-07
  • 2021-12-25
  • 2021-06-14
  • 2021-12-12
猜你喜欢
  • 2021-04-04
  • 2021-12-04
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2022-01-18
  • 2021-04-07
相关资源
相似解决方案