How to Pronounce the Word OR

Tagged With: OR Reduction

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

In this American English pronunciation video, we’re going to discuss how to pronounce the little word ‘or’. The word ‘or’ is written in IPA with the ‘aw’ as in ‘law’ sound followed by the R consonant sound. But I find actually, the vowel sound is more closed than that— o, o, o, or, or. However, this word will generally be unstressed in a sentence. It is a conjunction. That is a function word. And function words will normally be unstressed. In this case, it will be pronounced er, er. Very short, very low in pitch, the schwa-R sound: er, er.

Let’s look at some examples. He’ll come at 6 or 6:30, 6 or, er, er, 6 or, 6 or 6:30. Now, the thing to note, when you reduce a word, you must link it to the words that come around. You don’t want to say 6—or—6:30. Six-er, six-er. 6 or 6:30. Very connected, very smooth. He’ll come at 6 or 6:30.

Do you want to leave now, or wait a while? Er-wait, er-wait. Did you notice? I did put a gap before the word ‘or’. That’s ok. Just make sure that it links to either the word before or the word after. Do you want to leave now, or wait a while? I don’t eat beef or chicken. Beef-er, beef-er, beef or chicken, beef or chicken. I don’t eat beef or chicken. Come here, or you’ll be sorry! Er-you’ll, er-you’ll, or you’ll be sorry. Come here, or you’ll be sorry.

Reduction and linking are important concepts in American English. Saying ‘or’ this way will help to smooth out your language, and will help you to be understood.

That’s it, and thanks so much for using Rachel’s English.

Video:

How to Pronounce the Word OR的更多相关文章

  1. How to Pronounce the Word ARE

    How to Pronounce the Word ARE Share Tweet Share Tagged With: ARE Reduction Study the ARE reduction. ...

  2. How to Pronounce the word BECAUSE

    How to Pronounce the word BECAUSE Share Tweet Share Tagged With: BECAUSE Reduction Study the BECAUSE ...

  3. How to Pronounce the Word ‘TO’

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

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

  5. How to Pronounce the Word THEM

    How to Pronounce the Word THEM Share Tweet Share Tagged With: THEM Reduction Study the THEM reductio ...

  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. [UE4]关卡蓝图

  2. Mysql-Client编码问题

    Mysql编码问题! 首先,安装完mysql之后,登录进去(从控制台), 先要查看mysql编码:SHOW VARIABLES LIKE 'char%': (我这里是修改好的) 如果是没修改的,因为当 ...

  3. better-scroll高度问题

    better-scroll无法滚动主要2方面原因,1)层级关系.2)高度问题

  4. Linux TCP/IP调优-Linux内核参数注释

    固定文件的内核参数 下列文件所在目录: /proc/sys/net/ipv4/ 名称 默认值 建议值 描述 tcpsyn_retries 5 1 对于一个新建连接,内核要发送多少个SYN连接请求才决定 ...

  5. SQL SERVER 数据压缩

    从SQL SERVER 2008开始,SQL SERVER 提供了对数据进行压缩的功能,启用数据压缩无须修改应用程序. 数据压缩可有效减少数据的占用空间,读取和写入相同数据花费的IO也响应减少,从而可 ...

  6. mysql:视图,触发器,事务,存储过程,函数。

    一  视图 1 什么是视图:视图其实就是通过查询得到一张表并且保存下来,就是一张虚拟的表,并非真实存在,比如我们将两个表在终端通过(inner join)内链接起来,那么我们得到的这个表就叫做视图,其 ...

  7. vue使用animate.css库

    //引入库 <link rel="stylesheet" type="text/css" href="animate.css"> ...

  8. Python 文件的操作

    新建 # ==================新建==================# 新建文件夹,若倒数第二层文件夹不存在则会报错os.mkdir(r"/home/python" ...

  9. layer.js关闭子窗口及刷新父窗口

    在需要layer.js弹窗口时,当编辑完窗口内容,需要关闭及刷新父窗口时: $("#senddata").click(function(){var id = $('input[na ...

  10. ASP.NET WebApi 图片上传

    以下是代码的实现过程: Html页面表单布局: <form id="UpPicture" enctype="multipart/form-data" ac ...