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. Linux CentOS7.5上二进制安装MySQL5.7.23

    1.下载二进制文件 cd /usr/local/src/ wget https://cdn.mysql.com//Downloads/MySQL-5.7/mysql-5.7.23-linux-glib ...

  2. 基于IDEA环境下的Spark2.X程序开发

    我们选择在线安装 这个是windows下的scala,直接双击安装就可以了 安装好之后可以验证一下 这个是我本地的jdk1.8安装包,直接双击安装 安装完成后可以验证一下 https://archiv ...

  3. Python ————反射机制

    python中的反射功能是由以下四个内置函数提供:hasattr.getattr.setattr.delattr,改四个函数分别用于对对象内部执行:检查是否含有某成员.获取成员.设置成员.删除成员. ...

  4. python hashillb 模块

    hashlib主要提供字符加密功能,将md5和sha模块整合到了一起,支持md5,sha1, sha224, sha256, sha384, sha512等算法 import hashlib # ## ...

  5. linux学习思维导图(转)

    转自:https://blog.csdn.net/m1585761297/article/details/80017111 先附上一张学习路径的导图 导图一 导图二(一套) 1.Linux目录结构 2 ...

  6. java 模拟浏览器发送post请求

    java使用URLConnection发送post请求 /** * 向指定 URL 发送POST方法的请求 * * @param url * 发送请求的 URL * @param param * 请求 ...

  7. JVM总结-java对象的内存布局

    在 Java 程序中,我们拥有多种新建对象的方式.除了最为常见的 new 语句之外,我们还可以通过反射机制.Object.clone 方法.反序列化以及 Unsafe.allocateInstance ...

  8. Java平台编写运行Ruby和Python

    Java不仅是一门编程语言,还是一个平台,通过JRuby和Jython,我们可以在Java平台上编写和运行Ruby和Python程序.

  9. GNU coreutils

    内核实用程序,针对文本及文件操作.涉及到102条linux命令.命令列表:cp.install.ln.mv.ls.echo…… 常见选项 1.退出状态 2.备份选项 cp, install, ln, ...

  10. elasticssearch+kibanna入门(撰写中)

    看到一篇elasticssearch+kibanna的文章,觉得很好,不过例子是python的,所以使用java自己安装一下: https://mp.weixin.qq.com/s?__biz=MjM ...