How to Pronounce Work vs. Walk

Tagged With: Comparison

If you’re confused about the R and L sounds, you probably have a tough time with these two words.  Learn about the different mouth positions to help you make these two words clearly.

YouTube blocked? Click here to see the video.

Video Text:

Today I’m going to go over two words that often trip people up: work and walk. Let’s take a look at the IPA transcriptions. First, notice that the word walk, even though it is spelled with an L, has no L sound in it. The word ‘work’ is written with four different IPA symbols. The ‘ur’ as in ‘her’ vowel [ɜ] is always followed by the R consonant sound [ɹ] , and really they are the vowel and consonant concept of the same sound, rrr. So though it’s written with four different symbols, it’s really just three sounds: ww, rr, kk. And walk, ww, aw, kk.

So the difference in these words is the middle sound, rrr, and aw [ɔ]. For the rr sound, the tongue pulls up and back some. And the middle raises and stretches wide, pressing against the insides of the top teeth. Rr, rr. The front of the tongue then just hangs forward, comes down, but it’s still up and back enough so that the tip of the tongue isn’t touching anything. Rr, rr. Also, notice the lip position. The corners come in and the lips pucker a little bit. Rr.

For the aw sound, the jaw drops a little bit more. And the tongue is sort of raised slightly all over. Not more in one place than in another. Aw. The tip of the tongue is forward. It can either be lightly touching behind the bottom teeth, or just behind it. Aw. Notice the cheeks come in just a little bit on this vowel sound. Aw. And the lips round a little bit. Ww, rr, kk, ww, aw, kk.

Now, the first sound in these words in the W sound. And notice that the lips do need to be in a tight circle for that. And you make a sound with your vocal cords before opening into the vowel.The final sound is the K consonant sound, kk, where the tongue will stretch up in the back, kk, touch the soft palate back there, let a little bit of air build up, and then pull away. And in that pull away, the sound is released. Kk.

The two middle sounds really are pretty different. Let’s alternate them. Rr, aw, rr, aw, repeat with me. Rr, aw, rr, aw. The rr sound feels further up in the face for me, rr, rr, right here. Aw, the jaw is dropped a little bit more, the sound feels more in the middle of the face. Aw, rr. And now let’s put all the sounds together to make the words. Ww, rr, kk, ww, rr, kk, ww, rr, kk, ww, rr, kk, work. Ww, aw, kk, ww, aw, kk, ww, aw, kk, ww, aw, kk, walk. Work, walk.That’s it, and thanks so much for using Rachel’s English.

Video:

How to Pronounce Work vs. Walk的更多相关文章

  1. python os.walk()

    os.walk()返回三个参数:os.walk(dirpath,dirnames,filenames) for dirpath,dirnames,filenames in os.walk(): 返回d ...

  2. LYDSY模拟赛day1 Walk

    /* 依旧考虑新增 2^20 个点. i 只需要向 i 去掉某一位的 1 的点连边. 这样一来图的边数就被压缩到了 20 · 2^20 + 2n + m,然后 BFS 求出 1 到每个点的最短路即可. ...

  3. How Google TestsSoftware - Crawl, walk, run.

    One of the key ways Google achievesgood results with fewer testers than many companies is that we ra ...

  4. poj[3093]Margaritas On River Walk

    Description One of the more popular activities in San Antonio is to enjoy margaritas in the park alo ...

  5. os.walk()

    os.walk() 方法用于通过在目录树种游走输出在目录中的文件名,向上或者向下. walk()方法语法格式如下: os.walk(top[, topdown=True[, onerror=None[ ...

  6. 精品素材:WALK & RIDE 单页网站模板下载

    今天,很高兴能向大家分享一个响应式的,简约风格的 HTML5 单页网站模板.Walk & Ride 这款单页网站模板是现代风格的网页模板,简洁干净,像素完美,特别适合用于推广移动 APP 应用 ...

  7. 股票投资组合-前进优化方法(Walk forward optimization)

    code{white-space: pre;} pre:not([class]) { background-color: white; }if (window.hljs && docu ...

  8. Go Walk教程 - 流程控制( switch)

    Go的 switch 非常灵活,表达式不必是常量或整数,执行的过程从上至下,直到找到匹配项,不要break: var score =98 var result string switch score/ ...

  9. [py]os.walk爬目录&sys.argv灵活获取参数

    1, 遍历目录 os.walk('/tmp') os.next()   2,sys.argv ######################################## py@lanny:~/t ...

随机推荐

  1. Redis整合Spring实现分布式锁

    spring把专门的数据操作独立封装在spring-data系列中,spring-data-redis是对Redis的封装 <dependencies> <!-- 添加spring- ...

  2. RHEL7或CentOS7安装11.2.0.4 RAC碰到的问题

    RHEL7或CentOS7安装11.2.0.4 RAC碰到的问题 随着Linux 版本的普及,但Oracle数据库主流版本仍是11gR2, 的支持不很完美,在Linux 上安装会遇到几处问题,以此记录 ...

  3. Java - 26 Java 数据结构

    Java 数据结构 Java工具包提供了强大的数据结构.在Java中的数据结构主要包括以下几种接口和类: 枚举(Enumeration) 位集合(BitSet) 向量(Vector) 栈(Stack) ...

  4. 安装配置Glusterfs

    软件下载地址:http://bits.gluster.org/pub/gluster/glusterfs/3.4.2/x86_64/ 192.168.1.11 10.1.1.241 glusterfs ...

  5. “javac”不是内部或外部命令的解决办法(JDK1.5 ~ JDK10)

    配置环境变量:计算机 -> 属性 -> 高级系统设置 -> 环境变量 JDK9以后版本(9-10): JAVA_HOME D:\Java\jdk-10 //jdk所在目录 JRE_H ...

  6. Linux 安装redis 基本配置 发布订阅,安全配置,持久化 rdb ,aof

    redis redis相关配置1.yum  源码 rpm  yum 快速,间接,高效,解决依赖关系,(自动安装到某个路径,不可控),通过yum安装的软件查询命令 rpm -ql nginx  yum源 ...

  7. asp mvc 导出txt 文件泛型方法

    asp mvc 导出txt 文件泛型方法分享: public static void ExportFile<T>(T obj) { StringBuilder str = new Stri ...

  8. 零基础学习python_模块(50-52课)

    今天学了下模块,那什么是模块呢?其实我们写的以py结尾的一个文件就是一个模块,模块也就是程序 还记得我们之前学过容器.函数.类吧 容器    ->    数据的封装 函数    ->   ...

  9. 下雨天,适合学「Spring Boot」

      北方的闷热,让不少小伙伴盼着下雨,前几天北京下了场大雨,杭州也紧跟这下了场雨,就在昨天原本还很闷热的天,突然就飘泼大雨了.今天也断断续续的下着小雨,一觉醒来已经是10点了.有句话说:懒惰是人的天性 ...

  10. Java实现图像对比类

    package com.function; import java.awt.image.BufferedImage; import java.io.BufferedWriter; import jav ...