how to prepare personal dictionary using pspell library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amitsri
Forum Newbie
Posts: 14
Joined: Fri Aug 18, 2006 6:16 am

how to prepare personal dictionary using pspell library

Post by amitsri »

hi
i have been writing a script to implement did you mean type search using pspell library. it is working fine for the words that are there in the dictionary, but in case of proper noun pspell is not able to find it in the dictionary. in that case the words that are meaningful also gets included in the did you mean page?

for example if i am searching for "dallas agriculture" it takes me to the did you mean page.
i think if i am able to include the words that are required by me in a dictionay i shall be able to get the results satisfactorily without being transferred to did you mean page.
Post Reply