Results 1 to 8 of 8
  1. #1
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine

    Question Wordlist Generator

    I am trying to make a spell checker, I need a really big list of words, I found a program that says it would geather a huge list of words but when I compile theres tons of errors.

    Codehappy.net: Ridiculously Huge English Wordlist (RIDYHEW)

    I need a program where you type in a website address and it scans the site for words, if the word isn't in the wordlist then it adds it to it. Please keep in mind I don't use Visual C++, I use gcc/g++ and gEdit.


    Can anyone help?

    Thanks.
    Last edited by Web-Designer; 09-28-2011 at 01:58 PM.
    Code:
    Looking for some project(s) to dedicate my time to! I know HTML, PHP, MySQL and JavaScript.
    
    
    - Message me if I can help you with something, all I want is some credit!

  2. #2
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    I can make you a program in VC++ but you don't want it. By the way, which format you want your words to be in ? If you want it in some text format, using VC++ shouldn't be a problem ?

  3. #3
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    Well I was saying I don't use VC++ I just need a working program to generate the wordlist. .txt is what I was going with. the format?

    word1
    word2
    word3
    word4 etc.
    Last edited by Web-Designer; 09-28-2011 at 02:07 PM.
    Code:
    Looking for some project(s) to dedicate my time to! I know HTML, PHP, MySQL and JavaScript.
    
    
    - Message me if I can help you with something, all I want is some credit!

  4. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Web-Designer View Post
    Well I was saying I don't use VC++ I just need a working program to generate the wordlist. .txt is what I was going with. the format?

    word1
    word2
    word3
    word4 etc.
    K. Will make you one. I need a proper site from which I can grab the list. The site you posted in original post doesn't seem to work fine.

  5. #5
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    What do you mean "I need a proper site from which I can grab the list."? I would like to be-able to type in any website and then it scans the text on the site agaist the current word list and if it's not there then it add's it to it. Messag box pops-up saying "Finished" or something when it's done.

    Thanks.
    Last edited by Web-Designer; 09-28-2011 at 02:22 PM.

  6. #6
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Ah, kk. Got it. Will make it in the morning. Sleepy as fuck now. 1:26 AM here :|

  7. #7
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    It'll be pointless. Your word file will soon grow to big to compare every word to it. Might as well download a bruteforcing dictionary, theres a couple public ones with a few million words in them
    Ah we-a blaze the fyah, make it bun dem!

  8. #8
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    I was actully thinking of going with MySQL, with a loading screen at on load for the MySQL file. Do you think that would work? I'll make some program to add the words into MySQL.
    Last edited by Web-Designer; 09-30-2011 at 04:09 PM.
    Code:
    Looking for some project(s) to dedicate my time to! I know HTML, PHP, MySQL and JavaScript.
    
    
    - Message me if I can help you with something, all I want is some credit!

Similar Threads

  1. Proxies And Wordlists
    By Flawless in forum Spammers Corner
    Replies: 13
    Last Post: 08-11-2015, 03:10 PM
  2. leet speak generator
    By Duagang in forum General
    Replies: 2
    Last Post: 05-06-2006, 09:20 PM
  3. Random Integer Generator
    By SpiderByte in forum C++/C Programming
    Replies: 12
    Last Post: 02-19-2006, 04:46 AM
  4. WordList? (needed)
    By aldregon in forum General Game Hacking
    Replies: 0
    Last Post: 02-05-2006, 08:39 AM
  5. Random Integer Generator
    By SpiderByte in forum Art & Graphic Design
    Replies: 6
    Last Post: 01-22-2006, 09:51 AM