TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to Write a Spelling Corrector

16 pointsby sprtover 5 years ago

2 comments

brudgersover 5 years ago
Some previous discussions,<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16918757" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16918757</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12453535" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12453535</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8749518" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8749518</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7487341" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7487341</a>
tgvover 5 years ago
&gt; We need a lot of data to do this well.<p>Yup. And once you&#x27;ve got a sufficiently large tagged error corpus, spelling correction will be as simple as a lookup: almost all misspellings (in terms of frequency) will be present in the corpus, and you can drop the (rather simplistic) algorithmic part.
评论 #21887768 未加载
评论 #21885859 未加载