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 com

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 pspe

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Vlad Krupin
Glad it worked for you (finally) Lindsey Simon wrote: > >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 f

Re: [PHP-DEV] PSPELL with PHP

2001-07-05 Thread Lindsey Simon
nnecessary 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 &

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Vlad Krupin
with-pspell path I was giving. >-l > >Justin 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 se

Re: [PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
giving. -l Justin 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 i

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 like

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 p

[PHP-DEV] PSPELL with PHP

2001-07-03 Thread Lindsey Simon
I've just compiled and installed php-4.0.6 --with-pspell support. However, the pspell_new function gives me the following error: Warning: PSPELL couldn't open the dictionary. reason: I'm sorry I can't find any suitable word lists for the language-tag "en". the line causing the error reads: $pspe