Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 442 Bytes

Extract Meanings of english words from http://dictionary.com.np

$ ./main.py <line_seperated_wordlist_en> <filename_to_write> [--resume]

Or

$ ./main.py

to show uses.

Smart save. Use Resume to continue from the last position.

Output File Format

The output file will have the lines in the format as shown below:

<english_text> <meaning_comma_seperated>*

*null if meaning is not found.