Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 676 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 676 Bytes

Get JP word info

Description

Parser script that gets a word info from https://dictionary.goo.ne.jp explanatory dictionary.

How to use

To get a word info:

python3 get_jp_word_info.py WORD

To search for a word:

python3 get_jp_word_info.py WORD -search

To show search results from n-th page for a word:

python3 get_jp_word_info.py WORD -search PAGE_NUMBER

To show more examples of a word usage:

python3 get_jp_word_info.py WORD -more-usage PAGE_NUMBER

To show more idioms with a word:

python3 get_jp_word_info.py WORD -more-idioms PAGE_NUMBER

Display help:

python3 get_jp_word_info.py -help