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]Make Array创建数组,而不是定义数组
当不想新建一个数组对象的时候,就可以使用“Make Array”创建一个数组
- MySQL 8.0用户和角色管理
MySQL 8.0用户和角色管理 MySQL8.0新加了很多功能,其中在用户管理中增加了角色的管理,默认的密码加密方式也做了调整,由之前的sha1改为了sha2,同时加上5.7的禁用用户和用户过期的设 ...
- PostgreSQL手动主从切换
主从切换操作: 1>主库宕机或者测试主备切换情况下停掉主库:systemctl stop postgres 从库会报日志错误信息:[root@db02 /]# cd /var/postgresq ...
- 第5章 IP地址和子网划分(3)_子网划分
6.子网划分 6.1 地址浪费 (1)IPv4公网地址资源日益紧张,为减少浪费,使IP地址能够充分利用,就要用到子网划分技术. (2)传统上一个C类地址,如212.2.3.0/24,其可用的地址范围为 ...
- WebBrowser常用属性方法介绍
WebBrowser 常用属性方法 ■■方法 ============================== ▲GoBack 相当于IE的"后退"按钮,使你在当前历史列表中后 ...
- 使用Excel随机函数产生大众评委的6位登录密码
第一步:填写公式 如下图所示:选中B2单元格输入公式 =TEXT(ROUNDUP(RAND()*1000000,0),"000000") ,然后回车. 可复制的纯文本格式: = ...
- python访问hive
#!/usr/bin/env python # -*- coding: utf-8 -*- # hive util with hive server2 """ @auth ...
- PowerDesigner 概念数据模型(CDM) 说明
ref: https://blog.csdn.net/tianlesoftware/article/details/6871179 关于PowerDesigner的说明参考: PowerDes ...
- [UGUI]图文混排(六):点击区域
点击区域可以分成两部分来分析: 0.Rect 搜索api:Rect和Rect.Rect,可以知道: 在GUI和GUILayout中,Rect的原点在左上角,向右为x轴正方向,向下为y轴正方向: 除此之 ...
- Oracle 更改字符集 更改后之前的中文全成乱码了
安装时采用什么字符集主要看你的需求,一般测试用的话,就用UTF8.后面可以修改, 10g:UTF8 到ZHS16GBK SHUTDOWN IMMEDIATE; STARTUP MOUNT ; ALTE ...