英语口语错题集

目录

文章目录

句子集

错误:I also hate people who talking loudly on cellphones.
正确:I also hate people who talk loudly on cellphones

解释:"Who talking" → "who talk"

-- After "people who", use the base verb form (present simple) to describe a general habit or behavior.
who 引导定语从句修饰 people,who 充当从句主语,从句使用一般现在时。

错误:I never answer the telemarketing calling.
正确:I never answer telemarketing calls . call 本身就是名词,不需要 ing 动名词形式。

解释:"Calling" is a verb or gerund, not a countable noun in this case. "Calls" is the correct plural noun for phone calls.

错误:There are children need wear uniform in the school.
正确:There are children who need to wear uniforms in school.

解释:

"need wear" → should be "need to wear" (correct verb structure). 固定搭配 need to do sth。

"uniform" → should be "uniforms" (plural 复数, to match "children" 孩子们 ).

"in the school" → it's more natural to say "in school" unless you're talking about a specific school.
who 引导定语从句修饰 children,who 充当从句主语。

错误:China people have many rich man but at the same time also have many poor person.
正确:Chinese people have many rich men, but at the same time, there are also many poor people.

解释:

"China people" → should be "Chinese people" (correct adjective form).

"rich man" → should be "rich men" (plural).

"poor person" → better as "poor people" to match the plural subject.
Added "there are" in the second part for correct sentence structure.

错误:The person need to become adult and then they have the the mature mind.
正确:A person needs to become an adult and have a mature mind.

解释:The subject "a person" already applies to both actions, so you don't need to repeat "they need to".

Combining the two verbs after "needs to" makes the sentence more concise and natural.

错误:It's very important we need to responsibility to other.
正确:It's very important that we take responsibility for each other . 固定搭配 sb take responsibility for sb 对谁负起责任

解释:"each other" (not "each others") is used when two or more people are involved mutually.

Use "for" (not "with") after "take responsibility".

错误:Washington law is interesting.
正确:The law in Washington is interesting. 使用 The 定冠词来说明特定的某物。

解释:"Washington law" is understandable, but not the most natural phrasing for general conversation.

Adding "The" and using "in Washington" clarifies that you're talking about a specific location's law.

错误:I hope that the law is same in our country to flush toilet in Singapore.
正确:I hope the law to flush the toilet in Singapore is the same in our country. 使用定语从句 + is the same in xx 来说明两者一样

解释:"the law is same" → should be "the law is the same" (use "the" before "same").

错误:I can't believe why there a law why people need bath one a year. 固定搭配 I believe that,I don't known why
正确:I can't believe there's a law that says people need to bathe only once a year . that 引导定语从句,that 充当主语代词,带 law。

解释:Use "that" instead of "why" to introduce what the law says.

"bath" is a noun; you need the verb form "bathe."

"one a year" → corrected to "only once a year" for clarity.

错误:This different rule are interesting.
正确:This different rule is interesting. / These different rules are interesting.

解释:These alternatives convey a similar meaning with slight variations in tone.

this 这个

this is 这个是

there 这些,this 的复数形式

there are 这些是

特殊的 there is / are sth 这里有 sth

that 那个

that is 那个是

those 哪些,that 的复数形式

those are 那些是

错误:So many people have ever seen this movie.
正确:So many people have seen this movie.

解析:"Ever" is used in questions or negatives, not in positive statements. 只在问句和负面的句子中使用 ever,正常直接使用 "have done 完成时" 即可。

错误:I ever seen some Bollywood movie.
正确:I have seen some Bollywood movies before. 同上,使用 "have done 完成时",并且完成时通常句尾使用 before 等表示过去的时间。

解析:"Seen" needs the helping verb "have" for present perfect tense

错误:It's famous blog website in China.
正确:It's a famous blog website in China. 单数可数名词,使用不定冠词 a

解析:"a" is needed before "famous blog website" because it's a singular countable noun.

错误:We have to wear helmet when we ride a bicycle or motorcycle and motorbike in China.
正确:We have to wear a helmet when we ride a bicycle, motorcycle, or motorbike in China . 逗号,表示最后一个 or 的含义。

解析:Add "a" because "helmet" is a singular countable noun. 可数名词前要使用不定冠词 a

错误:I don't like to watch the superheroes movie anymore.
正确:I don't like to watch superhero movies anymore. superhero 是名词作形容词,所以前面不能使用定冠词 the,表示一个类型,而不是某一个特定的事物

解析:Use "superhero movies" (plural) for the general category.

Drop "the" unless you're talking about a specific movie.

"Superheroes movie" is not correct because "superhero" is used as an adjective here.

错误:I will go back my hometown.
正确:I will go back to my hometown. 固定搭配 go back to a place

解析:You need "to" after "go back" to show the direction (going back to a place).

错误:I believe that they have to work for a long time every day. work for 是为什么而工作
正确:I believe that they have to work long hours every day. long hours 是长时间的意思

解析:"Long hours" is a more common way to refer to working a lot of time. refer to sth 谈及某事

"Every day" is fine as is, but you could also say "each day" if you want a more formal tone.

错误:I buy some magazine talking about fashionable and computer science. taking about sth 是谈及某事物的意思
正确:I bought some magazines about fashion and computer science.

解析:"Buy" should be "bought" for past tense (because you already did it).

"Magazine" should be "magazines" (plural) because you bought more than one.

"Talking about" is not wrong, but "about" is smoother and more natural.

"Fashionable" should be changed to "fashion" (fashionable describes a person, not a topic).

错误:The tea can be poured from tea pot to the cup.
正确:The tea can be poured from the teapot into the cup . teapot 是可数名词,用定冠词 the

解析:Use "into" instead of "to" when describing the direction of something being poured.

Adding "the" before "teapot" makes the sentence grammatically correct.

相关推荐
SSH_55231 小时前
【大模型】情绪对话模型项目研发
人工智能·python·语言模型
love530love1 小时前
【笔记】在 MSYS2(MINGW64)中安装 python-maturin 的记录
运维·开发语言·人工智能·windows·笔记·python
清醒的兰1 小时前
OpenCV 图像像素的算术操作
人工智能·opencv·计算机视觉
拾忆-eleven2 小时前
NLP学习路线图(十四):词袋模型(Bag of Words)
人工智能·学习·自然语言处理·nlp
sbc-study3 小时前
精英-探索双群协同优化(Elite-Exploration Dual Swarm Cooperative Optimization, EEDSCO)
人工智能
白熊1883 小时前
【机器学习基础】机器学习入门核心算法:XGBoost 和 LightGBM
人工智能·算法·机器学习
微学AI4 小时前
智能穿戴新标杆:SD NAND (贴片式SD卡)与 SOC 如何定义 AI 眼镜未来技术路径
人工智能·ai·sd
拾忆-eleven4 小时前
NLP学习路线图(十五):TF-IDF(词频-逆文档频率)
人工智能·学习·自然语言处理·nlp
封奚泽优4 小时前
使用Python绘制节日祝福——以端午节和儿童节为例
人工智能·python·深度学习
全域智图4 小时前
元胞自动机(Cellular Automata, CA)
人工智能·算法·机器学习