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. leetcode刷题--两数之和(简单)

    一.序言 第一次刷leetcode的题,之前从来没有刷题然后去面试的概念,直到临近秋招,或许是秋招结束的时候才有这个意识,原来面试是需要刷题的,面试问的问题都是千篇一律的,只要刷够了题就差不多了,当然 ...

  2. python 基础操作--数据类型

    一.变量 1.定义:将运算的中间结果暂存到内存,以便后续程序调用. 2.命名规则 1.变量由字母.数字.下划线搭配组合而成: 2.不可以用数字开头,也不能全都是数字: 3.不能是python 关键字, ...

  3. Node.js作web服务器总结

    1.为什么Node.js用JS开发    Node.js 含有一系列内置模块,使得程序可以脱离 Apache HTTP Server 或 IIS,作为独立服务器运行. 首先,我们都清楚的是,同时接收数 ...

  4. Integer判断大于 == 127时的坑

    在一次判断返回Interger类型的code,  用==结果, 没进去 Integer的值在-128到127时,Integer对象是在IntegerCache.cache产生,会复用已有对象,也就是说 ...

  5. Python:Day55 ORM多表操作

    命令行创建UTF8数据库: CREATE DATABASE 数据库名称 DEFAULT CHARSET utf8 COLLATE utf8_general_ci; 创建多表(外键)

  6. ElasticSearch(站内搜索) 转发 https://www.cnblogs.com/xibei666/p/5929970.html

    简介 Elasticsearch是一个实时的分布式搜索和分析引擎.它可以帮助你用前所未有的速度去处理大规模数据.它可以用于全文搜索,结构化搜索以及分析,当然你也可以将这三者进行组合.Elasticse ...

  7. Topshelf:一款非常好用的 Windows 服务开发框架 转发https://www.cnblogs.com/happyframework/p/3601995.html

    背景 多数系统都会涉及到“后台服务”的开发,一般是为了调度一些自动执行的任务或从队列中消费一些消息,开发 windows service 有一点不爽的是:调试麻烦,当然你还需要知道 windows s ...

  8. mount --bind使用方法

    我们可以通过mount --bind命令来将两个目录连接起来,mount --bind命令是将前一个目录挂载到后一个目录上,所有对后一个目录的访问其实都是对前一个目录的访问,如下所示: ## test ...

  9. Run Redis

    Cmd window enter console Cd\ E: Cd E:\Graduration\Redis\github Run redis for window 64 After cmd ent ...

  10. i春秋-百度杯十月场-fuzzing

    1. 打开链接,提示 show me key,抓包,传值key=1,GET请求没有用,而POST请求有返回. 2.将md5值直接拿去解密,得到key=ichunqiu105    OK,进入下一步. ...