DO and DOES Reduction

Tagged With: DO and DOES Reductions

‘Do’ and ‘does’ can be reduced to make them easier to say and make more rhythmic contrast in your speech.  But you don’t want to reduce them in every case — learn when to and when not to in this video, as well as how to pronounce these words when they are reduced.

YouTube blocked? Click here to see the video.

Video Text:

In this American English pronunciation video, we’re going to study using DO and DOES as helping verbs, and their pronunciation.

Do you know what a helping verb is?  It’s a verb that helps the main verb of the sentence – so it’s not the main verb.  It’s an auxiliary verb.  Let’s look at two examples:

I do it all the time.
What do you think?

In one sentence, ‘do’ is the main verb; it’s the only verb.  In the other sentence, it’s the helping verb, the auxiliary verb. Which is which?  ‘Think’ is a verb, it’s the main verb of that sentence.  So ‘do’ is the helping verb in the second sentence, and the main verb in the first sentence.

What do you notice about the pronunciation?

In the first sentence, I pronounce it fully, do, with the OO as in BOO vowel.  In the second sentence, it’s not as clear. What do you think?  I reduce the vowel to the schwa, duh, duh.  I say it as fast as I can.  You might notice I’m dropping the T in ‘what’ and reducing the vowel in ‘you’ to the schwa as well:  what do you, what do you.  What do you think?  That makes the words in that phrase flow together, just like we want in American English.

Content words are words we want to stress, words we want to fully pronounce.  Verbs are content words, but helping verbs are not.  These are function words, which are unstressed and sometimes reduced.  Duh, duh.

This same idea works with the word ‘does’.  Fully pronounced, ‘does’, with the UH as in BUTTER vowel.  But when it’s a helping verb, it’s pronounced ‘diz’, does, does.  Different, right?  It’s less clear, very, very quick, and we reduce the vowel to the schwa. The jaw doesn’t really need to drop – ‘does’.

She does accounting for the firm.
What does he need?

She does accounting, does, does.  It’s the only verb, fully pronounced.  She does, she does.

What does he need?  does, does, does.  Unstressed, very fast.  Need’ is the main verb here.  Does, does.  What does he, what does he.  Notice I’m also dropping the H in ‘he’, as we often do.  What does he need?

Let’s listen to a few more sentences with ‘does’ and ‘do’:

Why does it do that?

Which one sounds fully pronounced, ‘does’ or ‘do’?  Why does it do that?  Why does, does, does.  That’s not fully pronounced.  Do that, do that.  ‘Do’ is fully pronounced.  Do is the main verb, and ‘does’ is the helping verb, does.

How do you feel?

Is ‘do’ fully pronounced?  How do you feel?  No.  It’s reduced.  ‘Feel’ is the main verb, and ‘do’ is the helping verb.

Did you notice that every time ‘do’ and ‘does’ were helping verbs, they were making questions?  And every time they were main verbs, they were making statements.  Actually, they can be in a statement as an auxiliary verb too, but in those cases they are being added for emphasis, and so they will be stressed.

For example:

I do like them.  ‘Like’ is the main verb, but we add ‘do’ to add emphasis.

>> You don’t like them, do you?
>> I do!  I do like them.

It does work.  ‘Work’ is the main verb, but we add ‘does’ for emphasis.

>> This thing doesn’t work.
>> It does work, you’re doing it wrong.

So, if ‘do’ or ‘does’ are in a question, try to reduce them.  Link them to the words around them, and make them really fast.

I hope this video has helped you understand when and how you can use ‘do’ and ‘does’ as helping verbs.

If there’s a word or phrase you’d like help pronouncing, please put it in the comments below.  Don’t forget to sign up for my mailing list by clicking here or in the description below to keep up with all of my latest videos – it’s free.

That’s it, and thanks so much for using Rachel’s English.

Video:

DO and DOES Reduction的更多相关文章

  1. Lattice Reduction (LLL) 算法C代码实现

    废话不多说,大名鼎鼎的Lenstra-Lenstra-Lovasz(LLL) 算法.实现参考论文:Factoring Polynomials with Rational Coefficients, 作 ...

  2. Stanford机器学习笔记-10. 降维(Dimensionality Reduction)

    10. Dimensionality Reduction Content  10. Dimensionality Reduction 10.1 Motivation 10.1.1 Motivation ...

  3. CUDA中并行规约(Parallel Reduction)的优化

    转自: http://hackecho.com/2013/04/cuda-parallel-reduction/ Parallel Reduction是NVIDIA-CUDA自带的例子,也几乎是所有C ...

  4. Beginners Guide To Learn Dimension Reduction Techniques

    Beginners Guide To Learn Dimension Reduction Techniques Introduction Brevity is the soul of wit This ...

  5. String Reduction

    问题出自这里 问题描述: Given a string consisting of a,b and c's, we can perform the following operation: Take ...

  6. 可视化MNIST之降维探索Visualizing MNIST: An Exploration of Dimensionality Reduction

    At some fundamental level, no one understands machine learning. It isn’t a matter of things being to ...

  7. erlang reduction

    “首先明确一点,Erlang的process的调度是抢占式的,而非couroutine的协作式的.其次,Erlang早期版本是只有一个调度器,运行在一个线程上,随着erts的发展,现在erlang的调 ...

  8. [Hive - LanguageManual] Archiving for File Count Reduction

    Archiving for File Count Reduction Note: Archiving should be considered an advanced command due to t ...

  9. Poj 2707 Copier Reduction

    1.Link: http://poj.org/problem?id=2707 2.Content: Copier Reduction Time Limit: 1000MS   Memory Limit ...

  10. 4.2 CUDA Reduction 一步一步优化

    Reduction并行分析: 每个线程是基于一个树状的访问模型,从上至下,上一层读取数据相加得到下一层的数据.不停的迭代,直到访问完所有的数据. 利用这么多的线程块(thread block)我们需要 ...

随机推荐

  1. [UE4]工程设置:自动捕获鼠标、通过代码设置鼠标显示隐藏、输入模式、编译时自动保存

    一.在4.20版本中运行游戏,在没有进行任何设置的情况下,游戏不会自动捕获鼠标,游戏不会接受输入,需要手动点一下游戏界面才行.如果要跟老版本一样运行游戏自动捕获鼠标,需要进行设置 二.也可以通过代码的 ...

  2. UI相关教程:HUD、UMG和Widget

    转自:http://aigo.iteye.com/blog/2258612 蓝图脚本来处理 ================================================== 用UM ...

  3. JDBC连接数据库,结合DbUtil数据库连接工具类的使用

    (以Mysql数据库为例) 第一步:在项目里配置数据库驱动 Build Path->configure  Build Path ->Add Exteral JARs   将JDBC驱动包导 ...

  4. 分享微信开发Html5轻游戏中的几个坑

    这段时间团队一直在做微信端的一些产品设计和开发,当然也包含一定的运营工作.做过的东西也不少,微名片.微抢票.微活动.微招聘等一些小case. 今天想说的是我们在微信中被玩的最活跃的轻游戏--微刮奖,这 ...

  5. RabbitMQ manage

    1. RabbitMQ service sudo systemctl enable rabbitmq-server sudo systemctl start rabbitmq-server sudo ...

  6. ZooKeeper的安装和API

    Zookeeper的分布式安装和API介绍: 安装教程 在datanode1.datanode2和datanode3三个节点上部署Zookeeper. 步骤 解压zookeeper安装包到/opt/m ...

  7. 什么是Apache Flink

    大数据计算引擎的发展 这几年大数据的飞速发展,出现了很多热门的开源社区,其中著名的有 Hadoop.Storm,以及后来的 Spark,他们都有着各自专注的应用场景.Spark 掀开了内存计算的先河, ...

  8. Centos7 开放80,3306端口解决办法

    所有扯iptables的文章都是扯淡!!! centos 7 默认防火墙由firewalld来管理!关iptables屁事! 以开放80端口为例,执行以下命令: 开放80端口:firewall-cmd ...

  9. mybatis基于注解形式的多数据源

    最近在做一个系统管理项目,需要使用到多数据源,尝试了注解形式和xml形式的多数据源配置,以下是基于注解形式的Mybatis多数据源配置. 1.application.yml 配置文件 database ...

  10. scrapy中 selenium(中间件) + 语言处理 +mysql

    在通过scrapy框架进行某些网站数据爬取的时候,往往会碰到页面动态数据加载的情况发生,如果直接使用scrapy对其url发请求,是绝对获取不到那部分动态加载出来的数据值.但是通过观察我们会发现,通过 ...