How To Pronounce 3-Syllable Phrases

Tagged With: 3-Syllable

Learn about the stress of short three-syllable phrases.  How do they match up with three-syllables words?

YouTube blocked? Click here to see the video.

Video Text:

In this American English pronunciation video, we’re going to go over stress patterns in three-syllable sentences.

I recently did a video on three-syllable words.  There, we talked about the importance of rhythmic contrast.  It’s true in sentences as well.  In this video, we’re going to compare sentences and words that have the same amount of syllables: three syllables.  Many of my students think, when they see a bigger word, that they have to rush though it, because it’s only one word.  But that doesn’t really matter.  A three-syllable word should take about as much time as three-syllable sentence.

First, let’s look at the stress patterns.  If the stress is on the the first syllable, the pattern is DA-da-da.  LONG-short-short.  DA-da-da.  Example words: rational, popular.  Example sentence:  Stay awhile.  DA-da-da.  Go for it.  One thing my most advanced students work on, is making the short syllables extremely short.  So it’s not ‘awhile’, it’s awhile.  Low in pitch, really fast, quieter:  stay a while [3x].  Go for it, for it, for it.  Go for it.
These sentences are about the same length as the words, and they feel the same rhythmically:  stay a while, rational, go for it, popular. DA-da-da.  So, the word ‘popular’ can take as much time as the three words ‘go for it.’

Another pattern is stress on the middle syllable.  da-DA-da, example words:  Decided.  Example.  Example sentences:  I want it, I saw you.  Again, make the unstressed syllables as short as you can:  I want it, I, I, it, it.  I want it.  Notice I’m dropping the T in the word ‘want’.  Native speakers will sometimes do this when the T follows an N.  I saw you, I, I, you, you.  I saw you.  da-DA-da.  Again, these words and sentences feel the same rhythmically.  Decided.  I want it.  Example.  I saw you.  da-DA-da.

And the last stress pattern is da-da-DA, stress on the last syllable.  Everyday, eighty-one.  Sentences:   Let me go.  da-da-DA.  Let me go.  let me, let me.  Let me go.  Come again.  da-da-DA.  Come a, come a, come a, GEN.  Come again.  da-da-DA.  Again, these words and sentences have the same rhythmic feel.  Everyday, let me go, eighty-one, come again.

Rhythmic contrast is a very important part of the character of American English.  I encourage you to think about it as you study pronunciation.  As you learned in this video, words can take as long as sentences, so don’t rush longer words.  Give them as much time and shape as you would a sentence with the same stress pattern.  And as you get more and more comfortable with the concept of rhythmic contrast, work on making your short syllables extremely short, flatter, and quieter.  It will make a beautiful difference in your pronunciation.

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

How To Pronounce 3-Syllable Phrases的更多相关文章

  1. English Phrases with THE – Linking the TH Sound

    English Phrases with THE – Linking the TH Sound Share Tweet Share Tagged With: The Word THE Study En ...

  2. How to Pronounce Ending T Clusters + Homophones — Baking!

    How to Pronounce Ending T Clusters + Homophones — Baking! Share Tweet Share Tagged With: ARE Reducti ...

  3. Easy-to-Learn English Travel Phrases and Vocabulary!

    Easy-to-Learn English Travel Phrases and Vocabulary! Share Tweet Share Tagged With: Real Life Englis ...

  4. Think you can pronounce these 10 words correctly? You might be

    Think you can pronounce these 10 words correctly?  You might be surprised! Share Tweet Share Tagged ...

  5. How to Pronounce Word vs. World

    How to Pronounce Word vs. World Share Tweet Share Tagged With: Comparison, Dark L What is the differ ...

  6. How to Pronounce AR, ORN, etc.

    How to Pronounce AR, ORN, etc. Share Tweet Share The R consonant can be really tricky.  In this vide ...

  7. How to Pronounce T + Dark L

    How to Pronounce T + Dark L Share Tweet Share Tagged With: Dark L The T and Dark L combination is co ...

  8. How to Pronounce Numbers 11 – 19

    How to Pronounce Numbers 11 – 19 Share Tweet Share Tagged With: Numbers Numbers are something you’ll ...

  9. How to Pronounce the Letters NG – No Hard G

    How to Pronounce the Letters NG – No Hard G Share Tweet Share Most of the time when you see the lett ...

随机推荐

  1. java 搭建新项目,最佳组合:spring boot + mybatis generator

    java 搭建新项目,最佳组合:spring boot + mybatis generator

  2. webpack 打包性能分析工具

    webpack-bundle-analyzer,推荐使用 新版 vue-cli (旧版按照新版的进行配置即可)已经集成该插件,在项目的 package.json 文件中注入如下命令,然后运行(npm ...

  3. Microsoft Dynamics CRM4.0 和 Microsoft Dynamics CRM 2011 JScript 方法对比

    CRM 2011 如果需要再IE里面调试,可以按F12在前面加上contentIFrame,比如 contentIFrame.document.getElementById("字段" ...

  4. hadoop项目开发案例方案汇总

    大数据Hadoop应用开发技术正可谓如火如荼推进中,以为大数据已经不仅仅是局限在互联网领域,而是已经被上升到了国家战略的高度层面.大数据正在深刻影响和改变我们的日常生活和工作方式. Hadoop应用开 ...

  5. framework4.0 IIS7下urlrewriter设置问题

    framework4.0 IIS7下urlrewriter设置问题 http://www.cnblogs.com/litian/articles/alex.html IIS开启伪静态后html静态页面 ...

  6. vs2015 去除 git 源代码 绑定,改成向tfs添加源码管理

    除了下文的方法是将源码管理从git改成tfs之外,还要做以下几步即可 向tfs添加源码 打开源码管理(管理连接),双击打开你要向其中添加的tfs连接 选中该解决方案,右键 将解决方案添加到源码管理 嵌 ...

  7. 纯文本文件 numbers.txt, 里面的内容(包括方括号)如下所示

    from collections import OrderedDict import xlwt with open('student.txt','r') as f: number_list = jso ...

  8. 小峰mybatis(1) 处理clob,blob等。。

    一.mybatis处理CLOB.BLOB类型数据 CLOB:大文本类型:小说啊等大文本的:对应数据库类型不一致,有long等: BLOB:二进制的,图片:电影.音乐等二进制的: 在mysql中: bl ...

  9. 小峰servlet/jsp(5)jsp自定义标签

    一.自定义标签helloworld: 二.自定义有属性的标签: HelloWorldTag.java:继承TagSupport: package com.java1234.tag; import ja ...

  10. PHP简单查询界面

    <html> <style type='text/css'> table {border-collapse:collapse;} td {border:solid 1px #d ...