User Tag List

Results 1 to 2 of 2

Thread: Creating all possible english words from string

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    77
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Creating all possible english words from string

    If a user types in the word "tare", how can you program a list of english word that is composed of "tare" (Such as: a, rat, rate, tar, are, etc...)?

    My method is to first load the english list using the dictionary object. Then I will take the user inputed string and break it down to every possible combination and store them in a list. Then I'll compare each combination on the list and compare it to the dictionary. Right now I'm having trouble breaking an inputed string to every possible combination. Any suggestions?

    Thanks in advance!

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Creating all possible english words from string

    Spellcheck Object.

    First of all, load the wordlist into the extension.
    Start autoparsing.
    On Word correction add (e.g.) a line Suggestion$( "Spellcheck Object" )

    I think you look into the example "major spellcheck example" in Examples\Spellcheck because I can't explain the whole thing.


Similar Threads

  1. Changing color for specific words in a string
    By gkinfinity in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 21st February 2012, 08:29 AM
  2. English
    By WilliamK in forum Install Creator Language Templates
    Replies: 2
    Last Post: 20th June 2008, 02:38 PM
  3. Remove letters and words from a string
    By Popcorn in forum File Archive
    Replies: 7
    Last Post: 17th December 2007, 06:49 PM
  4. Replies: 17
    Last Post: 8th January 2007, 11:59 PM
  5. Dictionary Extension - common English words list
    By Jeff in forum File Archive
    Replies: 0
    Last Post: 19th December 2006, 12:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •