Yet Another Anagram Generator

This is a modification to a little program that I got from the (extremely useful) book Just Java by Peter van der Linden. It's actually the original C source code that he translated into Java, modified into something that can run as a CGI application.

If you're not familiar with anagrams: this little application takes your input and generates a list of words that contain all the same letters as your input.

Small phrases with large word sizes probably won't result in anything interesting. Using longer than 7-character words in any case also usually doesn't come up with much. 1 and 2 letter words are illegal in any case. If you enter a long phrase with a small word length, you might generate a word list hundreds of kilobytes long - be warned!

What phrase do you want to anagram:
Minimum word length of the anagrams I generate:
Use Regular Dictionary (~45,000 entries)
Use Honkin' Big Dictionary (~230,000 entries)

Found in a book by Peter van der Linden, "Planet Nerve-Ridden."
Originally written by Brian Scearce, "Scribe Arcane."
Yeah, I could make the output prettier, but I've probably already put way too much work into this...

Back
Neither the author nor the author's place of employment nor the owner of the machine hosting this application can be held liable for any offensive phrases, words, or concepts generated by this application. Duh!