How to Pronounce the Word ‘TO’

Tagged With: TO Reduction

Study the TO 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:

In this American English pronunciation video, I’m going to go over how to pronounce the word ‘to’ in conversation.The word ‘to’ is a preposition so it’s a function word. Function words will normally be unstressed in a sentence. And the word ‘to’ will even reduce. Reduce means a sound will change. So, ‘to’ on its own: true T with the ‘oo’ as in ‘boo’ vowel. But, in a sentence, it will become to, true T with the schwa sound. Or, it might even become to, D sound with the schwa sound. Using the flap T pronunciation will smooth out your line even more. I’ve looked at lots of examples to try to figure out: is there a rule for when it’s appropriate to use the Flap T or not? And I’ve decided you can use the flap T in the word ‘to’ any time except when the word ‘to’ follows a word that ends in a T. Now, if this rule is too confusing for you, don’t worry about it. You can always pronounce it with a true T and a schwa, and that reduction is fine. However, a flap T will smooth things out just a little bit more. So, let’s look at some examples. We went to dinner. [3x] Now you’ll notice the word before ends in T, so I’m pronouncing ‘to’ ‘to’. True T, schwa sound. I’m not pronouncing two T’s. We went to dinner. [2x]Come to my party. Here I’m pronouncing the T as a flap. Duh, duh, duh. Come to my party. [2x] Much smoother than ‘Come to my party’. Come to my party.

Let’s go to the store. Here, ‘to’ is pronounced duh, duh. Go to, go to, go to the, go to the. Let’s go to the store. I wanted to get more. Wanted to, wanted to. Notice I’m not pronouncing two D’s here. Wanted to. The first D, at the end of ‘wanted’, is a stop. Wanted to. Then I’m pronouncing ‘to’ with the flap T/schwa sound. Wanted to [3x]. I wanted to get some more.

Did you notice that I did not pronounce the T sound in the word ‘wanted’. I said wanted, I dropped the T. This is not an uncommon practice when the T follows an N. Other examples: ‘center’ becomes cenner, cenner. Or, interview can be pronounced innerview, innerview.

Dropping this true T smoothes out speech. Even though I dropped the T, the -ed ending still follows the rule for a word that ends in T or D, and is pronounced with the ‘ih’ as in ‘sit’ vowel and the D consonant. Wanted is a fairly common word. Don’t be afraid to pronounce it ‘wannid’ [2x], you’ll notice many native speakers pronouncing it this way.

I wanted to get some more.I thought to myself … [2x] Here I’m pronouncing ‘to’, tt, with a true T because the word before ends in a T. Notice though, I am not pronouncing two T’s. I thought to myself. [2x]

We’re going to your play. Going to, going to: flap. We’re going to your play.

Don’t forget to reduce and link the word ‘to’. It’s a very important part of this stressed/ unstressed nature of American English.

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

I’m excited to announce that I’m running another online course, so do check out my website for details. You’ll find on there all sorts of information about the course, who should take the course, and requirements. I really hope you’ll check it out and consider signing up. I’ve had a blast with my first online course, and I’m looking forward to getting to know you.

Don’t stop there. Have fun with my real-life English videos. Or get more comfortable with the IPA in this play list. Learn about the online courses I offer, or check out my latest video.

Video:

How to Pronounce the Word ‘TO’的更多相关文章

  1. How to Pronounce the Word OR

    How to Pronounce the Word OR Share Tweet Share Tagged With: OR Reduction Study the OR reduction.  Th ...

  2. How to Pronounce the Word ARE

    How to Pronounce the Word ARE Share Tweet Share Tagged With: ARE Reduction Study the ARE reduction. ...

  3. How to Pronounce the word BECAUSE

    How to Pronounce the word BECAUSE Share Tweet Share Tagged With: BECAUSE Reduction Study the BECAUSE ...

  4. 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 ...

  5. How to Pronounce the Word THEM

    How to Pronounce the Word THEM Share Tweet Share Tagged With: THEM Reduction Study the THEM reductio ...

  6. Reduction: the word AT

    Reduction: the word AT Share Tweet Share Tagged With: AT Reduction Study the AT reduction.  There ar ...

  7. 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 ...

  8. 为什么“how to say”是错的?

    2018-04-26 15:53 英语口语 吉米老师前言:如果让老外评选十大Chinglish之最,老师猜"how to say"一定榜上有名.几乎每一位学习英语的童鞋,都曾有过脱 ...

  9. English Conversation – Checking in at an airport

    English Conversation – Checking in at an airport Share Tweet Share Tagged With: Ben Franklin Exercis ...

随机推荐

  1. vue-cli 引入阿里巴巴字体图标:注意点

    vue-cli 引入阿里巴巴字体图标:注意点 下载的 iconfont.css 文件中: .iconfont { font-family:"iconfont" !important ...

  2. 自定义django model form、admin action

    https://www.cnblogs.com/0zcl/archive/2017/03/22/6580279.html 先看效果图: 登陆admin后的界面: 查看作者: 当然你也可以定制admin ...

  3. JSOI2008——星球大战

    题目:https://www.luogu.org/problemnew/show/1197 并查集. 难点是若依次去掉点在求连通块个数,时间太长. 精妙的思维:先全部读入,再逆向求连通块个数——增加点 ...

  4. VBox修改uuid

    1.使用VBoxManage命令时,需要先在命令行中切换到VirtualBox的安装目录下 2.修改vdi的uuid:VBoxManage internalcommands sethduuid  D: ...

  5. tomcat和servlet的关系

    一.什么是servlet? 处理请求和发送响应的过程是由一种叫做Servlet的程序来完成的,并且Servlet是为了解决实现动态页面而衍生的东西.理解这个的前提是了解一些http协议的东西,并且知道 ...

  6. BASIC-21_蓝桥杯_Sine之舞

    思路: 先根据例子找出规律,列出递归要打印的数据; 示例代码: #include <stdio.h> int n = 0; void dg(int x){ int i = 0; if (x ...

  7. 【Spring学习笔记-2】Myeclipse下第一个Spring程序-通过ClassPathXmlApplicationContext加载配置文件

    *.hl_mark_KMSmartTagPinkImg{background-color:#ffaaff;}*.hl_mark_KMSmartTagBlueImg{background-color:# ...

  8. Maven报错找不到jre

    常规配置maven环境变量,报错: The JAVA_HOME environment variable is not defined correctly. This environment vari ...

  9. Web 使用反射获得一个对象的所有get方法

    问题描述: 由于想知道request中包含哪些getter方法,就想通过反射进行遍历,然后输出,结果异常,异常信息: 问题代码: try { outGetter(request); } catch ( ...

  10. 【C++11新特性】 nullptr关键字

    原文链接:http://blog.csdn.net/xiejingfa/article/details/50478512 熟悉C++的童鞋都知道,为了避免“野指针”(即指针在首次使用之前没有进行初始化 ...