CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 04 Sep 2025 01:29:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100605010208
location: https://web.archive.org/web/20100605010208/https://github.com/cloudhead/spell-correct
server-timing: captures_list;dur=1.441067, exclusion.robots;dur=0.054879, exclusion.robots.policy;dur=0.039011, esindex;dur=0.015292, cdx.remote;dur=9.160738, LoadShardBlock;dur=516.432446, PetaboxLoader3.resolve;dur=184.367037, PetaboxLoader3.datanode;dur=209.243474
x-app-server: wwwb-app202
x-ts: 302
x-tr: 657
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app202; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 04 Sep 2025 01:29:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 05 Jun 2010 01:02:08 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0721fc2a8aadeeac1e28cb7f60e8545a"
x-archive-orig-x-runtime: 47ms
x-archive-orig-content-length: 19562
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 05 Jun 2010 01:02:08 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 05 Jun 2010 01:02:08 GMT", ; rel="memento"; datetime="Sat, 05 Jun 2010 01:02:08 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 00:54:07 GMT", ; rel="last memento"; datetime="Thu, 17 Sep 2020 09:12:35 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_16_20100604103621_crawl101-c/51_16_20100605010052_crawl101.arc.gz
server-timing: captures_list;dur=0.768128, exclusion.robots;dur=0.030785, exclusion.robots.policy;dur=0.018905, esindex;dur=0.014273, cdx.remote;dur=44.112192, LoadShardBlock;dur=184.925254, PetaboxLoader3.datanode;dur=119.784344, PetaboxLoader3.resolve;dur=180.378490, load_resource;dur=189.456375
x-app-server: wwwb-app202
x-ts: 200
x-tr: 495
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
cloudhead's spell-correct at master - GitHub
cloudhead / spell-correct
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
name | age | message | |
---|---|---|---|
![]() |
README | Mon May 18 22:56:40 -0700 2009 | [cloudhead] |
![]() |
holmes.txt | Thu Jan 29 07:44:52 -0800 2009 | init [cloudhead] |
![]() |
spell-correct.rb | Mon Mar 01 20:38:22 -0800 2010 | style changes, man I used to code funky [cloudhead] |
README
ruby spell-correct ================== My implementation of Peter Norvig's python spell-corrector, found here: https://norvig.com/spell-correct.html. Focus is on conciseness, not performance. I provided a .txt file to train it, called holmes.txt; it's all the sherlock holmes books concated together. For better results, download https://norvig.com/big.txt which contains a million words or so.. Note that the training material cannot be a dictionary, as it must help the corrector figure out which words are the most frequently used.