Sponsored Content
Full Discussion: Question About Posting
Contact Us Post Here to Contact Site Administrators and Moderators Question About Posting Post 302798245 by sudon't on Wednesday 24th of April 2013 04:32:00 AM
Old 04-24-2013
Quote:
Originally Posted by Neo
Hello!

Your question(s) could easily be answered by searching the Internet with Google. Google is your friend Smilie
Oh, believe me, I've tried that. ; ) And I have come up with some dictionary type wordlists, but nothing as comprehensive and verifiable as a Webster's, or an Oxford. And I've had to slog through hundreds of cracking wordlists. I'm beginning to think they're just not out there.
But I'll have a look through the forums and see if there's anything. Thanks!

I get zero results searching "this_site" or "the_world" That doesn't seem right.
 

3 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Cross Posting

In regards to this post: https://www.unix.com/showthread.php?s=&threadid=10372 it may be advisable to inform new members about the repercussions of cross-posting. (9 Replies)
Discussion started by: Karma
9 Replies

2. UNIX for Dummies Questions & Answers

Question posting links

Hi, I do not want to violate any rules, so thought to ask before posting any links. Just to contribute to the forum: through surfing I found a link to download "Unix in a Nutshell" (*.chm) FREE. I was wondering if I can post that link here. Thanks Hemang (5 Replies)
Discussion started by: hemangjani
5 Replies

3. Post Here to Contact Site Administrators and Moderators

Posting as Anshaa

User complained they could not post, so testing posting as user. (0 Replies)
Discussion started by: anshaa
0 Replies
PSPELL_ADD_TO_PERSONAL(3)						 1						 PSPELL_ADD_TO_PERSONAL(3)

pspell_add_to_personal - Add the word to a personal wordlist

SYNOPSIS
bool pspell_add_to_personal (int $dictionary_link, string $word) DESCRIPTION
pspell_add_to_personal(3) adds a word to the personal wordlist. If you used pspell_new_config(3) with pspell_config_personal(3) to open the dictionary, you can save the wordlist later with pspell_save_wordlist(3). PARAMETERS
o $dictionary_link - o $word - The added word. RETURN VALUES
Returns TRUE on success or FALSE on failure. EXAMPLES
Example #1 pspell_add_to_personal(3) <?php $pspell_config = pspell_config_create("en"); pspell_config_personal($pspell_config, "/var/dictionaries/custom.pws"); $pspell_link = pspell_new_config($pspell_config); pspell_add_to_personal($pspell_link, "Vlad"); pspell_save_wordlist($pspell_link); ?> NOTES
Note This function will not work unless you have pspell .11.2 and aspell .32.5 or later. PHP Documentation Group PSPELL_ADD_TO_PERSONAL(3)
All times are GMT -4. The time now is 01:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy