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 ...
随机推荐
- 关于 Cookie-free Domains (为什么将静态图片,js,css存放到单独的域名?)
这篇文章对高性能web开发具有参考性:http://developer.yahoo.com/performance/rules.html 本文主要描述使用裸域名做网站主域名时,如何用子域名做 cook ...
- Linux C程序操作Mysql 调用PHP采集淘宝商品 (转)
还是继续这个项目. 在上一篇Linux下利用Shell使PHP并发采集淘宝产品中,采用shell将对PHP的调用推到后台执行,模拟多线程. 此方法有一致命缺点,只能人工预判每个程序执行时间.如果判断时 ...
- C# 中取绝对值的函数
System.Math.Abs(float value); System.Math.Abs(decimal value); System.Math.Abs(int value); System.Mat ...
- TFS 2012如何切换用户
TFS 2012如何切换用户 编写人:左丘文 2018-3-8 春节假期来后,准备干活的时候,才发现TFS账户登入的是另外一个账户.现在想切换为自己的账户时,发现Vs 2012中没找到可以登出的功能, ...
- laravel获取参数
测试url如下 http://127.0.0.1:8888/testApp/public/testInput?aaa=1&bbb=2 测试代码 Route::get('/testInput', ...
- 大数据应用之HBase数据插入性能优化之多线程并行插入测试案例
一.引言: 上篇文章提起关于HBase插入性能优化设计到的五个参数,从参数配置的角度给大家提供了一个性能测试环境的实验代码.根据网友的反馈,基于单线程的模式实现的数据插入毕竟有限.通过个人实测,在我的 ...
- 如何手动关闭tomcat服务,不在Eclipse中的server里按那个红色按钮关
首先,找到Tomcat服务器的安装目录bin目录下的shutdown.bat.然后拖动到命令行进行操作,将Tomcat服务器关闭~ 将shutdown.bat 文件拖至命令行操作当中,执行该命令,即可 ...
- [C#]泛型约束在窗体定义上的使用
查相关资料查的一团乱,自己瞎写了几次以后误打误撞成功了: namespace Test1 { public partial class Form1<T> : Form { // ... F ...
- Appium简介和初步使用520-1
1.移动互联网架构简化图 2.Appium的优势 * 多种开发模式支持 native hybrid webview * 多平台支持 android ios * 跨语言 java python ruby ...
- ubuntu 命令汇总
1.linux添加全局变量 //查看当前的全局变量 echo $PATH //打开bashrc 文件,在最后面添加需要 加入的目录路径 vi ~/.bashrc //例如: export PATH=$ ...