How to Pronounce WH Words — what, why, which
How to Pronounce WH Words — what, why, which
Have you noticed that there are two different ways to pronounce words that begin with ‘wh’? I pronounce them one way, and my mother pronounces them another. Special thanks to Mom for helping with this video!
YouTube blocked? Click here to see the video.
Video Text:
In this American English pronunciation video, I’m going to discuss, with my Mom, the pronunciation of WH.
I’ve gotten a couple questions about how do you pronounce words that begin with WH. And I’ve brought my Mom here because she pronounces it differently than I do. She does the perfect, in my opinion, old fashioned, hw sound before the W. Whereas, I just make a clean W sound. So, for example, let’s just say some words.
>> Okay.
>> Whale.
>> Whale.
>> White.
>> White.
>> What?
>> What?
>> Why?
>> Why?
>> While.
>> While.
>> Such a perfect hw. So, either way, totally acceptable. And Mom, you said sometimes you leave off the hw? Like for the word ‘whether’, you said you don’t do it.
>> Whether, W-H-E-T-H-E-R, I would say the same as weather.
>> Whether or not.
>> Yeah, whether or not, I would say the same as weather, clouds, rain, sleet.
>> Right.
>> So, there I don’t say the WH.
>> Yeah.
>> So either one is acceptable. Um, in my opinion, why learn another sound, hw, when you don’t have to. Just make it a nice, clean W sound. I also think that the way my Mom says it, white.
>> White.
>> …is a little old fashioned. What do you think. Do you agree with that?
>> No.
>> Really?
>> I don’t think it’s old-fashioned.
>> What do you think it is?
>> I think it’s the way to say WH.
>> Oh. Its A way to say WH.
Grammar note: when you say THE way, it means there’s only one way. When you say A way, it means there is more than one way. Mom thinks her way is the only way, the right way, but I know that both are acceptable pronunciations.
Listen again to THE way and A way.
>> What do you think it is?
>> I think it’s the way to say WH.
>> Oh. Its A way to say WH.
>> Okay guys, so that’s my opinion on how to say WH words. If you’re going to say it like me, which is a clean W sound, you just round the lips, ww, and start your word. Thanks, Mom.
>> You’re welcome, dear.
>> Alright guys, that’s it, and thanks so much for using Rachel’s English
How to Pronounce WH Words — what, why, which的更多相关文章
- There is no getter for property named 'user' in 'class com.jyr.wh.domain.User' 异常
今天在使用mybatis时,出现了一个问题:There is no getter for property named 'user' in 'class com.jyr.wh.domain.User, ...
- 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 ...
- How to Pronounce Word vs. World
How to Pronounce Word vs. World Share Tweet Share Tagged With: Comparison, Dark L What is the differ ...
- 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 ...
- How to Pronounce TH after N or Z
How to Pronounce TH after N or Z Share Tweet Share Tagged With: Linking Consonant to Consonant The T ...
- 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 ...
- How to Pronounce Numbers 11 – 19
How to Pronounce Numbers 11 – 19 Share Tweet Share Tagged With: Numbers Numbers are something you’ll ...
- 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 ...
- How to Pronounce the Numbers 1 – 10
How to Pronounce the Numbers 1 – 10 Share Tweet Share Tagged With: Numbers Numbers are something you ...
随机推荐
- mysql 聚簇索引、非聚簇索引的区别
索引分为聚簇索引和非聚簇索引. 以一本英文课本为例,要找第8课,直接翻书,若先翻到第5课,则往后翻,再翻到第10课,则又往前翻.这本书本身就是一个索引,即"聚簇索引". 如果要找& ...
- CF 914F Substrings in a String——bitset处理匹配
题目:http://codeforces.com/contest/914/problem/F 可以对原字符串的每种字母开一个 bitset .第 i 位的 1 表示这种字母在第 i 位出现了. 考虑能 ...
- BeanUtils Object 取值赋值
/** * 将结果集导出为Excel * * @param response * @param fsc * @param columns * @param bizType * @throws Exce ...
- JS怎么把字符串数组转换成整型数组
今天在学习highcharts时,遇到了一个把字符串数组转换为整形数组的问题,拿在这里讨论一下: 比如有一个字符串: var dataStr="1,2,3,4,5"; 现在需要把它 ...
- windows 2008R2 iis7 +php web环境安装
windows 2008R2 iis7 +php web环境安装 编写人:左丘文 2016-01-24 近来由于在架构一个discuz x3.2的PHP论坛,因此查找了一些有关环境架构的相关资料,在此 ...
- java 字符串String
在 Java 中,字符串被作为 String 类型的对象处理. String 类位于 java.lang 包中.默认情况下,该包被自动导入所有的程序. 创建 String 对象的方法: 只要是双引号标 ...
- JsonCpp使用方法详解
JSON全称为JavaScript ObjectNotation,它是一种轻量级的数据交换格式,易于阅读.编写.解析.jsoncpp是c++解析JSON串常用的解析库之一. jsoncpp中主要的类: ...
- python学习笔记--装饰器
1.首先是一个很无聊的函数,实现了两个数的加法运算: def f(x,y): print x+y f(2,3) 输出结果也ok 5 2.可是这时候我们感觉输出结果太单一了点,想让代码的输出多一点看起来 ...
- 峰Spring4学习(1)HelloWorld
HelloWorld.java: package com.cy.test; public class HelloWorld { public void say(){ System.out.printl ...
- 【转载】CSS + DIV 实现整理布局
HTML CSS + DIV实现整体布局 1.技术目标: 开发符合W3C标准的Web页面 理解盒子模型 实现DIV+CSS整体布局 2.什么是W3C标准? W3C:World Wide Web Con ...