Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重复谷歌你的意思是算法如何工作
有谁知道如何编写像 Google 的“你的意思是”这样的单词建议功能吗?特征?或者知道我在哪里可以找到代码示例。
谢谢
Peter Norvig(谷歌的研究主管)在这里有一个简单的,实际上非常有效: http: //norvig.com/spell-correct.html
它是用python编写的,但翻译成其他语言相当简单(注意页面底部有一些翻译,但C#版本至少有一些bug,效率很低,所以值得做翻译成您自己需要的任何语言 - 这也是理解代码的好方法)。