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. 修改Nginx的header伪装服务器

    有时候为了伪装自己的真实服务器环境.不像让对方知道自己的webserver真实环境,就不得不修改我们的webserer软件了!今天看了一下baidu.com的webserver感觉像是nginx修改的 ...

  2. Angular 4.0 环境搭建

    1.安装node 2.angular cli安装 sudo npm install -g @angular/cli 3. 使用ng -v 查看安装结果 4. 创建项目 ng new helloworl ...

  3. Dynamics CRM 2011 通过数据库修改实体字段的长度需要注意的地方

    一.首先打开数据库,我这里以SQL Server 2012数据库为例. 1.选择工具—>选项 ,如图1 图 1 2. 选择表设计器和数据库设计器—>阻止保存要求重新创建表的更改(S)把前面 ...

  4. 大快DKH大数据智能分析平台监控参数说明

    2018年国内大数据公司50强榜单排名已经公布了出来,大快以黑马之姿闯入50强,并摘得多项桂冠.Hanlp自然语言处理技术也荣膺了“2018中国数据星技术”奖.对这份榜单感兴趣的可以找一下看看.本篇承 ...

  5. 搭建openwrt_x86虚拟机环境

    1.下载源码 http://downloads.openwrt.org/snapshots/trunk/x86/openwrt-x86-generic-combined-ext4.img.gz 2.格 ...

  6. sql having 函数 按匿名字段作为条件进行查询

    今天写sql 遇到一个问题 SELECT a.*, count(b.id) AS nums FROM a LEFT JOIN b ON a.id=b.a_id WHERE nums>1 这时候会 ...

  7. zabbix 3.4新功能值预处理

    Zabbix 3.4版本更新了许多新功能,其中一个监控项功能Preprocessing,根据官方说明文档,在监控项收集的数据存储到数据库前,预先对数据进行处理,使用效果超过预期.这个功能存放位置在创建 ...

  8. puppet 工作原理

    Puppet的工作细节分成如下几个步骤: 1.客户端puppetd调用facter,facter会探测出这台主机的一些变量如主机名.内存大小.IP地址等.然后puppetd把这些信息发送到服务器端. ...

  9. 小峰mybatis(3)mybatis分页和缓存

    一.mybatis分页-逻辑分页和物理分页: 逻辑分页: mybatis内置的分页是逻辑分页:数据库里有100条数据,要每页显示10条,mybatis先把100条数据取出来,放到内存里,从内存里取10 ...

  10. 杂项:flex (adobe flex)

    ylbtech-杂项:Flex (Adobe Flex) Flex指Adobe Flex,基于其专有的Macromedia Flash平台,它是涵盖了支持RIA(Rich Internet Appli ...