Spell Correction

1、流程

【NLP】Spell Correction

2、how to filter?

输入字符串s,我们要找出最有可能成为正确的字符串c,也就是如下公式

【NLP】Spell Correction

candidates是已知的候选集合,公式含义:找到c使得p(c|s)最大,并返回c的值(c hat)

计算此公式

【NLP】Spell Correction

相关文章: