top | item 46985707

(no title)

woadwarrior01 | 17 days ago

There's also Normalized Google Distance (a distance metric using the number of search results as a proxy), which can be used for text classification.

https://en.wikipedia.org/wiki/Normalized_Google_distance

discuss

order

bandrami|17 days ago

My advisor in grad school had me implement a "typo distance" metric on strings once (how many single-key displacements for a typist using home row touch-typing to get from string A to string B), which seemed kind of cool. I never did find out what if anything she wanted to use it for.

vintermann|17 days ago

Probably for spell checking! If you encounter an unknown word, you can rank candidate replacements by your advisor's metric.