I need to parse through a list of words (say, in a text file) and print all of the words only once. Specifically, I mean that there are duplicates in the file and I need to print all the words without printing any of them twice. Any ideas on how to do this?