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 ...
随机推荐
- mysql 删除表 外键出错
MySQL库中有俩表,table1和table2,相互关联,在删除表的时候出错: Cannot delete or update a parent row: a foreign key constra ...
- Android之socket多线程
一.添加权限 <uses-permission android:name="android.permission.INTERNET" /> 二.输入输出流 客户端和服务 ...
- MySQL查询表的所有列名,用逗号拼接
问题场景 在MySQL中,需要以逗号拼接一个表的所有字段 sql语句 SELECT GROUP_CONCAT(COLUMN_NAME SEPARATOR ",") FROM inf ...
- 有关cookies与session的详细信息
COOKIES与SESSION 详细信息参考:https://www.cnblogs.com/linguoguo/p/5106618.html 会话(Session)跟踪是Web程序中常用的技术,用来 ...
- SDOI2018IIIDX
/* 题目转换为 n个节点的一片森林,n个权值,要给每个节点分配一个权值,保证子节点的权值不小于父节点的权值,并且1~n的权值的字典序最大. 考场上的贪心很显然 建立出 树来 将所有数值从大到小排序 ...
- 免安装版本Mysql配置
免安装版本mysql配置如下:(本人使用的是5.6.42) 1. 解压后将/bin目录配置在系统变量中 2. 在mysql目录下新建my.ini文件配置如下信息: [mysqld] basedir=D ...
- Redis 简介(官方翻译)
Redis是一个开源(基于BSD开源协议).内存型结构数据存储,可当做数据库.缓存.消息代理.它支持的数据结构有字符串.哈希表.列表.集合.可随机查询的有序集合.位图.基数统计.用于半径查询的地理位置 ...
- 【Git使用】SourceTree可视化工具的安装和使用攻略
1,下载并安装 sourceTree http://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.6.14 ...
- 《C++数据结构-快速拾遗》 基础常识
1.命名空间函数 namespace wjy { void print() { cout<<"; } int load(int num) { return num; } } us ...
- kafka资料收集
kafka数据可靠性深度解读 http://blog.csdn.net/u013256816/article/details/71091774 kafka性能调优 http://www.kaimin ...