blob: fdddb5c04c999f90387c89a64e8813f10a594474 (
plain) (
blame)
1
2
3
4
5
|
Generates anagrams for a phrase supplied by the user, the words
used in the anagram are taken from a specified dictionary which
should contain one word per line (default:/usr/share/dict/words).
It understands accented characters and should work with any alphabetic
language.
|