How to Pronounce the Word THEM

Tagged With: THEM Reduction

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

>> Where did you get those flowers?
>> I got them at the farmer’s market.

Did you notice how I pronounced the word ‘them’? I dropped the TH entirely. ‘Em, ’em. This is great news for people who have a hard time with the TH. In this American English pronunciation video, I’m going to go over the pronunciation of the word ‘them’ in conversation.

There are lots of words in American English that will sound different when they’re part of a sentence than they do on their own. ‘Them’ is one of these words. The word ‘them’ on its own is pronounced with the voiced TH, th, th, tongue tip just through the teeth, the-, the ‘eh’ as in ‘bed’ vowel. So the jaw will have to drop quite a bit for that: the- the-. And finally, the M consonant. Them, mm, mm, mm. Lips come together to make that sound. Them. But, as part of a sentence, the vowel will reduce to the schwa. Them, them. All of a sudden, the word is very short, them, and very flat—them, them—compared to before: them, them. But, it can reduce even further. We can drop the TH and have just ’em, ’em, ’em. The schwa and the N sound. As always, when you reduce a word, you have to link it to the words around, so let’s look at some example sentences.

I’ll take them with me. Take ’em, take ’em. So, the K sound is linking right up to that schwa. Take ’em, take ’em. I’ll take them with me. I’ll get them later. Get ’em, get ’em. Do you notice that the T here is not a true T? It’s a flap T. Why? Because when we connect the schwa-M sound, the T now comes between two vowels. Get ’em, get ’em. I’ll get ’em later. I gave them to you last night. Gave ’em, gave ’em, gave ’em. Again, no break between the V and the schwa. Gave ’em. I gave them to you last night. You can have them. Have ’em, have ’em, have ’em. You can have them. We can buy them later. Buy ’em, buy ’em, buy ’em. We can buy them later.

Reducing a word and linking it to the words around is a great opportunity to smooth out your speech and sound more American. So don’t be afraid to pronounce ‘them’ this way. That’s it, and thanks so much for using Rachel’s English.

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 THEM的更多相关文章

  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 ‘TO’

    How to Pronounce the Word ‘TO’ Share Tweet Share Tagged With: TO Reduction Study the TO reduction.   ...

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

  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. requestAnimationFrame 提高动画性能的原因

    与setTimeout相比,requestAnimationFrame最大的优势是由系统来决定回调函数的执行时机.具体一点讲,如果屏幕刷新率是60Hz,那么回调函数就每16.7ms被执行一次,如果刷新 ...

  2. windows7 64位下git和tortoisegit的安装和使用

    githttps://github.com/git-for-windows/git/releases tortoisegit安装下载https://tortoisegit.org/download/ ...

  3. Dynamics CRM 2011 报表无法显示的问题总结

    一.一般打开报表会出现:该报表无法显示.(reProcessingAborted)和由于运行Microsoft SQL Server Reporting Services 的服务器上没有安装 Micr ...

  4. 访问php网站报500错误时显示错误显示

    调试时可在访问的php文件开头输入 ini_set("display_errors", "On"); error_reporting(E_ALL | E_STR ...

  5. Date类型之组件方法

    在之前总结了Date类型的继承方法和格式化方法,现在来总结一下日期时间组件方法,这些方法都是直接取得和设置日期值中特定部分的方法. var d = new Date(); //getDate() 从 ...

  6. 子网掩码 解释 ---判断各部机器ip 是不是同一个网段

    主要作用是地址判断 编辑 子网掩码是用来判断任意两台计算机的IP地址是否属于同一子网络的根据. 最为简单的理解就是两台计算机各自的  IP地址与子网掩码进行AND运算后,如果得出的结果是相同的,  则 ...

  7. 补充 3:Golang 一些特性

    1 丰富的内置类型 2 函数多返回值 3 Go的错误处理 :   Go语言引入了3个关键字用于标准的错误处理流程,这3个关键字分别为defer. panic和 recover 4 在Go语言中,所有的 ...

  8. python的XML处理模块ElementTree

    ElementTree是python的XML处理模块,它提供了一个轻量级的对象模型.它在Python2.5以后成为Python标准库的一部分,但是Python2.4之前需要单独安装.在使用Elemen ...

  9. mysql5.6修改字符编码,ERR:Illegal mix of collations for operation 'concat'

    mysql5.6修改字符编码,ERR:Illegal mix of collations for operation 'concat' 1.问题起因:搭建环境初始化mysql的时候看到mysql配置文 ...

  10. Spring Boot: Cannot determine embedded database driver class for database type NONE

    配置启动项时提示如下: 原因是:springboot启动时会自动注入数据源和配置jpa 解决: 1 在@SpringBootApplication中排除其注入 @SpringBootApplicati ...