words in English that contradict themselves
[S1E10, TBBT]
Leonard: I don't get it. I already told her a lie. Why would I replace it with a different lie?
Sheldon: Well, first of all, your lie was laughably transparent (clear and easy to understand), whereas (but in contrast) mine is exquisitely (extremely beautiful and very delicately made) convoluted (complicated). While you were sleeping, I was weaving an un-unravelable web.
ravel有两个相反的意思:1) (使线)缠结; 2) (使织物)散线, 绽线。unravel取了第一个意思,又加上了比喻,as in "unravel the mystery" (如果认为un-表示否定;解开谜团)。
undisclosed和undiscovered与之有点类似,也有双重否定,但用了un-和dis-。
[cudoo稻糠亩],还有dust, sanction等例子。如除尘和布尘都是dust. 还有The ship was held fast (firmly, securely, tightly ) by the anchor chain.
在古英语里,fast是"firmly fixed, steadfast, constant; secure; enclosed, watertight; strong, fortified," probably from Proto-Germanic *fastu- "firm, fast" (source also of Old Frisian fest, Old Norse fastr, Dutch vast, German fest),应该和fasten是近亲。Meaning "rapid, quick" is from 1550s (明嘉靖30年) [etymonline稻糠亩]
还有ravish【牛津】:
ravish
1. [Tn esp passive 尤用於被动语态] fill (sb) with delight; enchant 使(某人)欣喜若狂; 使着迷; 使心醉
2. [Tn] (arch or fml 古或文) rape (a woman or girl)
If an animal or bird preys on another animal or bird, it hunts and eats it. prey - an animal, bird etc that is hunted and eaten by another animal. prey和predator不如preyer和preyee好啊。
知道lava和magma两个单词,就敢说英语比汉语高级?加起来才9个字母,5个不重复的(aglmv)。
words in English that contradict themselves的更多相关文章
- Lesson 14 Do you speak English?
Text I had an amusing experience last year. After I had left a small village in the south of France. ...
- 运行nltk示例 Resource u'tokenizers punkt english.pickle' not found解决
nltk安装完毕后,编写如下示例程序并运行,报Resource u'tokenizers/punkt/english.pickle' not found错误 import nltk sentence ...
- [LeetCode] Reconstruct Original Digits from English 从英文中重建数字
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [LeetCode] Integer to English Words 整数转为英文单词
Convert a non-negative integer to its english words representation. Given input is guaranteed to be ...
- leetcode-【hard】273. Integer to English Words
题目: 273. Integer to English Words Convert a non-negative integer to its english words representation ...
- [LeetCode] 423 Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- [CareerCup] 17.7 English Phrase Describe Integer 英文单词表示数字
17.7 Given any integer, print an English phrase that describes the integer (e.g., "One Thousand ...
- English随笔1
英语中的基本五大句型 1.Subject (主语) + Verb (谓语) Li Ming works The accident happened 2.Subject (主语) + Link. V( ...
- Leetcode: Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
随机推荐
- httprunner3源码解读(3)client.py
源码目录结构 ApiResponse 这个类没啥好说的 class ApiResponse(Response): """ 继承了requests模块中的Response类 ...
- 在线编辑Word——插入图表
在Word中可插入图表,配合使用表格能够更加全方位的展示数据的可信度并增加数据的可读性.本文将通过使用在线编辑器 Spire.Cloud Word 演示如何来插入图表,并设置相关格式化操作.具体步骤如 ...
- es6使用场景
es6非空判断 示例1 es5 if(value !== null && value !== undefined && value !== ''){ //... } e ...
- Java学习(十八)
学习了Web中的单位. 像素是网页中最常用到的单位,一个像素是屏幕中的一个小点. 不同显示器一个像素的大小也不同,像素越小,显示效果越好. 也可以用百分比的方式: <!DOCTYPE html& ...
- IDEA maven Run Maven 启动方式
首先想要使用 Run Maven 启动需要在IDEA设置里找到plugins 在plugins窗口下面找到Browse Repositories 打开Browse Repositories 下载 ...
- 菜鸡的Java笔记第二 - java 数据类型
1.程序的本质实际上就是在于数据的处理上. JAVA中的数据类型有两类 基本数据类型:是进行内容的操作而不是内存的操作 数值型: 整型:byte(-128 ~ 127),short(-32768 ~ ...
- Scrapy入门到放弃05:让Item在Pipeline中飞一会儿
前言 "又回到最初的起点,呆呆地站在镜子前". 本来这篇是打算写Spider中间件的,但是因为这一块涉及到Item,所以这篇文章先将Item讲完,顺便再讲讲Pipeline,然后再 ...
- Nginx server_name翻译
http://nginx.org/en/docs/http/server_names.html#regex_names 匹配优先顺序 精确名称,无通配符,无正则. 以星号开头的最长的通配符名称,例如& ...
- python实现对象测量
目录: 问题,轮廓找到了,如何去计算对象的弧长与面积(闭合),多边形拟合,几何矩的计算等 (一)对象的弧长与面积 (二)多边形拟合 (三)几何矩的计算 (四)获取图像的外接矩形boundingRect ...
- myeclipse自带tomcat
安装myeclipse自带的tomcat没有在myeclipse的安装目录下,是再myeclipse指定的工作空间下 的.metadata\.plugins\com.genuitec.eclipse. ...