当前位置: 首页 > news >正文

英语连词总结

前言

总结一些常用的英语连词,以下用法只是我希望我自己这么用。分类我可能分的不好,慢慢积累,慢慢改进。

1)表递进:

  1. firstly、secondly、thirdly、finally、af first、at the beginning、in the end、to begin with(开头逗号)
  2. furthermore、further more、moreover、what is more(开头逗号)
  3. and then(和and用法一样)
  4. next(开头逗号)
  5. besides、in addition(开头逗号)
  6. last but not least(开头逗号)
  7. what’s worse(更糟糕的,开头逗号)
  8. above all(最重要的是,开头逗号)
  9. at the same time、meanwhile(开头逗号)
  10. then(开头)

2)表转折

  1. although、though、while(开头,句中)
  2. despite、in spite of(是介词不加句子,开头)
    eg:Despite the heavy rain, they still went for a picnic.
  3. but、yet(用法一样)
  4. however、nonetheless(开头)
  5. on the other hand(开头逗号)
  6. regardless of(开头)
    eg:Regardless of who you are, you can have equal access to education
  7. even so(尽管如此,开头逗号)
  8. after all(毕竟,开头逗号)
    eg:After all, he is just a child.
  9. by contrast、on the contrary(相反,开头逗号)
  10. unless(句中)
    eg:You will fail unless you work hard.
  11. otherwise(开头逗号)
    eg:Otherwise, you might miss your train

3)表因果

  1. therefore(开头逗号)
  2. because of(句中)
  3. thus(开头)
  4. due to、 owing to、on account of(和because of一样)
  5. so(开头、句中)
  6. as a result、as a consequence、consequently(开头逗号)
  7. thanks to(多亏,句中)
  8. since(句中)

4)表举例

  1. for example、for instance(开头逗号)
  2. such as(加的是东西,句中)

5)表解释:

  1. in other words(开头逗号)
  2. as a matter of fact(事实上,开头逗号)
  3. in fact(事实上)

6)表总结:

  1. in a word(开头逗号)
  2. in brief(简而言之,开头逗号)
  3. in conclusion(开头逗号)
  4. in short(开头逗号)
  5. to sum up(开头逗号)
  6. overall(开头逗号)

7)表关系:

  1. either…or…(或者…或者…,就近原则)
    eg:Either the rabbit or the wolf is going to the party this evening.(不是兔子就是狼将去参加今晚的派对)
  2. neither…nor…(既不…也不…,就近原则)
  3. and、as well as、or(句中)
  4. in comparison with(和than一样)
  5. like(句中)
  6. as if(和like一样)
  7. not only…but also…
    eg:The rabbit not only teaches English but also make videos.
    The rabbit teaches not only English but also German.
  8. as soon as(一…就)
    eg:As soon as I finish my homework, I will go for a walk.
  9. still(be动词后,动词前)
  10. also(be动词后,动词前)

8)表目的

  1. for the purpose of(句中)
  2. in order to(句中)
  3. so that(加句子,句中)

9)表类比

  1. similarly(开头逗号)
  2. likewise(开头逗号)
http://www.lryc.cn/news/160748.html

相关文章:

  • LeetCode 92. Reverse Linked List II【链表,头插法】中等
  • 【图论】Floyd
  • SpringCloudAlibaba Gateway(三)-整合Sentinel功能路由维度、API维度进行流控
  • 【笔试强训选择题】Day38.习题(错题)解析
  • DAY08_MyBatisPlus——入门案例标准数据层开发CRUD-Lombok-分页功能DQL编程控制DML编程控制乐观锁快速开发-代码生成器
  • 分光棱镜BS、PB、NPBS的区别
  • 人工智能论文通用创新点(一)——ACMIX 卷积与注意力融合、GCnet(全局特征融合)、Coordinate_attention、SPD(可替换下采样)
  • 您的计算机已被[new_day@torguard.tg].faust 勒索病毒感染?恢复您的数据的方法在这里!
  • 18--Elasticsearch
  • 代码随想录算法训练营 day59|503.下一个更大元素II、42. 接雨水
  • MyBatis数据库操作
  • python flask框架 debug功能
  • 《深入浅出OCR》第六章:OCR数据集与评价指标
  • 15. 线性代数 - 克拉默法则
  • 【LeetCode】剑指 Offer <二刷>(6)
  • jsp页面出现“String cannot be resolved to a type”错误解决办法
  • 【go-zero】使用自带Redis方法
  • 离线数仓同步数据3
  • Prometheus+Grafana 搭建应用监控系统
  • Spring Boot整合Log4j2.xml的问题
  • 代码随想录算法训练营第五十八天 | 739. 每日温度,496.下一个更大元素 I
  • 【动手学深度学习】--文本预处理
  • 2023年最佳研发管理平台评选:哪家表现出色?
  • 轻量容器引擎Docker基础使用
  • questions
  • MojoTween:使用「Burst、Jobs、Collections、Mathematics」优化实现的Unity顶级「Tween动画引擎」
  • Vue3响应式源码实现
  • 【RapidAI】P1 中文文本切割程序
  • 4、QT中的网络编程
  • 单例模式(饿汉式单例 VS 懒汉式单例)