Skip to content

Commit 9ae88cc

Browse files
committed
Update 10_Intro.md
1 parent 13eac5e commit 9ae88cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

270_Fuzzy_matching/10_Intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Schwarzenegger''吗?
1212
如果文档中存在 _确切_ 包含于用户查询的内容,它们应该出现在结果集的前面, 但更弱的匹配可能在下面的列表中.
1313
如果没有精确匹配的文档, 至少我们应该为用户显示可能的匹配结果; 它们甚至有可能就是用户原来想要的!
1414

15-
我们已经看过在 <<token-normalization>> 看过 diacritic-free 匹配,
15+
我们已经在 <<token-normalization>> 看过 diacritic-free 匹配,
1616
在 <<stemming>> 看过 词干提取, 在 <<synonyms>> 看过 同义词, 但是所有的这些方法都预先假定了单词是正确拼写的, 或者每个词只有一种拼写方式.
1717

1818
模糊匹配允许 查询-时 匹配拼写错误的单词, 音标表征过滤器能在索引时用于 _发音-相似_ 的匹配.

0 commit comments

Comments
 (0)