Re: [PHP] Spell Checker

2006-04-18 Thread Stut
Richard Lynch wrote: You may find a longer (possibly better, or not) list of words in: /usr/share/dict/web2 Or similar location. Here is the README from that directory: # @(#)README 8.1 (Berkeley) 6/5/93 # $FreeBSD: src/share/dict/README,v 1.7.2.2 2002/08/20 21:42:32 alfred Exp $ W

Re: [PHP] Spell Checker

2006-04-18 Thread Richard Lynch
On Tue, April 18, 2006 9:53 am, Stut wrote: > BH.VN.Viswanath wrote: >> > We need to check the spelling of a word which is actually a Domain >> > name. >> > >> > For example we have to check the word "onlinetradeing". When >> > checked with the spell checkers we are getting the words which are >> >

Re: [PHP] Spell Checker

2006-04-18 Thread Richard Lynch
On Tue, April 18, 2006 2:12 am, BH.VN.Viswanath wrote: > We need to check the spelling of a word which is actually a Domain > name. For > example we have to check the word "onlinetradeing". When checked with > the > spell checkers we are getting the words which are unrelated such as > on, > obliter

Re: [PHP] Spell Checker

2006-04-18 Thread Stut
Stut wrote: Ok, this is gonna show how bored I've been today, maybe I need to find a more interesting job!! http://dev.stut.net/words/ There's a link there to the source of the guts. Hope it helps you. Still bored!! It can now order the results by average word length which pushes the l

Re: [PHP] Spell Checker

2006-04-18 Thread Jochem Maas
Stut wrote: BH.VN.Viswanath wrote: > We need to check the spelling of a word which is actually a Domain > name. > > For example we have to check the word "onlinetradeing". When > checked with the spell checkers we are getting the words which are > unrelated such as on, obliterating, incineratin

Re: [PHP] Spell Checker

2006-04-18 Thread Barry
Stut wrote: BH.VN.Viswanath wrote: > We need to check the spelling of a word which is actually a Domain > name. > > For example we have to check the word "onlinetradeing". When > checked with the spell checkers we are getting the words which are > unrelated such as on, obliterating, incineratin

Re: [PHP] Spell Checker

2006-04-18 Thread Stut
BH.VN.Viswanath wrote: > We need to check the spelling of a word which is actually a Domain > name. > > For example we have to check the word "onlinetradeing". When > checked with the spell checkers we are getting the words which are > unrelated such as on, obliterating, incinerating, intruding e

Re: [PHP] Spell Checker

2006-04-18 Thread tedd
At 12:42 PM +0530 4/18/06, BH.VN.Viswanath wrote: Hi We need to check the spelling of a word which is actually a Domain name. For example we have to check the word "onlinetradeing". When checked with the spell checkers we are getting the words which are unrelated such as on, obliterating, incine

Re: [PHP] Spell Checker

2006-04-18 Thread Jochem Maas
as [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 2:43 PM To: BH.VN.Viswanath Cc: php-general@lists.php.net Subject: Re: [PHP] Spell Checker BH.VN.Viswanath wrote: Hi, Can you please mention those tools ? I am unaware of any tool of that kind I said 'I doubt there are many t

Re: [PHP] Spell Checker

2006-04-18 Thread Jochem Maas
f your country-men have seemed to in the past) Regards BH.VN.Viswanath -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 1:01 PM To: BH.VN.Viswanath Cc: php-general@lists.php.net Subject: Re: [PHP] Spell Checker BH.VN.Viswanath wrote: Hi

RE: [PHP] Spell Checker

2006-04-18 Thread BH.VN.Viswanath
Hi, Can you please mention those tools ? I am unaware of any tool of that kind Regards BH.VN.Viswanath -Original Message- From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 1:01 PM To: BH.VN.Viswanath Cc: php-general@lists.php.net Subject: Re: [PHP] Spell

RE: [PHP] Spell Checker

2006-04-18 Thread Dan Harrington
: php-general@lists.php.net Subject: Re: [PHP] Spell Checker BH.VN.Viswanath wrote: > Hi > > > > We need to check the spelling of a word which is actually a Domain > name. For example we have to check the word "onlinetradeing". When > checked with the spell che

Re: [PHP] Spell Checker

2006-04-18 Thread Jochem Maas
BH.VN.Viswanath wrote: Hi We need to check the spelling of a word which is actually a Domain name. For example we have to check the word "onlinetradeing". When checked with the spell checkers we are getting the words which are unrelated such as on, obliterating, incinerating, intruding etc.

RE: [PHP] Spell checker in PHP

2004-01-29 Thread Gryffyn, Trevor
or die ("Unable to Name");; $mappoint->Visible = 1; You should be able to do similar things with almost all the latest Microsoft applications, even if they don't have an obvious VBA editor built in like Access and Excel do. -TG > -Original Message----- > From: Alex

Re: [PHP] Spell checker in PHP

2004-01-29 Thread Alex King
Justin, I don't know what version of Word you have, but XP seems to do fine with correcting city names. Alex "Justin French" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Saturday, January 10, 2004, at 06:57 AM, Robin Kopetzky wrote: > > > Good afternoon! > > > > I know aspel

Re: [PHP] Spell checker in PHP

2004-01-11 Thread Justin French
On Saturday, January 10, 2004, at 06:57 AM, Robin Kopetzky wrote: Good afternoon! I know aspell and pspell are available but pspell won't work in my Windows environment. Does anyone know how to tie into Word's spell checker using php or another spell check option? What I need is a way to check

Re: [PHP] Spell checker in PHP

2004-01-09 Thread David O'Brien
I used system call to a dos spell checker program from here http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell.html#ftp-sites using the places2k.txt file from the US census as the dictionary http://www.census.gov/geo/www/gazetteer/places2k.html -Dave At 02:57 PM 1/9/2004, Robin Kopetzky wrote

RE: [PHP] Spell checker in PHP

2004-01-09 Thread Vail, Warren
Haven't heard of anyone doing this, and it's got to be slow but you could consider creating a word document, invoking word, and saving/retrieving the results. I would start with http://www.php.net/manual/en/ref.com.php this should show you how to invoke word from your php script since you are on

Re: [PHP] spell checker

2002-10-01 Thread Justin French
Google it!! http://www.google.com/search?hl=en&ie=ISO-8859-1&q=php+spell+checker&btnG=Go ogle+Search Seems to be a few good starts on the first 10 results!! Justin French on 01/10/02 10:10 PM, Lowell Allen ([EMAIL PROTECTED]) wrote: > I need to install a spell checker on a content managemen

Re: [PHP] spell checker

2001-08-09 Thread Richard Lynch
D] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original Message - From: Michael Hall <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 1

Re: [PHP] spell checker

2001-08-06 Thread Garth Dahlstrom
Justin French: > Hi, > > I know this is a biggie, but has anyone attempted to write a > spell check (preferably english) in PHP? > > I'd LOVE something that can spell-check user-submitted text > somehow, becuase I'm writing a fully dynamic news-based site, > and the only downfall to the site

Re: [PHP] spell checker

2001-08-06 Thread Ashley M. Kirchner
Justin French wrote: > I'm thinking along the lines of looking for words not in the > "dictionary" (eg "caat") and then: > > a) alerting the user ('unknown word "caat"') > b) offering alternatives ('did you mean cat|cart?') > > 2. look for close matches (have no idea how to approach this!!)

Re: [PHP] spell checker

2001-08-06 Thread Justin French
thanks to everyone for their help. it's not my server, so I doubt I can get a recompile, but it'll be worth a try. this message is worth discussing though: Michael Hall wrote: > IMHO it would be very difficult to build/use a reliable > spell checker that worked automatically. Natural languag

Re: [PHP] spell checker

2001-08-05 Thread Michael Hall
Justin: IMHO it would be very difficult to build/use a reliable spell checker that worked automatically. Natural languages are just too complex and ambiguous. Look at how often something like Word or Star Office gets things wrong. 'Hare' is not spelled wrong unless you meant to write 'hair', for

Re: [PHP] spell checker

2001-08-05 Thread David Robley
On Mon, 6 Aug 2001 12:02, Justin French wrote: > Hi, > > I know this is a biggie, but has anyone attempted to write a > spell check (preferably english) in PHP? > > I'd LOVE something that can spell-check user-submitted text > somehow, becuase I'm writing a fully dynamic news-based site, > and th

Re: [PHP] spell checker

2001-08-05 Thread Rasmus Lerdorf
http://php.net/pspell On Mon, 6 Aug 2001, Justin French wrote: > Hi, > > I know this is a biggie, but has anyone attempted to write a > spell check (preferably english) in PHP? > > I'd LOVE something that can spell-check user-submitted text > somehow, becuase I'm writing a fully dynamic news-bas

Re: [PHP] Spell checker?

2001-01-20 Thread John Hinsley
Nik Gare <[EMAIL PROTECTED]> wrote > Does anyone know where I could find a text list of every > word in the English language ;-) You could try (also) getting hold of ispell a search on www.google.com/linux or sunsite should get it. You'll need something capable of uncompressing tar archives t

Re: [PHP] Spell checker?

2001-01-20 Thread Kristi Russell
t; To: "PHP User Group" <[EMAIL PROTECTED]> Sent: Saturday, January 20, 2001 8:10 AM Subject: Re: [PHP] Spell checker? > In article <[EMAIL PROTECTED]>, >Brandon Orther <[EMAIL PROTECTED]> wrote: > > Check here, I have never messed with it just ran

Re: [PHP] Spell checker?

2001-01-20 Thread Nik Gare
In article <[EMAIL PROTECTED]>, Brandon Orther <[EMAIL PROTECTED]> wrote: > Check here, I have never messed with it just ran into it the other day. > I hope it helps. > http://www.php.net/manual/en/ref.pspell.php Sort of. Thanks go to Kristi as well for spotting this, PHP has so many bult i

RE: [PHP] Spell checker?

2001-01-18 Thread Brandon Orther
Check here, I have never messed with it just ran into it the other day. I hope it helps. http://www.php.net/manual/en/ref.pspell.php Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.

Re: [PHP] Spell checker?

2001-01-18 Thread Kristi Russell
http://www.php.net/manual/en/ref.pspell.php There's also aspell which is deprecated. Kristi - Original Message - From: "Nik Gare" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 18, 2001 9:12 AM Subject: [PHP] Spell checker? > Hi, > I have a site which will be upd