How to Pronounce the Word ARE
How to Pronounce the Word ARE
Tagged With: ARE Reduction
Study the ARE reduction. There are many reductions in conversational American English. It’s important to know what they are to improve listening comprehension, but also to use the reductions in speech yourself. They are a key part to sounding natural.
YouTube blocked? Click here to see the video.
Video Text:
I’ve gotten a few questions recently about the word ‘are’. Specifically someone recently asked if they were hearing correctly “What you doing?” instead of “What are you doing?” That is not grammatically correct, and a native speaker would not say “What you doing?” However, a native speaker may reduce the word ‘are’ so much that a non-native speaker would have problems hearing it. The word ‘are’ can be reduced simply to the schwa/R sound, er, er, er. So in this sentence, What are you doing?, you may very well hear whater, whater, whater you doing? Whater you doing? With the er very low in pitch and very fast. What are you doing? What are, what are, it sounds like the word ‘butter’. Butter, what are, what are you doing?Now that you know what you’re listening for, see if you can hear it in this sentence: What are you doing, what are you doing, what are you doing?The word ‘are’ is often shortened in writing as well, as a contraction with ‘you’, ‘we’, or ‘they’. They’re, for example. But it doesn’t have to be written as a contraction for it to bepronounced with this short ‘er’ sound.Let’s look at a few more sentences where the word ‘are’ can be reduced. My cousins are coming tomorrow. My cousins are, my cousins are, My cousins are coming tomorrow. My cousins are coming tomorrow. The cookies are good. The cookies are, are, the cookies are good. Where are the girls? Now here the word before ends in the schwa/R sound, er, where er the girls? I would explain it as a re-emphasizing of the er sound: Where er the girls? But in fast speech, it actually all blends together. Where are the girls? Where are the girls? So it sounds like the word R is being dropped. Where are the girls?
And someone else asked about the word ‘are’ and the word ‘were’ – about them sounding the same when they’re both reduced. The word ‘were’ will always have that W sound at the beginning,so there is a difference in the pronunciation of these words. Let’s look at an example sentence. The kids are there. The kids er, er, er, just the R sound, the kids are there. The kids were there. The kids ww, ww, were, were, the kids were there. The second one has that W sound in it. The kids are there, the kids were there. The kids are there, the kids were there. Can you hear the difference?
Now that you know this concept of the reduced word ‘are’, try it out in your speech. And listen for it when you’re listening to native speakers. That’s it, and thanks so much for using Rachel’s English.
Video:
How to Pronounce the Word ARE的更多相关文章
- How to Pronounce the Word OR
How to Pronounce the Word OR Share Tweet Share Tagged With: OR Reduction Study the OR reduction. Th ...
- How to Pronounce the word BECAUSE
How to Pronounce the word BECAUSE Share Tweet Share Tagged With: BECAUSE Reduction Study the BECAUSE ...
- How to Pronounce the Word ‘TO’
How to Pronounce the Word ‘TO’ Share Tweet Share Tagged With: TO Reduction Study the TO reduction. ...
- How to Pronounce the Word SOMETHING
How to Pronounce the Word SOMETHING Share Tweet Share Something tells me you’re going to like this v ...
- How to Pronounce the Word THEM
How to Pronounce the Word THEM Share Tweet Share Tagged With: THEM Reduction Study the THEM reductio ...
- Reduction: the word AT
Reduction: the word AT Share Tweet Share Tagged With: AT Reduction Study the AT reduction. There ar ...
- Examples: How to Pronounce T
Examples: How to Pronounce T Share Tweet Share Tagged With: Flap T, Stop T The [t] sound is not alwa ...
- 为什么“how to say”是错的?
2018-04-26 15:53 英语口语 吉米老师前言:如果让老外评选十大Chinglish之最,老师猜"how to say"一定榜上有名.几乎每一位学习英语的童鞋,都曾有过脱 ...
- English Conversation – Checking in at an airport
English Conversation – Checking in at an airport Share Tweet Share Tagged With: Ben Franklin Exercis ...
随机推荐
- [UE4]在AIController中使用行为树
行为树会在Root根下面的每个子节点中从左右到右来回往复循环执行.
- 2012 - AD GC全局编录服务器(Global Catalog)
普通域控制器只记录本域对象的信息,而GC全局编录服务器则不仅记录本域所有对象的只读信息,还记录林中所有其他域中部分域对象的只读信息. GC全局编录服务器作用: 1,存储对象信息副本,提高搜索性能: ...
- DQL完整语法及示例
DQL:Data Query Language,数据查询语言,其实它也是DML(数据库操作语言的一种),下面看一看完整的语法: 注意,关键字建议大写,不带[ ]是必需的,带[ ]是可选的. SELEC ...
- SQL with(unlock)与with(readpast)
所有Select加 With (NoLock)解决阻塞死锁,在查询语句中使用 NOLOCK 和 READPAST 处理一个数据库死锁的异常时候,其中一个建议就是使用 NOLOCK 或者 READPAS ...
- Angularjs给动态生成的元素绑定事件
//获取动态生成的元素 getJqforAnguar:function(jqid){ angular.element(document).injector().invoke(function($com ...
- Splunk和ElasticSearch深度对比解析(转)
转载自:http://www.sohu.com/a/154105465_354963 随着Splunk越来越被大家熟知和认可,现在市面上也不断涌各种同类产品,作为大数据搜索界的翘楚Splunk和Ela ...
- h5py库安装问题解决
H5py官网教程完全有问题,这个大家都这么说,但是貌似问题出现在Numpy上,由于numpy的版本过高! 这里是官网的教程:http://docs.h5py.org/en/latest/build.h ...
- 数据库设计和ER模型-------之关系模型的基本概念(第二章)
关系模型的基本术语 定义:用二维表格来表示实体集,用关键码表示实体之间联系的数据模型称为关系模型 有时也习惯称呼关系为表或表格,元组为行(Row),属性为列.关系中属性个数称为“元数”,元组个数称为“ ...
- .netLinq动态Where条件
文章介绍全网最佳方式使用EF+Linq实现多条件组合查询:代码中没有使用到网上主流自定义Expression表达式而是采用linq原生态功能编写示例直观.易懂,且有效解决自定义Expression不支 ...
- 设置nginx中文件上传的大小限制度
通过设置nginx的client_max_body_size解决nginx+php上传大文件的问题: 用nginx来做webserver的时,上传大文件时需要特别注意client_max_body_s ...