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. [UE4]C++中的注释

  2. [UE4]扔枪后捡枪:Get Overlapping Actors

    一.搜索碰撞体是否碰撞到枪,使用Get Overlapping Actors,只搜索Class Filter设置的对象类型.Get Overlapping Actors没有Class Filter参数 ...

  3. Keepalived+Nginx+tomcat实现系统的高可用

    Keepalived+Nginx+tomcat实现系统的高可用 1:安装vmware虚拟机 2:安装linux系统,我自己下载的centos6.5 3:安装JDK,tomcat 解压tomcat到/u ...

  4. Service Worker初体验

    http://web.jobbole.com/84792/ http://imweb.io/topic/56592b8a823633e31839fc01

  5. 递归锁,event事件和信号量

    锁通常被用来实现对共享资源的同步访问.为每一个共享资源创建一个Lock对象,当你需要访问该资源时,调用acquire方法来获取锁对象(如果其它线程已经获得了该锁,则当前线程需等待其被释放),待资源访问 ...

  6. Java 4- Java 变量类型

    Java 变量类型 在Java语言中,所有的变量在使用前必须声明.声明变量的基本格式如下: type identifier [ = value][, identifier [= value] ...] ...

  7. How The Kernel Manages Your Memory.内核是如何管理内存的

    原文标题:How The Kernel Manages Your Memory 原文地址:http://duartes.org/gustavo/blog/ [注:本人水平有限,只好挑一些国外高手的精彩 ...

  8. jQuery操作标签

    jQuery操作标签 样式操作: 对标签的样式进行修改,那么操作样式的方法是什么? 样式类: addClass();// 添加指定的CSS类名. removeClass();// 移除指定的CSS类名 ...

  9. python连接数据库——create_engine和conn.cursor

    python操作数据库的方法: 一种是导入sqlalchemy包,另一种是导入psycopg2包. 具体用法如下(此处以postgre数据库举例) 第一种: # 导入包 from sqlalchemy ...

  10. QT学习之QT5.7+opencv3.1安装及显示图像

    如果有时间就按照这篇博文一步一步走: http://www.cnblogs.com/howlclat/p/6433097.html, 如果没时间: 直接下载最后的文件就可以了,不要浪费时间再去编译,真 ...