Re: "ocaml_beginners"::[] How
to run this program..??
France
2007-02-25 04:59:26
Hi !
If you have a text file, say "words.txt", with a list of words, you can feed anagram with it.
./anagram -b words.txt
That builds "dict.out"
You can then ask "anagram" with a tested word :
./anagram testedAgainstPossibleAnagramsOfThisWord
Regards