diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -17,6 +17,13 @@ standing bugs with the old version, and add some more advanced options. Usage ----- +./bladictionary.py [word] [type] [dictionary] + +Type is the word type, eg noun, verb, adjective, adverb. If none is +specified, all will be printed +Dictionaries available at the moment are wn (WordNet) and oed (Oxford +English Dictionary). Default is wn. + This script designed to be used in IRC with a specific bot, but should work fine from the command line using stdin or args (once that's done). |