Unique words in a text
Paste a text and get the alphabetical list of the distinct words, no duplicates.
What it's for
Handy to analyze a text's vocabulary, build glossaries, term lists or keywords.
How it works
The text is split into words, lowercased, and each word appears only once in alphabetical order.