It's a very cool script but what I'm missing is using two words for input or even getting a two-word-anagram like this example: Jim Morrison -> Mr. Mojo Risin'
This is a real challenge (at least for me).
Finding (multiple) words that are anagrams of a given phrase is much more complex than finding the simple anagrams. However, we can do something, at least to find up to three words corresponding to a given input.