1 Quantifiers are used to describe the number or amount of something. Certain quantifiers are used with certain kinds of nouns.

  a couple of      a little      any

  a few       little       enough

  few          much        some

  many      a great deal of     a lot of

  2 Countable Nouns and Uncontable

The nouns on the left side are examples of countable nouns. They can follow "a" or "an" in the singular. Adding "s" or "es" makes them plural. The nouns on the right side are examples of uncountable nouns. They cannot follow "a" or "an" and cannot be made plural.

Countable                 Uncountable

idea    message         inforamtion  news

project      coumputer           advice    support

report    car           money    love

3 Quantifiers with Countable Nouns

a couple of     usually means two

a few         is approximately 2 - 4, it implies a small number

few          without "a" is almost none, it implies a smaller number than expected

several      is more than a few

many       is a large number

These quantifiers describe the number of a countable noun. "A couple of" usually means two. "A few" is approximately 2 - 4. It implies a small number. "Few" without "a" is almost none. It implies a smaller number than expected. "Several" is more than a few. "Few" and "several" are usually not used in questions. "Many" is a large number.

4 Quantifiers with Uncountable Nouns

a little     is a small amount

little      without "a" is almost none, it implies less than expected

much       is a large amount, and is usually used in questions ("how much") and negative statements ("not much")

a great deal of     is a large amount

These quantifiers describe the amount of an uncountable noun. "A little" is a small amount. "Little" without "a" is almost none. It implies less than expected. "Little" isn't used in questions. "Much" is a large amount, and is usually used in questions ("how much") and negative statements ("not much"). "A great deal of" is a large amount.

5 Quantifiers with countable or uncountable Nouns

① any

Do you have any computers(furniture) in the conference room?

② enough

Do we have enough chairs(money) for lunch?

③ some

He has some ideas(information) about the new product.

④  a lot of

We've received a lot of messages(support) from the CEO.

These quantifiers can be used with either countable or uncountable nouns. "Any" is usually used only in questions or in negative statements. It means even the smallest number or amount. "Enough" is as many or as much as necessary. "Some" is an indefinite number or amount. "A lot of" is a large number or amount.

6 The quantifiers for question and neagtive statements.

I don't have any(some used here is wrong) money.

I won't make make a lot of or many(if several used here is wrong) changes.

7 Quantifiers that can't be used in Negative statement

a couple of    several    a little

a few        some     little

few

8 All of the expressions of quantity can be used without a noun if the meaning is clear. Note that in this case, "of" is not used after "a lot."

Do you have enough?

I have a lot.

Do you want some?

I don't want any.

6-1 Quantifiers的更多相关文章

  1. Discrete Mathematics and Its Applications | 1 CHAPTER The Foundations: Logic and Proofs | 1.4 Predicates and Quantifiers

    The statements that describe valid input are known as preconditions and the conditions that the outp ...

  2. 正则表达式中的Quantifiers

    ?: Match an element zero or one time 例如: colou?r: color 或 colour 但不能是 colo2r *: Match an element zer ...

  3. 原生JS:RegExp对象详解

    @import url(http://i.cnblogs.com/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/c ...

  4. 《Java学习笔记(第8版)》学习指导

    <Java学习笔记(第8版)>学习指导 目录 图书简况 学习指导 第一章 Java平台概论 第二章 从JDK到IDE 第三章 基础语法 第四章 认识对象 第五章 对象封装 第六章 继承与多 ...

  5. C#基础知识简单梳理

    本文是转发博友的总结,方便自己以后随时温习: 1.值类型和引用类型 1.1堆和栈 简单的说值类型存放在堆栈上面,引用类型的数据存放在托管堆上面(它的引用地址却存放在堆栈上面)! 栈:它是一个内存数组, ...

  6. PHP正则表达式详解(一)

    前言: 半年前我对正则表达式产生了兴趣,在网上查找过不少资料,看过不少的教程,最后在使用一个正则表达式工具RegexBuddy时,发现他的教程写的非常好,可以说是我目前见过最好的正则表达式教程.于是一 ...

  7. Thinking in Java——笔记(13)

    Strings Immutable Strings Objects of the String class are immutable. Every method in the class that ...

  8. java中关于正则一些基础使用

    希望能帮到有需要的朋友.-----转载请注明出处. 对于正则处理相关的知识,我一开始是从网上找资料配合使用Java API1.6的一个中文版进行学习,很感谢翻译这个版本的团队(机构)或者个人,很感谢那 ...

  9. SA: 情感分析资源(Corpus、Dictionary)

    先主要摘自一篇中文Survey,http://wenku.baidu.com/view/0c33af946bec0975f465e277.html   4.2 情感分析的资源建设 4.2.1 情感分析 ...

随机推荐

  1. 使用Vuex心得

    之前一直都是看别人写的vuex感觉还挺好理解的,今天自己根据需求写了下vuex,一下子不知道怎么写了, 想要用好vuex还是先要知道原理: 参考好博客写的非常到位:https://www.cnblog ...

  2. js证书批量生成与打包下载

    前边有提到最近的一个证书生成保存下载打印的需求. 之前实现的是一个单个操作的页面,现在把实现的批量效果和进度效果的代码展示出来. html <button class="btn btn ...

  3. 【vue】vue中实现导出excel

    1.安装依赖 cnpm install -S file-saver xlsx cnpm install -D script-loader 2.例如在src文件夹中新建一个名为vendor(vendor ...

  4. 002_浅析python 中__name__ = '__main__' 的作用

    很多新手刚开始学习python的时候经常会看到python 中__name__ = \'__main__\' 这样的代码,可能很多新手一开始学习的时候都比较疑惑,python 中__name__ = ...

  5. Oracle报错ORA-16433非归档丢失redo无法启动的恢复过程

    [案例]Oracle报错ORA-16433非归档丢失redo无法启动的恢复过程 转惜纷飞 今天ML的群中女神和travel在纠结一个恢复的问题,11.2.0.3版本,非归档,大概是rm掉current ...

  6. 初学Python——面向对象编程

    一.面向对象 or 面向过程? 编程范式: 编程是 程序 员 用特定的语法+数据结构+算法组成的代码来告诉计算机如何执行任务的过程 , 一个程序是程序员为了得到一个任务结果而编写的一组指令的集合,正所 ...

  7. 环境部署(三):Linux下安装Git

    Git是一个开源的分布式版本控制系统,可以有效.高速的处理从很小到非常大的项目版本管理,是目前使用范围最广的版本管理工具. 这篇博客,介绍下Linux下安装Git的步骤,仅供参考,当然,还是yum安装 ...

  8. "INSTALL_FAILED_DUPLICATE_PERMISSION "错误解决

    我们在进行Android组件安全测试时,如果遇到声明了权限的组件,在编写PoC时,可能会遇到如下错误提示: INSTALL_FAILED_DUPLICATE_PERMISSION perm=com.m ...

  9. [BZOJ4005][JLOI2015]骗我呢-[dp+容斥]

    Description 传送门 Solution 如果单独考虑一行i,则左边位置的数严格比右边位置的数小.而一行有m个位置,它们可以填[0,m]这m+1个数,则必然有一个数不存在. 定义第i行的第j位 ...

  10. javaweb 项目启动问题:Application Server was not connected before run configuration stop, reason: javax.manage

    参考:https://blog.csdn.net/whm18322394724/article/details/80290187 换成本机的jre就行了(路径要正确,特别是项目迁移的时候有时候用环境变 ...