Friday, February 10, 2012

How to get all possible strings from another string?

I'm trying to make a Java text twist game and I don't know how I can implement this last part of getting all the possible strings that can be formed from the base string. Best answer gets points! :DHow to get all possible strings from another string?
Do you mean "all the possible strings" or do you mean "all the real words"? (i.e., all the words that appear in some dictionary). You might find something useful in the jdictionary project. It's a set of java classes that implement an English language dictionary.



Take a look: http://jdictionary.sourceforge.net/index鈥?/a>



Hope that helps.

No comments:

Post a Comment