How to Pronounce the Word SOMETHING
How to Pronounce the Word SOMETHING
Something tells me you’re going to like this video! Learn how to practice this word by breaking it down sound by sound, knowing what’s stressed and what’s not. Then put it all together to feel confident using this word in American English conversation.
YouTube blocked? Click here to see the video.
Video Text:
This video is by request, from one of my Facebook fans, Renata. The subject: how to pronounce the word ‘something’.This word is mispronounced by a lot of non-native speakers. One of the things that makes it tough is the TH sound. So in this video, we’re going to break it down step by step, first talking about the sounds, then talking about stress.
The first sound is the S consonant sound. Teeth are together, ss, ss, ss, to make that unvoiced sound. Then the first vowel is the ‘uh’ as in ‘butter’ sound, so there’s a very relaxed drop of the jaw, so-, so-, so-, and the tongue remains very relaxed. Some– then the lips have to come together to make the M sound. Some. If your lips don’t come together, you’re probably making the NG sound, a common substitution. Sung, sung. So make sure they do come together to get the M. Some, some, some.
Next is the tough part: the TH sound. It’s unvoiced. Someth–. So the lips part, and just the very tipof the tongue comes out. Th, th, th. And we let air pass through there, with no voice underneath it.The next sound is the IH as in SIT vowel. Now, when this sound is followed by the NG consonant, it does tend to go a little bit more towards the EE as in SHE vowel. Somethi–. So the tongue tip is now down, but the front part of the tongue is raising towards the roof of the mouth. Something. And finally, the NG consonant, where the back part of the tongue will reach up and touch the soft palate here. Something, something.
So now, stress. If you’ve noticed, something, stress is on the first syllable. Something, -thing, -thing. So, the second syllable, -thing, -thing, will be flatter, lower in pitch, and a little quieter. The first syllable will have more shape to it. Something, something.
Ok, so now you understand how to pronounce the word. How to integrate it into conversation? Well, just the knowledge is never going to be enough. You have to drill it repetitiously to bring it into your habit. So, start out slowly. Never do it so fast that you’re no longer doing it the correct way. Something. Take your time to make sure that your tongue is coming through the teeth for that unvoiced TH sound. Something. Eventually, when you’re comfortable with that, you can speed it up, slowly, until you get it to a normal conversational pace. I can’t stress enough the importance of repetition. It’s the only way to make it habit. That’s it, and thanks so much for using Rachel’s English.
How to Pronounce the Word SOMETHING的更多相关文章
- 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 ARE
How to Pronounce the Word ARE Share Tweet Share Tagged With: ARE Reduction Study the ARE reduction. ...
- 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 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 ...
随机推荐
- SpringMVC Controller 介绍及常用注解
摘要: @Controller.@RequestMapping(属性:value.params .method.headers).@PathVariable.@RequestParam.@Cookie ...
- jmeter --自动化badboy脚本开发技术
jmeter --自动化badboy脚本开发技术 一般人用badboy都是使用它的录制功能,其它badboy还是一款自动化的工具,它可以实现检查点.参数化.迭代.并发.报告.断点等功能.本文就这些功能 ...
- 常用Web框架
1.Aliceui Aliceui是支付宝的样式解决方案,是一套精选的基于 spm 生态圈的样式模块集合,是 Arale 的子集,也是一套模块化的样式命名和组织规范,是写 CSS 的更好方式. git ...
- ios之gcd
看这里吧 http://www.jianshu.com/p/3a5a55e50e84
- php如何分割字符串?php mb_substr分割字条串,解决中文乱码问题,支持分割中文! (转)
因为网站开发需要,必须有一项功能可以把字符串一个一个分割开来,并且转换为数组. 刚开始用“str_split函数”在实验分割中文字符时就出现了乱码. 蚂蚁学院经过一翻研究,最终发现以下方法可以有效分割 ...
- Spring 注解方式 实现 IOC 和 DI
注:以下所有测试案例(最后一个除外)的测试代码都是同一个: package cn.tedu.test; import org.junit.Test; import org.springframewor ...
- HDU 2548 A strange lift
A strange lift Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)To ...
- [转]NSIS:常量大全
原文链接 http://www.flighty.cn/html/bushu/20140915_251.html ;轻狂志www.flighty.cn ;运行后会在桌面生成NSIS常量大全.txt文件 ...
- [转]Windows服务“允许服务与桌面交互”的使用和修改方法
上一篇文章是纯 C# 代码的形式勾上 “允许服务与桌面交互” 选项的 本文转载自:http://blog.csdn.net/lanruoshui/article/details/4756408 描述: ...
- [UE4]集合:TSet容器
一.TSet<T>是什么 UE4中,除了TArray动态数组外,还提供了各种各样的模板容器.这一节,我们就介绍集合容器——TSet<T>.类似于TArray<T>, ...