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
- Host: GitHub
- URL: https://github.com/quantumwizard888/get_jp_word_info
- Owner: QuantumWizard888
- License: mit
- Created: 2021-06-17T19:49:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T09:17:17.000Z (almost 3 years ago)
- Last Synced: 2024-02-08T15:41:07.373Z (over 2 years ago)
- Topics: linguistics, parser, parsing, web-parsing, web-scraper, web-spider
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```