由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 问一个算法的问题?
相关主题
问一下MPI的问题请教:software engineering 是讲什么的
请教一个算法问题, 关于点和点之间距离P v.s. NP problem
shortest path algorithm(dijkstra)的变形经典计算机教材(影印版) For sale
how to check whether there are any control characters edited in a file?[合集] computable vs. non-computable
包子求助,转Artificial Intelligence关于编程序与CS(计算机科学)
推荐几本理论的书吧Parallel computing in Matlab (转载)
关于edit distancecs的方向请教
一个算法题目请问计算机系什么专业硕士毕业以后比较好找工作?
相关话题的讨论汇总
话题: distance话题: 算法话题: character话题: google话题: 拼写错误
进入CS版参与讨论
1 (共1页)
i******y
发帖数: 18
1
如果你在google里输入一个拼写错误的单词, google一般都能给个提示告诉你正确的拼
写是什么. 这是哪一类的算法?
多谢,多谢!
d*******o
发帖数: 10
2
edit distance?

【在 i******y 的大作中提到】
: 如果你在google里输入一个拼写错误的单词, google一般都能给个提示告诉你正确的拼
: 写是什么. 这是哪一类的算法?
: 多谢,多谢!

i******y
发帖数: 18
3
可是如何知道用那个词去计算edit distance呢? 比如,我敲"gogle", 程序怎么知道和
"google" 去比较呢?

【在 d*******o 的大作中提到】
: edit distance?
g*****g
发帖数: 34805
4
Not taking computing complexity into account, you can compute the distance
between this word and the entire dictionary and suggest the closest one.
e.g. One more or one less character is 1, a different character is
calculated
by the distance on the keyboard. etc.

【在 i******y 的大作中提到】
: 可是如何知道用那个词去计算edit distance呢? 比如,我敲"gogle", 程序怎么知道和
: "google" 去比较呢?

r***u
发帖数: 241
5
http://norvig.com/spell-correct.html

【在 i******y 的大作中提到】
: 如果你在google里输入一个拼写错误的单词, google一般都能给个提示告诉你正确的拼
: 写是什么. 这是哪一类的算法?
: 多谢,多谢!

s******e
发帖数: 285
6
hehe, I was just about to post this link :)

【在 r***u 的大作中提到】
: http://norvig.com/spell-correct.html
K****n
发帖数: 5970
7
嗯,学会了
前阵子这里还有讨论Bayesian methods到底好不好使呢

【在 r***u 的大作中提到】
: http://norvig.com/spell-correct.html
i******y
发帖数: 18
8
太谢谢了! 有意思!

【在 r***u 的大作中提到】
: http://norvig.com/spell-correct.html
e*n
发帖数: 1511
9
我刚想说这个。

【在 r***u 的大作中提到】
: http://norvig.com/spell-correct.html
1 (共1页)
进入CS版参与讨论
相关主题
请问计算机系什么专业硕士毕业以后比较好找工作?包子求助,转Artificial Intelligence
包子求助,EE转CS,求建议推荐几本理论的书吧
MS in CS at Columbia 方向选择?关于edit distance
computational geometry和algorithms这个方向博士就业怎么样?一个算法题目
问一下MPI的问题请教:software engineering 是讲什么的
请教一个算法问题, 关于点和点之间距离P v.s. NP problem
shortest path algorithm(dijkstra)的变形经典计算机教材(影印版) For sale
how to check whether there are any control characters edited in a file?[合集] computable vs. non-computable
相关话题的讨论汇总
话题: distance话题: 算法话题: character话题: google话题: 拼写错误