Prologue: Seeing the progress of larning english as training AI model: pre-training audio or video clips on your brain iteration by iteration, and then generalize this model to some downstream tasks like singing or talking to improve the robust of the pre-trained model. And grammar frame can be compared to Pytorch or Tensorflow.
I、Morphology
(1)名词(noun)
名词的概念没必要解释。需要说明的是,动名词也属于名词。
Q:怎么区分现在分词和动名词?
A:动名词(gerund)在句中可以做主语(subject)、宾语(object)、补语(complement),它可以被名词或者代词替换,而且一般跟随在介词之后构成介宾结构或者一些动词(如 enjoy、avoid、suggest)之后。例如:
1️⃣ Swimming is my favorite hobby. (Swimming is the subject, acting as a noun.)
2️⃣ I enjoy reading books. (Reading is the object of the verb "enjoy.")
3️⃣ She is good at dancing. (Dancing is the object of the preposition "at.")
现在分词(present participle)在句中可以作为形容词,用来修饰名词;还可以构成现在时态,表示一种ongoing的动作,它不可以被名词或者代词替换。例如:
1️⃣ The running water is cold. (Running describes the noun "water," acting as an adjective.)
2️⃣ She is singing beautifully. (Singing is part of the verb phrase "is singing," indicating ongoing action.)
3️⃣ The crying baby woke everyone up. (Crying describes the noun "baby.")
但是有一些单词比如come、cut、put、read、cost、hit等现在分词为其原型,动名词为ing形式的单词就要分开讨论了。)
(2)代词(pronoun)
- 形容词性物主代词(限定词的一类,类似于形容词的用法):your、her、his、its、their
- 名词性物主代词:yours、mine、his、hers、its、ours、theirs
- 人称代词:I、you、it、he、she
- 反身代词:myself、yourself、himself
- 指示代词:this、that、these、those
- 疑问代词:who、what、which、where
- 不定代词:some、any、none
- 相互代词:each other(each other并不是两个代词的组合)、one another
- 连接代词(引导名词性从句):how、when、where
- 关系代词(引导定语从句):that、which、who、whom、whose、as
(3)冠词(article)
- 定冠词:the
- 不定冠词:a、an
(4)数量词(numeral)
one、two、three、four…
(5)介词(prepositon)
介词是英语中非常难以用常规去理解的词,经常需要结合上下文来理解。常见的介词有:in、on、up、upon、at、with、toward、around、as…。介词后面只能接名词结构。
Tips:这里的名词是指可以充当名词的成分,包括名词(如:for fairness, for the sake of fairness, for the fair sake)、代词(with her)、动名词。
ps: 由于fair做名词时没有公平的意思,只有做形容词才有公平的意思,所以 for fair 是错误的
(6)连词(conjunction)
连词更多的是死记硬背意思和用法。常见的连词有:though、although、and、or、but、either、neither等
(7)动词(verb)
7.1 谓语动词(predicte verb)
谓语动词没什么好解释的,词典里带 vi 和 vt 属性的词都可以做谓语动词。
7.2 情态动词(Modal verb)
表示语气的单词,本身有一定的词义,它表示的是情感的程度、可能性的大小等。但是情态动词不能独立作谓语,只能和动词原形一起构成谓语(所以也有人将情态动词称为情态助动词)。情态动词用在行为动词前,表示说话人对这一动作或状态的看法或主观设想。 行为动词表示的是可以通过行为来表达的动作(如写,读,跑),而情态动词只是表达的一种想法(如能,也许,敢)。英文中常见的有: can (could)、 may (might)、 must、need、 ought to、are (dared)、 shall (should)、 will (would)。
Tips:
1️⃣ 情态动词的使用比较难掌握,而且在阅读过程中还会出现缩写的情况,还需要加以分别,如看到缩写时如 I'd 可能代表的是 I would、 I should、I had, 具体要视上下文判断, 但是不会是 I could, 因为 could 不会简写。
2️⃣ could、might、should、would 不只是简单的分别是 can、may、shall、will 的过去式那么简单,他们各自也有各自的意思和词性,我会在另一篇文章中再详细解释。
7.3 助动词
助动词用来构成时态和语态,也可构成疑问句和否定句,构成否定句时与否定副词not连用。具有语法意义,不可单独作谓语。它没有对应的汉译,必须和实义动词一起组成谓语动词。 最常用的助动词有:be、have/has、do/does/did、got等。
II、 时态(Tense)
按照时间分为现在、过去、将来和过去将来,按照状态可以分为一般式、进行式、完成式、完成进行式,总共可以组合出16种时态。
Fig. 16种时态图
1、一般时态
(1)一般现在时(do):除了表示经常发生的动作外,一般现在时还可以用来表示客观事实。例如:
① Light travels more quickly than sound.
② Light doesn't travel more quickly than sound.
(2)一般过去时(did):表示站在过去的时间点所发生的动作。例如:
① I used the pen before.
② I didn't use the pen before.
③ Did I use the pen before?
(3)一般将来时(will do):表示从现在的时间点看某个将来的时间点会发生的动作。例如:
① She will live in HeFei.
② She won't live in HeFei.
③ Will she live in HeFei?
(4)一般过去将来时(would do):从过去(past)的某个时间点(相对于现在的时间点来说)看将来要发生的动作。例如:
① She told me that she would go back to HeFei.
② She told me that she wouldn't go back to HeFei.
③ Did she tell me that she would go back to HeFei?
to be continued....