Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 557 Bytes

English words definition finder

Command line tool for finding English words definitions in Cambridge dictionary. Takes words line by line from the input file, removes duplicates, loads their definitions from the website and puts them into file.

Usage:

definitor -i <file> [-md] [-me] [-s]

 -i <arg>                     input file
 -md,--multiple-definitions   load multiple definitions for each word
 -me,--multiple-examples      load examples for each definition
 -s,--sort                    sort the words in the alphabetical order