words-0.1.2: Cross-platform access to a list of words

Language.Words

Description

This module exposes collections of words in a best guess of the current language on the computer the application is running on.

For UNIX-based systems, including MacOS, this list is taken either usrsharedictwords or usrdict/words, whichever is the first that exists. If neither path exists, then the list is taken from a built-in collection of English language words.

Better localization would be nice for platforms that do not have words files.

Documentation