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. linux 安装软件各种错误集锦及解决方法

    1.最小化安装了centos, 但是使用ifconfig命令时候出现”bash ifconfig command not found” .解决方法:yum -y install net-tools.x ...

  2. MySQL设置远程连接

    Window下MySQL设置开启远程连接mysql数据库 1.新建用户远程连接mysql数据库grant all on *.* to admin@'%' identified by '123456' ...

  3. windows下安装、卸载mysql服务

    将下载下来的mysql解压到指定目录下(如:d:\mysql)安装服务在命令行输入d:\mysql\bin\mysqld -installnet start mysql卸载服务在命令行输入net st ...

  4. Jquery的框架解析

    最近闲的刁痛,想看看jQuery源码.但是这个源码看起来 还是挺费劲的.所以呢整理一份框架出来, 避免走入jQuery关键字的误区,我用Gys代替关键字jQuery. 下面是源码: (function ...

  5. 第1章 计算机网络和协议(3)_TCP/IP协议

    3. TCP/IP协议 3.1 TCP/IP协议分层 3.2 TCP/IP通信过程 (1)应用层:浏览器和Web服务器是两个对等的实现,它们之间使用http协议进行通信. (2)传输层:网页传输之前, ...

  6. Hive调优

    Hive存储格式选择 和Hive 相关优化: 压缩参考 Hive支持的存储数的格式主要有:TEXTFILE .SEQUENCEFILE.ORC.PARQUET. 文件存储格式 列式存储和行式存储 行存 ...

  7. 动态参数(*args,**kwargs),命名空间和作用域,global和nonlocal,函数的嵌套

    1. 动态参数 位置参数的动态参数: *args 关键字参数的动态参数 : **kwargs 顺序: 位置,*args,默认值,**kwargs 在形参上*聚合, **聚合 在实参上*打散, **打散 ...

  8. jmeter解决登录token获取

    1.以百度登录为例 2.打开console 3.根据console结果设置公共的header在test plan 4.建立测试计划-test plan 5.正则表达式提取器,获取token 6.登录t ...

  9. selenium元素定位Xpath,Contains,CssSelector

    最近有人问到定位问题,基本上我用以下三个方法可解决,但不同的项目使用方法不一样.以下为自己所用的简单记录说明 1.Xpath 经常使用且最能解决问题的定位 driver.findElement(By. ...

  10. 点击复制内容到剪切板(clipboard)

    clipboard官方文档:https://clipboardjs.com/ 安装: 1.用npm:npm install clipboard --save 2.下载:https://github.c ...