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. Python编码问题小结

    开门见山 decode的作用是将其他编码的字符串转换成Unicode编码,如str1.decode('gb2312'),表示将gb2312编码的字符串str1转换成Unicode编码. encode的 ...

  2. ZooKeeper Observers解决节点过多时写性能下降问题

    ZooKeeper Observers Observers: Scaling ZooKeeper Without Hurting Write Performance How to use Observ ...

  3. 设计模式のStrategyPattern(策略模式)----行为模式

    一.问题产生背景 当我们进行一系列处理时(员工工资核算,会员管理,计算器,优惠活动),会有很多相似的算法和处理过程,只是由于具体的算法的差异,导致必须不同处理.这些处理和客户端无关,我们可以把这些算法 ...

  4. C#编程の模板

    C#泛型编程已经深入人心了.为什么又提出C#模板编程呢?因为C#泛型存在一些局限性,突破这些局限性,需要使用C#方式的模板编程.由于C#语法.编译器.IDE限制,C#模板编程没有C++模板编程使用方便 ...

  5. byteBuffer的用法

    byteBuffer 的三个属性 position limit capacity buffer的一般使用过程 // 1.分配空间// 2.写入数据到Buffer// 3.调用filp()方法// 4. ...

  6. 解决不能再jupyter notebook中使用tensorflow

    在搭建cuda + Anaconda + tensorflow的开发环境时,在虚拟环境中的jupyter notebook启动后无法导入tensorflow.具体解决方案如下: 1.首先在虚拟环境中安 ...

  7. tensorflow中的batch_normalization实现

    tensorflow中实现batch_normalization的函数主要有两个: 1)tf.nn.moments 2)tf.nn.batch_normalization tf.nn.moments主 ...

  8. 转://RMAN跨平台可传输表空间和数据库

    参考链接: http://blog.itpub.net/23135684/viewspace-776048/ http://blog.sina.com.cn/s/blog_69e7b8d7010164 ...

  9. jupyter notebook中No module named 'tensorflow'

    当我们在jupyter notebook中运行时可能会遇见没有某个包的情况,如下: ---------------------------------------------------------- ...

  10. 获得数值型数组的所有元素之和(分别使用增强for循环和普通for循环)

    package com.Summer_0419.cn; /** * @author Summer * 获得数值型数组的所有元素之和 */public class Test_Method13 { pub ...