American daily English notes (enlarged edition): A review
Life English is the most pragmatic kind of English when one wants to associate with foreigner friends. There are some books that have explored this research area [4] [8] [7]. However, the books [4] [8] [6] lack the real world experience with foreigners; there are some ways and expressions that these books recommend to use but the real Americans will not use these expressions, even cannot understand some of expressions from these books [7]. The book [7] satisfactorily addressed this problem by using the first hand experiences, sentences, real conversations and even the real stories. Thus, Kunlin’s book [7] has strong readability (to be specific, it is intriguing) and practicability. However, the book [7] is written primarily in Chinese, so it is inconvenient for not-Chinese-native-speakers to read, to learn and to enjoy. Besides, some categories and organizations are not that comprehensive enough, which leads to occasional failures for looking up a specific expression. These two reasons inspired the author to write a new note on my blog. Also, Kunlin’s philosophy to note down the fresh expressions learned from a day with foreign friends is very smart and is worth my while to mimic this method [7]. Xiaolai Li [6] recommended using English preferably in our daily life, which is the reason why I chose to write this note in English. In addition, some expressions are learned from [1] Zirui Wang’s TOEFL lessons and other teachers’ lessons I attended. And some are from TOEFL real test materials [2].
7/12/19
Reference
[1] TOEFL lessons from Zirui Wang
[2] TOEFL real test materials
[4] Shen Xiaoyu. Get the TOEFL writing done in ten days
[8] Life Situation English.pdf
[6] Xiaolai Le. Everyone can use English
[7] Kunlin Yang. American daily English notes
机器翻译:
美国日常英语笔记(放大版):评论
19年7月12日
当人们想要与外国朋友交往时,生活英语是最实用的英语。有一些书籍已经探索过这个研究领域[4] [8] [7]。然而,书籍[4] [8] [6]缺乏与外国人的真实世界经验;这些书推荐使用一些方法和表达,但真正的美国人不会使用这些表达,甚至无法理解这些书中的一些表达[7]。这本书[7]通过使用第一手经验,句子,真实对话甚至真实故事,令人满意地解决了这个问题。因此,Kunlin的书[7]具有很强的可读性(具体而言,它很有趣)和实用性。然而,这本书[7]主要用中文写成,因此非中国本土的人阅读,学习和享受是不方便的。此外,一些类别和组织不够全面,这导致偶尔查找特定表达式的失败。这两个原因激发了作者在我的博客上写了一个新的笔记。此外,昆林的哲学记录了与外国朋友在一天中学到的新鲜表情非常聪明,值得我模仿这种方法[7]。李小莉[6]建议在我们的日常生活中使用英语,这就是我选择用英语写这个笔记的原因。此外,一些表达方式是从[1] Zirui Wang的托福课程和我参加过的其他教师课程中学到的。还有一些来自托福真实的考试材料[2]。
参考
[1] Zirui Wang的托福课程
[2]托福真实考试材料
[4]沉小玉。在十天内完成托福写作
[8]生活状况English.pdf
[6]小莱乐。每个人都可以使用英语
[7]杨坤林。美国日常英语笔记
American daily English notes (enlarged edition): A review的更多相关文章
- The introduction of the book American daily English notes (enlarged edition)
After reading the book of American daily English notes written by Linkun Yang[1], I think I should a ...
- Daily English
- English Notes
1. Thanks for stopping by.慢走不送. 2. I don't like to judge a book by it's cover.我不喜欢以貌取人. 3. Rush hour ...
- daily english dictation 学习笔记[1-10]
b站网址https://www.bilibili.com/video/av17188299/?p=2 1. Mother Teresa, who received a Nobel Peace Priz ...
- Computer English Notes
Chapter 1 : About Computer Answer the following - Abbreviation LBS - Location-Based Services HTML - ...
- Note 2: Complain
Note 2: Complain 1. The collection of Linkun's [1]: 1.1suck If someone says that something sucks, th ...
- Note 1: Good
Note 1: Good 1. The collection of Linkun's [1]: 1.1coolJoy says "cool" when he heard that ...
- 自己在使用的English词典
一.ESL/非母语词典 二.EFL/母语词典 1.American Heritage Dictionary 2.World Book Dictionary 3.Oxford Dictionary of ...
- 敏捷测试模式之Scrum及其实践
一. 敏捷开发模式简介 敏捷是近年来软件研发领域很火的一个词,采用敏捷开发模式的研发团队是越来越多了,尤其是敏捷模式中的Scrum更是佼佼者大行其道,这表明敏捷模式确有其好处,能给企业带来效率的 ...
随机推荐
- Python中的字符编码
一.文本编辑器存取文件的原理: #1.打开编辑器就打开了启动了一个进程,是在内存中的,所以,用编辑器编写的内容也都是存放与内存中的,断电后数据丢失 #2.要想永久保存,需要点击保存按钮:编辑器把内存的 ...
- JDK1.8集合之HashMap
目录 简介 内部实现 类的属性 Node数组 重要方法 put()和putVal()方法 get()和getNode()方法 resize()方法 容量设置为2的幂的优点 计算Hash时候 扩容时候 ...
- Codeforces 778A:String Game(二分暴力)
http://codeforces.com/problemset/problem/778/A 题意:给出字符串s和字符串p,还有n个位置,每一个位置代表删除s串中的第i个字符,问最多可以删除多少个字符 ...
- HDU 1286:找新朋友(欧拉函数)
http://acm.hdu.edu.cn/showproblem.php?pid=1286 题意:中文. 思路:求欧拉函数. #include <cstdio> #include < ...
- Leetcode 195 Tenth Line
Given a text file file.txt, print just the 10th line of the file. Example: Assume that file.txt has ...
- js实现使用文件流下载csv文件
1. 理解Blob对象 在Blob对象出现之前,在javascript中一直没有比较好的方式处理二进制文件,自从有了Blob了,我们就可以使用它操作二进制数据了.现在我们开始来理解下Bolb对象及它的 ...
- Object.keys使用整理
一.语法 Object.keys(obj) 参数:要返回其枚举自身属性的对象 返回值:一个表示给定对象的所有可枚举属性的字符串数组 二.处理对象,返回可枚举的属性数组 let person = { n ...
- 分布式事务(4)---RocketMQ实现分布式事务项目
RocketMQ实现分布式事务 有关RocketMQ实现分布式事务前面写了一篇博客 1.RocketMQ实现分布式事务原理 下面就这个项目做个整体简单介绍,并在文字最下方附上项目Github地址. 一 ...
- Socket编程(C语言实现):bind()函数英文翻译
本篇翻译的bind()函数,我参考的国外网站是: bind 朋友们可以自由转载我对英文的中文翻译,但是对于"作者注:"的描述,转载时请注明出处和作者,否则视为侵权. 下面是翻译的正 ...
- k8s学习 - 概念 - Deployment
k8s学习 - 概念 - Deployment 有了 ReplicaSet 还需要有 Deployment 的原因是希望有一个控制器能管理部署更新时候的版本控制问题.一个 Deployment 可以管 ...