Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishiko732/wordsearch
对词典进行解析单词的含义,提供Anki的Fast Words Query插件词库
https://github.com/ishiko732/wordsearch
anki moji weblio
Last synced: 3 months ago
JSON representation
对词典进行解析单词的含义,提供Anki的Fast Words Query插件词库
- Host: GitHub
- URL: https://github.com/ishiko732/wordsearch
- Owner: ishiko732
- Created: 2020-08-13T12:03:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T13:01:31.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T04:05:19.564Z (almost 2 years ago)
- Topics: anki, moji, weblio
- Language: Python
- Homepage:
- Size: 574 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Words Search
------
## Service
### Weblio.py
对Weblio词典app端口(amp接口)进行解析单词的含义
提供(三省堂大辞林第三版):
- 单个词义
- 完整释义
- 相似单词### Weblio-English.py
对Weblio英日词典进行解析单词的含义
提供:
- 英日互查
- 例文
- 相近词
- 英语派生词
- 主要意思### Jisho.py
对Jisho英日词典进行解析单词的含义
提供:
- JLPT等级
- JLPT单词列表(待添加)
- 英语解释
- 是否常见词
- 词性
- 日语相似单词### Moji.py
对Moji词典进行解析单词的含义
提供:
- 单词ID
- 单词完整释义
- 单词发音
- 例句
- 例句释义
- 例句发音------
# Anki
支持插件扩展:
- **Fast Word Query: Multi-threaded queries for words from local or web dictionaries**
[插件地址]: https://ankiweb.net/shared/info/1807206748
- Weblio-fast.py
- Weblio-English-fast.py
- Moji
- Moji-fast.py
- _moji.css
------
[添加词库.md](https://github.com/GDOU-LYF/WordSearch/blob/master/添加词库.md)