How to Pronounce OF

Tagged With: OF Reduction

Study the OF 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 go over the reduction of the word OF. OF is a preposition, and prepositions are function words.  Function words are the words that will generally be unstressed in a sentence.  In this particular case, the word may also reduce, which means that one of the sounds will change or be dropped.  The word ‘of’ on its own, outside of the context of a sentence, will be pronounced with the UH as in BUTTER vowel and the V consonant.  Of, of.When we reduce this word, we may drop the consonant altogether.  When we use OF in a sentence, we’ll want to use the schwa, so, less jaw drop, and it will be very fast.  If the next word begins with a consonant, you can drop the V as well.  If the next word begins with a vowel or diphthong, you’ll want to keep the V sound.  Then you’ll have the case of an ending consonant and a beginning vowel, so the V can help you link the two words together.  Let’s look at some examples.  It’s one of my favorites.  Here, I’ve dropped the V.  OF is simply the schwa.  Uh, uh, uh-my, uh-my, it’s one of my, it’s one of my favorites.Another example:  A lot of offices have the same policy.  Here, the word after OF begins with a vowel, so I’m not going to drop the V.  I’m going to use it to link the word ‘of’ and ‘office’.  When we have a word that ends in a consonant, when the next word begins with a vowel or diphthong, it’s a great opportunity to link.  So, we think of the ending V actually as beginning the next word.  So instead of ‘offices’, we’ll have ‘voffices’, ‘uh-voffices’, of offices.  Linking will help smooth out your speech and prevent it from being choppy.  Very important in American English.  Of offices, a lot of offices.  A lot of offices.It’s part of a bigger plan.  Again, the next word begins with a vowel.  I’m going to link with the V sound, vv, vv.  Of a, of a.  It’s part of a bigger plan.  It’s one of the best videos I’ve seen.  Here the next word begins with a consonant, so I can drop the V if I want.  Uh-the, uh-the, one of the, one of the, It’s one of the best videos I’ve seen.Now let’s look at OF THEM.  This set of words can be reduced two different ways.  The word THEM can be reduced to the schwa/M sound, dropping the TH.

So, we can drop the TH of THEM.  That means we’ll want to keep the V of OF, because the next word begins with a vowel, the schwa:  uh-vm. A lot of them are good.  But, let’s say we don’t drop the TH.  Then we can drop the V.  A lot of them thought that.  uh-them, uh-them, a lot of them thought that.  I think in most cases I would drop the TH and keep the V.  But, this just goes to show there isn’t any one right way to deal with reductions in a sentence.

I hope this helps you understand the reduction of ‘of’.  Practice:  make a video of you saying a few sentences with of, and post it on YouTube as a video response to this video.  I can’t wait to watch.

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

Video:

How to Pronounce OF的更多相关文章

  1. Think you can pronounce these 10 words correctly? You might be

    Think you can pronounce these 10 words correctly?  You might be surprised! Share Tweet Share Tagged ...

  2. How to Pronounce Word vs. World

    How to Pronounce Word vs. World Share Tweet Share Tagged With: Comparison, Dark L What is the differ ...

  3. How to Pronounce AR, ORN, etc.

    How to Pronounce AR, ORN, etc. Share Tweet Share The R consonant can be really tricky.  In this vide ...

  4. How to Pronounce TH after N or Z

    How to Pronounce TH after N or Z Share Tweet Share Tagged With: Linking Consonant to Consonant The T ...

  5. How to Pronounce T + Dark L

    How to Pronounce T + Dark L Share Tweet Share Tagged With: Dark L The T and Dark L combination is co ...

  6. How to Pronounce Numbers 11 – 19

    How to Pronounce Numbers 11 – 19 Share Tweet Share Tagged With: Numbers Numbers are something you’ll ...

  7. How to Pronounce the Letters NG – No Hard G

    How to Pronounce the Letters NG – No Hard G Share Tweet Share Most of the time when you see the lett ...

  8. How to Pronounce the Numbers 1 – 10

    How to Pronounce the Numbers 1 – 10 Share Tweet Share Tagged With: Numbers Numbers are something you ...

  9. How to Pronounce the Months of the Year

    How to Pronounce the Months of the Year Share Tweet Share Tagged With: Most Popular Some of the mont ...

  10. How to Pronounce Numbers 20 – 1 Billion

    How to Pronounce Numbers 20 – 1 Billion Share Tweet Share Tagged With: Numbers Numbers are something ...

随机推荐

  1. O(n)线性空间的迷宫生成算法

    之前所有的迷宫生成算法,空间都是O(mn),时间同样是O(mn),时间上已经不可能更优化, 于是,我就从空间优化上着手,研究一个仅用O(n)空间的生成算法. 我初步的想法是,每次生成一行,生成后立即输 ...

  2. bzoj 4566 [Haoi2016]找相同字符——广义后缀自动机

    题目:https://www.lydsy.com/JudgeOnline/problem.php?id=4566 每个后缀结尾处 ct[ ] = 1 ,按拓扑序 dp 一下就能求出 right 集合的 ...

  3. ipconfig出现window IP configuration 。。

    我的电脑  右击 -->属性 ---->硬件---->设备管理器 安装以太网网卡 1.自动  电脑重新开机会自动提示安装 2.手动  下载以太网网卡驱动 ,选中合适类型(一般为int ...

  4. Java-Web中访问某个指定工程中的文件,报错后发现访问的文件是另一个工程里面的文件

    问题: 浏览器向我的bingou项目中的UserDaoImpl.java发送请求, myeclipse报错:空指针异常 点击报错行之后,错误给定位到了另一个项目中的的一个文件 解决: 原因是文件名错误 ...

  5. [转]NuGet 包升级

    Update-Package 在 NuGet 的命令控制台执行这个就会升级所有 NuGet 包,不带参数. 使用 VS2015 时,插件 Web Extension Pack 2015 和 Web.E ...

  6. JedisCluster中应用的Apache Commons Pool对象池技术

    对象池技术在服务器开发上应用广泛.在各种对象池的实现中,尤其以数据库的连接池最为明显,可以说是每个服务器必须实现的部分.   apache common pool 官方文档可以参考:https://c ...

  7. BatchNormalization批量归一化

    动机: 防止隐层分布多次改变,BN让每个隐层节点的激活输入分布缩小到-1和1之间. 好处: 缩小输入空间,从而降低调参难度:防止梯度爆炸/消失,从而加速网络收敛. BN计算公式: keras.laye ...

  8. js的数组操作相关(BigTree*)

    JavaScript中创建数组有两种方式 (一)使用 Array 构造函数: var arr1 = new Array(); //创建一个空数组var arr2 = new Array(20); // ...

  9. django的forms

    base知识 参考博文:https://www.cnblogs.com/yuanchenqi/articles/9036474.html 用户表单是Web端的一项基本功能,大而全的Django框架中自 ...

  10. HFDS核心技术

    HDFS 设计的前提与目标 HDFS体系结构1 HDFS体系结构2 HDFS特性与优点 高容错性保障机制 HDFS不适合的场景 HDFS2.0的新特征 HA-QJM Federation 快照 异构层 ...