An open API service indexing awesome lists of open source software.

https://github.com/quantumwizard888/get_jp_word_info

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

linguistics parser parsing web-parsing web-scraper web-spider

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```