Text

I arrived London at last. The railway station was big, black and dark. I did not know the way to my hotel, so I asked a porter. I not only spoke English very carefully, but very clearly as well. The porter, however, counld not understand me. I repeated my question several times and at last he understood. He answered me, but he spoke neither slowly nor clearly. 'I am a foreigner,' I said. Then he spoke slowly, but I counld not understand him. My teacher never spoke English like that! The porter and I looked at each other and smiled. Then he said something and I understood it. "You will soon learn English!" he said. I wonder. In England, each person speaks a different language. The English understand each other, but I don't understand them! Do they speak English?

Note

  1. or: 或者,否则

    • Harry up, you will be late.
    • Harry up, or you will be late.
  2. but:连词

    however:adv.

    but可以连接两个句子,而however用在句号后面,单独成句,与前面的句子只有意思上的承接,没有语法上的承接,语法上的承接表转折只能用but。

  3. both...and...:不但……而且……

  4. either...nor...:要么……要么……

  5. yet: 然而
    1. adv. Have you finished yet?
    2. = but. 放在两个句子中间,起转折作用。
  6. neither...nor...:不……不……

    eg: Neither you nor I go.

  7. not only...but...as well: 不但……而且…… = not only...but also...

  8. railway: n. 铁路 = railroad. eg: Railway station: 火车站

  9. several: 几个 只能修饰可数名词 = a number of

    a great number of: 大量的

  10. some time: 一段时间

    sometime: 某时 I will defeat you sometime.

    sometimes: 有时

    some times: 不存在这种说法

    several times: 许多次

  11. wonder:
    1. 奇观 It's a wonder.
    2. wonderful: 极好的
    3. v. 感到奇怪 wonder at sth.
    4. = want to know: 想要知道

    5. I wonder + 从句

      间接引语的疑问句:一般疑问句用if引导,特殊疑问句用特殊疑问词引导。

      eg:

      I wonder if you have any sapre time?

      I wonder what time it is?

      所有的从句都是用陈述句语序:主语在动词前面

      I wonder why you are late.

      I wonder where you're going.

      I wondered where you were going.

      I wondered how to get there.

    6. no wonder: 难怪

  12. arrive: vi. 到达
    • ~ in (大)
    • ~ at (小)

    I arrived at last.
    When will you arrive in China?

    reach: vt.

    When will you reach China?

    get to: 到达

    When will you get to China?

    get home, get there. home/there 都是副词, adv.跟动词连用不需要加介词。

  13. black: 颜色黑

    dark: without light

  14. know sth. well: 很熟悉

  15. not only...but...as well: 什么东西并列连接什么

    I can speak English, I can speak Chinese.

    I can speak not only English but Chinese as well.

    I not only sing but also dance as well.

    Not only you but also I will go there.更常使用Both...and...

    not only 喜欢放在动词前面

    I can not only speak English but Chinese as well.

  16. 既不……也不……

    I speak neither Janpanese nor English.

  17. soon: 表示时间上的快

    You will soon learen English.

  18. It was not until then that I came to know that the earth moves around the sun.

    It was that表示强调

    I did not come to konw that the earth moves around the sun until then.

    • His father did not leave until he returned home.

      -> It was not until he returned home that his father left.

    • I did not get up until lunch time.

      -> It was not until lunch time that I get up.

  19. 连接主语的情况
    • Both...and:谓语用复数

      Both you and I are good student.

    • 当主语由neither...nor, either...nor, not only...but also 或 or 连接时,谓语动词采用就近原则

      Neither he nor I am going to the airport.

      Not only Mary but alose her sisters have new clothes.

Lesson 25 Do the English speak English?的更多相关文章

  1. Lesson 14 Do you speak English?

    Text I had an amusing experience last year. After I had left a small village in the south of France. ...

  2. NCE2

    1.A private conversation Last week I went to the theatre. I had a very good seat. The play was very ...

  3. New Concept English Two 10 25

    $课文23 新居 219. I had a letter from my sister yesterday. 昨天我收到了姐姐的一封信, 220. She lives in Nigeria. 她住在尼 ...

  4. Come and join us at English corner

    2012.12.26 Hi all, How are you doing? Merry post-Christmas and happy upcoming New year!! I wish you ...

  5. English trip V1 - B 15. Giving Personal Information 提供个人信息 Teacher:Solo Key: Do/Does

    In this lesson you will learn to answer simple questions about yourself.  本节课讲学到回答关于自己的一些简单问题 课上内容(L ...

  6. English trip M1 - PC7 Can I Borrow Your Ping-Pong? Teacher:Patrick

    In this lesson you will learn to desribe abilities.  这节课你将学习到描述你的能力 课上内容(Lesson) 三种常见情态动词 can aux. 能 ...

  7. English trip V1 - 12.Belongings 行李 Teacher:Jade Key: ?

    In this lesson you will learn to describe your home life and things you own. 在本课中,您将学习如何描述您的家庭生活和您拥有 ...

  8. English trip V1 - 5.That's Amazing! 棒极了! Teacher:Patrick Key: can or can't

    In this lesson you will learn to describe what people can do. 在本课中,您将学习如何描述人们可以做什么. STARTE drive a c ...

  9. English sentence

    For a better environment, we should teach our children to put litter/garbage/trash into dustbin/dust ...

随机推荐

  1. 二丶Django~1

      一 什么是web框架? 框架,即framework,特指为解决一个开放性问题而设计的具有一定约束性的支撑结构,使用框架可以帮你快速开发特定的系统,简单地说,就是你用别人搭建好的舞台来做表演. 对于 ...

  2. mysql5.7版本开始创建用户需要create user

    mysql5.7版本开始创建用户需要create user 5.7版本之后,直接使用:grant select on MySQL.test01 to hug@localhost; 是不行的,会报错: ...

  3. 设计模式 — 抽象工厂模式(Abstract Factory)

    工厂模式已经分析了简单工厂模式和工厂方法模式.并且了解了工厂方法模式去简单工厂模式的延伸,工厂方法模式如果不把工厂类抽象的话,就是简单工厂模式.由前面两个工厂模式可以猜测出抽象工厂模式应该是这两种工厂 ...

  4. rpm和yum软件管理

    rpm简介 数据库管理工具,通过读取数据库,判断软件是否安装,如已安装可读取出来所有文件的所在位置等,并可以实现删除这些文件. rpm:RPM is Redhat Package Manager(递归 ...

  5. lxml库

    lxml库 lxml是一个HTML/XML的解析器,主要的功能是如何解析和提取 HTML/XML数据. 基本使用: 1.我们可以利用他来解析HTML代码,并且在解析HTML代码的时候,如果HTML代码 ...

  6. dynamic动态类型的扩展方法

    对于一个动态类型来说,你可以认为它包含任意成员,它们都能通过编译.但到了运行时,到底是否拥有这些成员,就真相大白了.如 dynamic test = ; Console.Write(test.Name ...

  7. Python学习的相关文件链接

    1.如何用 Python 模糊搜索文件    用循环来实现逐个比对,素材链接:https://files.cnblogs.com/files/Lamfai/script_project1_files. ...

  8. angular 数据双向绑定的终极奥义

    1.ng-app: 是ng的入口,表示当前元素的所有指令都会被angular管理,让anguar认识这段代码,告诉angular要去管理下面的代码:同时angular执行这段代码的时候会在内部开辟一块 ...

  9. BandwagonHost

    https://kiwivm.64clouds.com/main-exec.php?mode=extras_shadowsocks https://kiwivm.64clouds.com/main-e ...

  10. MySQL 如何使用左链接代替 NOT IN

    核心思想 通过左链接 查询出要排除的数据 然后和主表进行匹配 拿去未匹配到的数据 可以使用 IS NULL 来过滤掉 案例稍后 更新 select * from a left join on a.id ...