学了这么多年英语,你真的会使用英语中的撇号吗?各种所有格和动词缩略语怎么写又是正确的呢?

The possessive case 所有格

The possessive case is used to show a relationship of

belonging between one thing and another。

所有格形式用来表述两件事物之间的归属关系。

To form the possessive, an apostrophe and an ‘s’ is added to

the noun。 For example, if a ball belongs to the dog it is the dog‘s

ball。

为了构成所有格,名词后面要加撇号和s。比如一个球属于一只狗,那就是dog‘s ball。

However the rule becomes more complicated once it is applied

to a noun ending in the letter ‘s’。

但用于以s结尾的名词时,使用规则就会变得更加复杂。

The same principle applies but some people might choose to

remove the second ‘s’。

这时适用于同样的规则,但一些人可能会把第二个s省去。

For example, to refer to the part played by the actress, it

could be ‘the actress’s part‘ or ’the actress‘ part’。

比如,当指某位女演员表演的部分时,可以说是the actress‘s part或者the actress’

part。

Some people are guided in whether or not to include the ‘s’

by how the word is pronounced。

一些人按照单词的发音来确定是否添加s。

Lucy said the most important thing to do is to remain

consistent in your style and to choose one form throughout a piece

of text。

露西说,最重要的是自己的文体保持一致,整篇文章选用一种写法。

The rule is clearer with a plural noun as only an apostrophe

should be added。

当复数名词需要添加撇号时,规则就清晰多了。

For example, the house belonging to your grandparents would

be your ‘grandparents’ house‘, rather than ’your grandparents‘s

house’。

比如,这间房子属于你的祖父母,应该写成your grandparents‘ house而不是your

grandparents’s house

If comparing two nouns with possessive pronouns, you don‘t

always need to repeat the second noun but would still use the

apostrophe。

在比较包含物主代词的两个名词时,通常无需重复第二个名词,但仍需使用撇号。

For example, you don‘t need to say ’my house is smaller than

my parents‘ house’, and can instead just say ‘my house is smaller

than my parents’。‘

比如,你不用说my house is smaller than my parents‘ house,而只要说my

house is smaller than my parents’(我的房子比父母的房子小)。

With nouns that have multiple owners, the last owner would

take possesion, so Lucy and Aly‘s cat not Lucy’s and Aly‘s

cat。

如果某件物品有多个所有者,要在最后一个所有者那里添加所有格形式,所以露西和爱丽的猫要写成Lucy and Aly‘s

cat 而不是Lucy’s and Aly‘s cat。

But if the noun is owned separately it would be Lucy‘s and

Aly’s cats。

但如果物品是分开所有的,就要写成Lucy‘s and Aly’s cats(露西和爱丽的猫咪们)。

Verb contractions 动词缩略形式

Verb contractions, which are sometimes called ‘short forms’,

commonly combine a pronoun or noun and a verb, or a verb and not,

in a shorter form。

动词缩略形式有时被称为“简易形式”,通常包含一个代词/名词和一个动词,或者是动词和not的缩写形式。

The first use produces words such as ‘she’ll‘, which

combines the noun ’she‘ with ’will‘, used to express the future

tense。

第一种用法比如she‘ll,是名词she和will的缩写,用于表达将来时。

The second use is seen in words like ‘can’t‘ - can and not -

or ’wouldn‘t’ - would not。

第二种用法比如can‘t (can和not的缩写)和wouldn’t(would和not的缩写)。

While they are common in everyday speech, they are frowned

upon in formal writing。

尽管这在日常用语中很常见,但在正式书写中却让人挠头。

These are particularly true of contractions that combine

pronouns with ‘would’ or ‘had’。

这种形式在代词和would或had结合是尤其常见。

One might say ‘Mum’d‘ instead of ’Mum would‘ in informal

conversation, for example, but would not write it。

比如在非正式的对话中,有人可能会说Mum‘d而不是Mum would,但书写时不会这么写。

Common mistakes 常见错误

The addition of apostrophes can lead to people becoming

mixed-up between homophones - words that have the same

pronunciation but different meanings。

添加撇号会让人们把同音异义单词搞混,这些单词发音相同,但含义不同。

One of the most common mistakes is the difference between

who‘s and whose。

最常见的错误是who‘s和whose之间的差异。

‘Who’s‘ is a contracted form of ’who is‘ while ’whose‘ is

the possessive form of the pronoun ’who‘。

Who‘s是who is的缩略形式,而whose是代词who的所有格形式。

‘You’re‘ and ’your‘ create similar problems for native and

second language English speakers。

不管是对于英语母语者还是把英语作为第二语言的人来说,you‘re和your也存在类似的问题。

对于英语的学习我们应该注意其细节,毕竟不同的语言有不同的使用习惯,这个习惯并不局限在标点符号,也涉及到的一些俗语、风俗习惯等等,所以大家在英语学习的时候也应该这些细节。

c语言撇号的用法,不同的语言标点使用也不同,英语中的撇号如何使用?美联英语带你了解...相关推荐

  1. c语言do while语句用法6,c语言do while的用法

    循环结构是结构化程序设计的三种基本结构之一.下面小编就跟大家分享下c语言do while的用法. do-while语句的一般形式为: do 语句 while(表达式); 这个循环与while循环的不同 ...

  2. c语言fscanf函数的用法,fscanf - C语言库函数

    C库类 的 fscanf - C语言库函数 C库函数 int fscanf(FILE *stream, const char *format, ...) 从流中读取的格式输入. 声明 以下是 fsca ...

  3. c语言枚举类型enum用法参数,C语言枚举类型(Enum)

    在实际编程中,有些数据的取值往往是有限的,只能是非常少量的整数,并且最好为每个值都取一个名字,以方便在后续代码中使用,比如一个星期只有七天,一年只有十二个月,一个班每周有六门课程等. 以每周七天为例, ...

  4. 第十一章 文件操作_C语言fopen函数的用法,C语言打开文件详解

    在C语言中,操作文件之前必须先打开文件:所谓"打开文件",就是让程序和文件建立连接的过程. 打开文件之后,程序可以得到文件的相关信息,例如大小.类型.权限.创建者.更新时间等.在后 ...

  5. C语言fopen函数的用法,C语言打开文件详解

    在C语言中,操作文件之前必须先打开文件:所谓"打开文件",就是让程序和文件建立连接的过程. 打开文件之后,程序可以得到文件的相关信息,例如大小.类型.权限.创建者.更新时间等.在后 ...

  6. python的fopen函数_C语言fopen函数的用法,C语言打开文件详解

    在C语言中,操作文件之前必须先打开文件:所谓"打开文件",就是让程序和文件建立连接的过程. 打开文件之后,程序可以得到文件的相关信息,例如大小.类型.权限.创建者.更新时间等.在后 ...

  7. c语言结构体的用法例子,c语言 结构体 入门

    在说结构体之前,我们先来看看类型和变量 比如 int a; int是类型名,a是变量名 变量名是我们自己定义的,可以改成其他名字,但是int,char这些类型名是不能修改的 而结构体可以让我们自己定义 ...

  8. c语输入单引号_c语言单引号的用法指导

    c语言单引号的用法指导 C语言中用单引号引起的一个字符实际上代表一个整数,整数值对应于该字符在编译器采用的字符集中的序列值.而一般我们的编译器采用的都是ASCII字符集.因此's'的含义其实和十进制数 ...

  9. c语言get()的作用,c语言get函数的用法有哪些

    C语言中gets从标准输入设备读字符串函数,可以无限读取,不会判断上限,今天学习啦小编在这里为大家介绍C语言get函数的用法,欢迎大家阅读! c语言get函数的用法:int getc(FILE *st ...

最新文章

  1. Android开发之Handler和Looper的关系
  2. 区块链新经济蓝图及导读pdf_区块链加快产业数字化转型,区块链新零售模式为企业发展加码提速...
  3. Swift语言与Objective-C语言混合编程
  4. 记录处理搜狗新闻分类
  5. 淘宝支付页面代码php,支付页面html模板
  6. PHP流式上传和表单上传(美图秀秀)
  7. IM开发基础知识补课:正确理解前置HTTP SSO单点登陆接口的原理
  8. CTS(10)---谷歌CTS测试之Verify简介
  9. 解码(七):音频重采样SwrContext和swr_convert相关函数详解
  10. [转]gcc下程序调用静态库编译命令:主文件必须在静态库前面!
  11. ATA接口寄存器描写叙述
  12. 通过堡垒机登陆服务器脚本
  13. PHP发微信消息必须开网吗,关于php微信订阅号开发之token验证后自动发送消息给订阅号但是没有消息返回的问题...
  14. c语言中*在变量的右上角,C语言中变量的声明和定义
  15. Atiitt 技术部的基本发展战略 attilax总结 艾龙 著 1. 战略的解释,即是 大概纲领与方法 1 2. 技术的基本战略是,培训,吸收与改造,recos,预研,技术储备 1 2.1.
  16. ITIL配置管理流程设计
  17. Chromium 文件下载
  18. 微型计算机的基础知识
  19. 大学刚毕业,用10000小时,走进字节跳动拿了offer
  20. [JZOJ5542] 董先生的钦点

热门文章

  1. 独家:为了永不停机的计算服务 - 五月月刊 | 凌云时刻
  2. 前端入门教程(四)head内常用标签与body内常用标签
  3. 剑指offer_12_打印1到最大的n位数
  4. Ubuntu下安装Nvidia和Intel双显卡驱动
  5. 非专业级软件能力认证(CSP-J/S)
  6. Oracle查询语句练习(一)
  7. eNSP 配置简单静态路由 实现全网可达
  8. 一定要独立,一定要争气
  9. c语言求标准体重答案,c语言编写一个标准身高体重自测程序
  10. DC的逻辑综合与优化