|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Spell checking
Has anyone run across a decent solution to spell check a website?
Ideally, I'd like to have something crawl a site, extract the text, and check the spelling. I'm not sure what I would want for an interface though and the more it could do to remember what I already accepted as "correctly" spelled the better (either in previous pages or previous versions). If it had rudementary grammar checking, that would be a huge bonus too - e.g., tell the difference between "your" and "you're" and flag questionable uses. Yes, I could probably build a solution myself, but if a decent solution already exists (free or not), it's probably not worth my time right now. |
|
#2
|
|||
|
|||
|
RE: Spell checking
http://watson.addy.com/ - will do some spell checking. No saving between sessions. One page at a time (I am sure you could wrap it though
http://www.netmechanic.com/maintain.htm - expensive Code:
find . -name '*.html' | xargs lynx -dump | spell http://www.microspell.com/man/HowTo.htm#HOW_TO_CHECK_TEX_HTML http://www.amazon.com/exec/obidos/tg/detail/-/B00002S76U I'd like to know a good free answer myself... |
![]() |
| Viewing: Codewalkers Forums > General > General Chat > Spell checking |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|