1

查典式学习法

 2 years ago
source link: https://shenzilong.cn/%E6%83%B3%E6%B3%95/%E9%A1%B9%E7%9B%AE/%E6%9F%A5%E5%85%B8%E5%BC%8F%E5%AD%A6%E4%B9%A0%E6%B3%95.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

查典式学习法

  1. 1.

    输入需要翻译的语句

  2. 2.

    输入自己的翻译

  3. 3.

    查表获得结果

  4. 4.

    标记不会翻译和翻译错的

要求自己翻译和标记是违反想偷懒的天性的,但这个方法就是靠这两步才能让自己在实践中积累知识

例如:英文学习方法

对于一段英文,先标记哪里看不懂然后翻译,再标记本来以为看懂了但实际没看懂的单词
对于一段中文,先用自己的方法翻译为英文,不会的地方空着,然后将中文翻译为英文,再标记没翻译出来和用错了的单词

多次行此方法就可以得到自己实际能应用到的高频单词以及易遗忘的单词,在标记过程中自然加深了对相关单词的记忆和使用方法的了解
必须强制自己每次在查看英文意思和想将自己的意思转为英文的时候进行上面两步

  1. 1.

    Okay, so it is on the map, it's just not at the right coords. Interesting.

  2. 2.

    好的,所以他在一个地图上,他仅仅不是一个好点子

  3. 3.

    好吧,所以它是在地图上,只是没有在正确的坐标上。有趣。

  4. 4.

    Okay, so it is on the map, it's just not at the right coords. Interesting.

  1. 1.

    是的,所以你需要修改你代码中的坐标

  2. 2.

    yes, so you need modif your code

  3. 3.

    Yes, so you need to change the coordinates in your code

  4. 4.

    Yes, so you need to change the coordinates in your code

设定数据结构

export enum LanguageType {
  zh = 'zh',
  en = 'en',
}
export class LearningMarkers {
  type = {
    origin: <LanguageType>LanguageType.en,
    target: <LanguageType>LanguageType.zh,
  } // 表明此次翻译的类型是 en-> zh
  originalText = ''
  myTranslation = ''
  correctTranslation = ''
  mark: {
    start: {
      filed: 'originalText' | 'myTranslation' | 'correctTranslation'
      position: [number, number]
    }
    end: {
      filed: 'originalText' | 'myTranslation' | 'correctTranslation'
      position: [number, number]
    }
  }[] = []
  markUnit: string[] = []
}

查典式学习法设计图.png

git reop : 2234839/learning_studies (github.com)

其他有帮助的信息

DeepL 翻译

链接到此文档的相关文档

查典式学习法

by 崮生 from 崮生 • 一些随笔 🎨,欢迎 赞助本文
本文欢迎分享与聚合,全文转载未经授权( 联系我)不许可。

神仙散棒槌IT源点monaco-editor崮生 • 一些随笔 🎨 赞助我 copyright © 2018.11.6 - 2021.7 湘ICP备18021783号 GIT HUB


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK