Labels & Codes

  List of Codes

  • Adjectives
  • Nouns
  • Verbs
  • Other labels

Adjectives


adjective A word that describes a noun or pronoun
[after noun] An adjective that only follows a noun.
[after verb] An adjective that only follows a verb.
[before noun] An adjective that only goes before a noun.
comparative The form of an adjective or adverb that expresses a difference in amount, number, degree, or quality.
superlative The form of an adjective or adverb that expresses that the thing or person being described has more of the particular quality than anything or anyone else of the same type.
[not gradable] An adjective that has no comparative or superlative form.

Nouns


noun A word that refers to a person, place or thing.
[C] Countable noun: a noun that has a plural.
[U] Uncountable or singular noun: a noun that has no plural.
[S] A singular noun.
plural The plural form of a noun.
noun [plural] A noun that can only be used in the plural.
[usually plural] A noun usually used in the plural.
[usually singular] A countable noun usually used in the singular.
[+ sing/pl verb]

A noun that refers to a group of people acting collectively.

When used in the singular it can be followed by either a singular or a plural verb in British English. In American English a

singular verb is preferred.

Verbs


verb A word that describes an action, state or experience.
[T] Transitive verb: a verb that has an object.
[I] Intransitive verb: a verb that has no object.
auxiliary verb The verbs be, have and do, which combine with other verbs to make different forms like passivesquestions and the continuous.
modal verb Verbs, such as must and can, that add meaning such as certaintyand obligation.
past simple The past simple form of the verb (eat ate eaten).
past participle The past participle of the verb (eat ate eaten).
present simple The present participle of the verb (tying tied).
phrasal verb A verb followed by an adverb or a preposition.
[L] Linking verb: an intransitive verb that is followed by a noun or adjective that refers back to the subject of the sentence.
[L only + adjective] A linking verb only followed by an adjective.
[L only + noun] A linking verb only followed by a noun.
[+ adv/prep] A verb that must be followed by an adverb or preposition.
[+ that clause] A verb followed by a clause beginning with that.
[+ question word] A verb followed by a question word.
[+ speech] A verb used with direct speech.
[+ to infinitive] A verb followed by the infinitive with to.
[+ infinitive withoutto] A verb followed by the infinitive without to.
[+ -ing] verb A verb followed by the -ing form of the verb.
[+ not or so] A verb followed immediately by not or so where these replace a clause.
[+ two objects] A verb that has a direct and indirect object.
[+ obj + adjective] A verb with an object followed by an adjective.
[+ obj + noun] A verb with an object followed by a noun.
[+ obj + noun or adjective] A verb with an object followed by a noun or adjective.
[+ obj + as noun or adjective] A verb with an object followed by as and a noun or an adjective.
[+ obj + to be noun or adjective] A verb with an object followed by to be and a noun or an adjective.
[+ obj + that clause] A verb with an object followed by a that clause.
[+ obj + to infinitive] A verb with an object followed by an infinitive with to.
[+ obj + infinitive without to] A verb with an object followed by an infinitive without to.
[+ obj + past participle] A verb with an object followed by a past participle.
[+ obj + ing verb] A verb with an object followed by the -ing form of a verb.
[+ obj + question word] A verb with an object followed by a question word.
[usually passive] A verb usually used in the passive.
[not continuous] A verb not used in the continuous form.

Other labels


adverb A word that gives information about a verb, adjective, another adverb, or a sentence.
conjunction A word such as and or although used to link two parts of a sentence.
determiner A word such as the or this used before a noun to show which particular example of a noun is being referred to.
number A word that refers to a number.
ordinal number A number such as 1st, 2nd, 3rd, 4th, that shows the position of something in a list of things.
preposition A word that is used before a noun, a noun phrase, or a pronoun, connecting it to another word.
predeterminer A word such as both or all used before other determiners.
pronoun A word such as it, or mine used to replace a noun.
prefix A letter or group of letters such as un-, pre- or anti- added to the beginning of a word to make a new word.
suffix A letter or group of letters such as -less or -ment added to the end of a word to make a new word.
exclamation A word or expression such as damn! or oh dear! used to express strong feelings.
[+ ing verb] A word or phrase followed by the -ing form of the verb.
[+ to infinitive] A word or phrase followed by the infinitive with to.
[+ that] A word or phrase followed by a clause beginning with that.
[+ question word] A word or phrase followed by a question word.
[as form of address] A word or phrase such as Mr or dear used to address someone.

摘自剑桥字典 - 结束

Labels & Codes的更多相关文章

  1. TensorFlow迁移学习的识别花试验

    最近学习了TensorFlow,发现一个模型叫vgg16,然后搭建环境跑了一下,觉得十分神奇,而且准确率十分的高.又上了一节选修课,关于人工智能,老师让做一个关于人工智能的试验,于是觉得vgg16很不 ...

  2. A Free , Fast and Small Automatic Formatter for C , C++ , C# , Java Source Codes

    A Free , Fast and Small Automatic Formatterfor C , C++ , C# , Java Source Codes Indenting source cod ...

  3. Code Labels

    Code Labels Code labels are three-letter codes with which commit messages can be prefixed. CODE Labe ...

  4. Fine-Grained(细粒度) Image – Papers, Codes and Datasets

    Table of contents Introduction Survey papers Benchmark datasets Fine-grained image recognition Fine- ...

  5. UVA-146 ID Codes

    It is 2084 and the year of Big Brother has finally arrived, albeit a century late. In order to exerc ...

  6. Lattice Codes

    最近在做的一些关于lattice codes的工作,想记录下来. 首先,我认为lattice coding是一种联合编码调制技术,将消息序列映射到星座点.其中一个良好的性质是lattice point ...

  7. System Error Codes

    很明显,以下的文字来自微软MSDN 链接http://msdn.microsoft.com/en-us/library/windows/desktop/ms681382(v=vs.85).aspx M ...

  8. Windows Locale Codes - Sortable list(具体一个语言里还可具体细分,中国是2052,法国是1036)

    Windows Locale Codes - Sortable list NOTE: Code page is an outdated method for character encoding, y ...

  9. Bar codes in NetSuite Saved Searches(transport/reprint)

    THIS IS A COPY FROM BLOG Ways of incorporating Bar Codes into your Netsuite Saved Searches.    Code ...

随机推荐

  1. Jquery获取输入框属性file,ajax传输后端,下载图片

    Django web开发获取input属性file,可以用request.FILES.get(' ')直接获取到,然后正常拼接路径就可以下载, 但是今天我们来用异步获取file的值在传输后端下载. 1 ...

  2. new和malloc区别,delete和delete []区别

    面试被问到上述问题,所以特地总结一下: 一.new和malloc的区别. 1.new可以返回指定类型的指针,并且自动分配内存大小:malloc需要计算手动计算分配空间的大小,并且返回值需要强转为实际类 ...

  3. python摸爬滚打之----tcp协议的三次握手四次挥手

    TCP协议的三次握手, 四次挥手 三次握手过程 1, 服务器时刻准备接受客户端进程的连接请求, 此时服务器就进入了LISTEN(监听)状态; 2, 客户端进程然后向服务器发出连接请求报文, 之后客户端 ...

  4. 在linux环境下部署禅道环境

    下载禅道安装包: 1)cd /home/ 2)mkdir app 3)ls 4)cd app/ 5)pwd 6)wget +禅道地址(http://dl.cnezsoft.com/zentao/9.8 ...

  5. java手写线程池,完善中

    package com.test001.threadpool; import java.util.LinkedList; import java.util.List; import java.util ...

  6. C语言扫盲及深化学习

    c语言特点: (1)效率高 (2)控制性强 (3)硬件亲和性好 (4)可移植性高 一.关于注释 c语言中注释不能嵌套,因此注释代码时一定要注意源代码中是否已经存在注释.要从逻辑上删除一段代码,利用预编 ...

  7. JavaScript 弹出窗体

    //弹出层 //父页面代码.打开弹窗 function ProDBDisp(link) { var url = _spPageContextInfo.webAbsoluteUrl + link; va ...

  8. CJSON parse.c

    #include <stdio.h> #include <stdlib.h> #include "cJSON.h" void printJson(cJSON ...

  9. Python操作MongoDB看这一篇就够了

    MongoDB是由C++语言编写的非关系型数据库,是一个基于分布式文件存储的开源数据库系统,其内容存储形式类似JSON对象,它的字段值可以包含其他文档.数组及文档数组,非常灵活.在这一节中,我们就来看 ...

  10. Redis详解与常见问题解决方案

    Redis简介 redis是一个key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字符串).list(链表).set(集合).zset(sor ...