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. Java IO网络编程经典模板

    本文会从传统的BIO到NIO再到AIO自浅至深介绍,并附上完整的代码讲解. 下面代码中会使用这样一个例子:客户端发送一段算式的字符串到服务器,服务器计算后返回结果到客户端. 代码的所有说明,都直接作为 ...

  2. arcgis for android 读取shp文件中文乱码解决方法

    设置注册表默认字符,即可解决中文乱码问题. 'dbfDefault' 设置方法1.开始--运行,输入”Regedit“,打开注册表.2.如是用的是 10.x 版本 ArcGIS Desktop,定位到 ...

  3. 报错:Column count doesn't match value count at row 1

    mysql错误:Column count doesn't match value count at row 1 意思是存储的数据与数据库表的字段类型定义不相匹配. 解决办法:检查段类型是否正确, 是否 ...

  4. C#列的一些操作

    //变更列名 DataTableA.Columns["原来的列名"].ColumnName="新的列名";

  5. 利用(CMD)在Django中创建文件

    django项目的创建(在CMD中) 1.切换到你想要存储项目的位置,我这里保存在桌面上 cd Desktop 2.创建一个django项目,项目名叫guest django-admin startp ...

  6. firewalld的使用(CentOS7的端口打开关闭)

    1.firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status f ...

  7. django---单表操作之展示书籍列表

    下面使用python console对数据库进行增删改查 下面我们来举个例子在页面上展示记录 结果: 注意html里面变量的写法 {% for book in book_list %} <tr& ...

  8. 理解 with递归调用 Sqlserver 树查询

    --with用法 --可以这么理解 with SQL语句变量或者叫临时表名 as( SQL语句 ) select * from SQL语句变量或者叫临时表名 --递归调用 with CTE as( s ...

  9. poi 导入Excel解析 2003 2007

    Workbook wb = WorkbookFactory.create(new FileInputStream(file)); Sheet sheet = wb.getSheetAt(0);// 第 ...

  10. 调整navigationItem的位置

    UIBarButtonItem *itemTransformView = [[UIBarButtonItem alloc] initWithCustomView:_header.transformVi ...