Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songquanpeng/pronunciation-corrector
拯救你的英语发音,告别因发音错误带来的尴尬!
https://github.com/songquanpeng/pronunciation-corrector
chinese-programmers pronunciation
Last synced: 3 days ago
JSON representation
拯救你的英语发音,告别因发音错误带来的尴尬!
- Host: GitHub
- URL: https://github.com/songquanpeng/pronunciation-corrector
- Owner: songquanpeng
- License: mit
- Created: 2022-02-16T07:40:11.000Z (over 2 years ago)
- Default Branch: v1
- Last Pushed: 2022-11-16T03:24:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T21:06:08.994Z (18 days ago)
- Topics: chinese-programmers, pronunciation
- Language: JavaScript
- Homepage: https://corrector.justsong.cn/
- Size: 193 KB
- Stars: 212
- Watchers: 5
- Forks: 26
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - songquanpeng/pronunciation-corrector - programmers,pronunciation pushed_at:2022-11 star:0.2k fork:0.0k 拯救你的英语发音,告别因发音错误带来的尴尬! (JavaScript)
README
# 在线英语发音纠正
> 拯救你的英语发音,告别因发音错误带来的尴尬!即刻开始练习:https://corrector.justsong.cn/
## 功能
+ [x] 在线发音校正。
+ [x] 支持选择词库。
+ [x] 支持保存进度。## 已支持的词库
```json
{
"ef-common-3000": "EF 常用 3000 词汇",
"chinese-programmer-wrong-pronunciation": "中国程序员容易发音错误的单词",
"computer-science-glossary": "计算机科学词汇表",
"common-oral-2265": "英语口语中最常使用的 2265 个单词",
"common-500": "最常用的 500 个英语单词"
}
```## 其他
1. 由 [jingjingxyk](https://github.com/jingjingxyk/) 开发的[配套 Chrome 扩展](https://github.com/jingjingxyk/pronunciation-corrector-chromium-extension)。
2. 《中国程序员容易发音错误的单词》[词库来源](https://github.com/shimohq/chinese-programmer-wrong-pronunciation)。