├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Atman An 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # EnglishLearning 2 | 蚂蚁学习英语的历程 3 | 4 | > 从每天5分钟到三小时(~~阅读/听说~~(朗读)、写作) 5 | 6 | # 动机 7 | 8 | 能和更多的人交流,能获得更多的赚钱机会 9 | 10 | # 取经路 11 | 12 | 记住学习进度,重点在 13 | * 听 14 | * 读 15 | 16 | ## 听力 17 | 18 | * 重复多次 19 | * 隐藏单词,标记听不清的单词 20 | * 生词本 21 | 22 | 参考[语音塑造](https://1000h.org/sounds-of-american-english/0-intro.html),还有[查词典与朗读一样是提高阅读理解能力的最直接有效的手段之一](https://github.com/ZuodaoTech/everyone-can-use-english/blob/main/book/chapter5.md) 23 | 24 | ## 学单词分解 25 | 26 | * 词根词缀 27 | * 读音 28 | * 解释 29 | * 例句 30 | 31 | 工具书[韦氏词典](https://www.merriam-webster.com/wordfinder),比如 32 | 33 | * [https://www.merriam-webster.com/dictionary/dictionary](https://www.merriam-webster.com/dictionary/dictionary) 34 | * [https://www.merriam-webster.com/thesaurus/beautiful](https://www.merriam-webster.com/thesaurus/beautiful) 35 | 36 | ## 口语 37 | 38 | * 语法纠错 39 | * 跟读 40 | - 流利度 41 | - 发音 42 | - 完整度 43 | * 母语表达 44 | 45 | 参考[我是如何摆脱哑巴英语的?](https://github.com/ZuodaoTech/everyone-can-use-english/blob/main/book/chapter2.md),[发音很重要,但显然不是最重要的](https://github.com/ZuodaoTech/everyone-can-use-english/blob/main/book/chapter3.md),我也很认同[不必专门练习听力,朗读就够了](https://github.com/ZuodaoTech/everyone-can-use-english/blob/main/book/chapter4.md)这个观点 46 | 47 | 工具: 48 | 49 | * [句乐部](https://julebu.co/) 50 | * Google AI Studio Realtime Streaming 51 | * 跟读体验很不错的[hispeaking.com/](https://hispeaking.com/) 52 | 53 | ## 工具 54 | 55 | * Mac **Option+ESC 朗读练习听力** 56 | * 本机 57 | * Raycast 迅速查词 58 | * Google meaning: 词 meaning / how to pronounce 词 59 | * https://github.com/ankitects/anki 闪卡背单词 60 | * https://mylens.ai/apps/easylang 通过感兴趣的内容学习英语 61 | 62 | ## 资源 63 | 64 | * [巴别英语](https://www.babelabc.com/) 看美剧学英语 65 | * [Merriam-Webster's Developer Center](https://dictionaryapi.com/) 66 | - [APIs](https://dictionaryapi.com/products/index) 67 | * [有道词典](https://www.youdao.com/) 68 | * [英文短剧](https://www.dramaboxdb.com/) 69 | --------------------------------------------------------------------------------