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. winform自定义控件 (转帖)

    定义控件 本文以按钮为例,制作一个imagebutton,继承系统button, 分四种状态 1,正常状态 2,获得焦点 3,按下按钮 4,禁用 当然你得准备一张图片,包含四种状态的样式,同样你也可以 ...

  2. Microsoft Dynamics CRM 2011 中 SQL 语句总结

    一.查询用户和团队 插入的类型:OwnerIdType 可以为用户或团队: 1.团队: select top 1 ObjectTypeCode from metadataschema.entity w ...

  3. python 正则表达式的使用

    本文以例子的形势,介绍如何在python中使用正则表达式. Example1 #!/usr/bin/python import re import sys pattern = re.compile(r ...

  4. Thinkphp自动验证规则

    其实说白了,这篇文章就是转给自己看的,省的下次用的时候满网络找了.有需要的同学也可以看看.自动验证是非常有用的一个技术.平常的验证基本就是,用户名是否为空,用户名是否重复,密码,重复密码是否一致.官方 ...

  5. 两种获取MySql数据库中所有表的主键和外键约束信息的Sql语句

    最近在写Rafy底层的一些东西,在数据库方面把MySql数据库集成到里面去,里面有一个需求,需要获取非系统数据库,也就是我们自己建立的数据库中所有表的主键和外键元数据列表. 第一种方法:是网上的方法, ...

  6. C#,SOAP1.1与1.2的发布与禁用(SOAP 1.2 in .NET Framework 2.0)

    来源:https://www.codeproject.com/Articles/11878/SOAP-in-NET-Framework SOAP 1.2 in .NET Framework 2.0   ...

  7. linux 标准I/O (一)

    在前面<UNIX环境高级编程----文件描述符浅析>一文中所讲的I/O函数都是针对文件描述符.而对于标准I/O库,它们的操作都是围绕流来进行的.当用标准I/O库打开或创建一个文件时,我们已 ...

  8. c#数据类型 与sql的对应关系 以及 取值范围

    Short Name .NET Class Type Width Range (bits) SQL Datatype (Closest Match) Constraint to use (if nee ...

  9. Android中measure过程、WRAP_CONTENT详解以及 xml布局文件解析流程浅析

    转自:http://www.uml.org.cn/mobiledev/201211221.asp 今天,我着重讲解下如下三个内容: measure过程 WRAP_CONTENT.MATCH_PAREN ...

  10. BASIC-1_蓝桥杯_闰年判断

    正确代码: #include <stdio.h> int main(void){ int year = 0 ; scanf("%d",&year); if (y ...