TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Optimizing trie-based spelling correction algorithms at Constructor.io
24 points
by
AstroChimpHam
almost 8 years ago
4 comments
deepsun
almost 8 years ago
Collapse
I'm curious, how do you guys estimate "fitness" of the search results you found, i.e. whether it was what user searched for or not.<p>Just looking whether user later clicked on a result, or continued to search?
评论 #14801250 未加载
lovesdogsnsnow
almost 8 years ago
Collapse
Does this mean all prefixes have to be regenerated for every addition of a new item? Or can you invalidate the relevant prefixes?
评论 #14800666 未加载
danmccorm
almost 8 years ago
Collapse
Nice post. How do you customize the Damerau-Levenshtein algorithm? Did you write a new from scratch?
评论 #14800599 未加载
ak-409
almost 8 years ago
Cool) sounds as interesting approach. It is good to compare it in real life.