Re: [PHP-DEV] PSPELL with PHP

2001-07-09 Thread Lindsey Simon
=../apache_1.3.19 --with-pspell=/usr/local/encap/asp ell-33.6.3 then I built apache Codeboy in message Re: [PHP-DEV] PSPELL with PHP (Thu, 07/05 16:57): What versions of Aspell, Pspell PHP were you using? Also what are you configure lines for all three, and lastly what was your compile order

Re: [PHP-DEV] PSPELL with PHP

2001-07-06 Thread Lindsey Simon
? Finished versions of what? I wrote support for pspell library, it has most of the functionality pspell provides. If you need anything else that pspell can provide but I have not implemented, write to me and I'll try to implement it. By the way, I do not work on development of pspell

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Lindsey Simon
complicated to implement. Thanks for your help Vlad! -lindsey Vlad Krupin in message Re: [PHP-DEV] PSPELL with PHP (Tue, 07/03 15:18): Please, tell me what 1. your configure line is for php 2. configure lines for aspell and pspell 3. location of your dictionaries Another thing. You said

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Vlad Krupin
Glad it worked for you (finally) Lindsey Simon wrote: snip So now I'm working on some scripts and functions for a spellchecker. The API is perfect for it, and I wonder why I don't see any finished versions out there.. Are you working on one Vlad? I was really shocked by the lack of quality

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Vlad Krupin
quite likely you missed something simple. Can you do the following? 1. go into pspell/example directory 2. do 'make example-c 3. do 'su nobody' 4. run './example-c en' (or whichever language you use) 5. try to spellcheck a word, e.g. 's helllo' And see what happens. If this does not succeed, you

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
Seems to work correctly in the examples. I tried a few words and things seemed to go well.. So I'm guessing it was able to load the dictionary, though from the php API it still can't. hmm... -l Vlad Krupin in message Re: [PHP-DEV] PSPELL with PHP (Tue, 07/03 10:13): quite likely you missed

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
Plock in message Re: [PHP-DEV] PSPELL with PHP (Tue, 07/03 16:29): yea, I had a similiar problem trying to get this to work as well, here's the email i received from Vlad (author of the pspell php library) which seemed to work for me. (I was attempting to install both pspell and aspell from

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Vlad Krupin
README. --- Hope that helps, Justin. - Original Message - From: Lindsey Simon [EMAIL PROTECTED] To: Justin Plock [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 4:17 PM Subject: Re: [PHP-DEV] PSPELL with PHP