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. mysql中in的用法

    今天在工作中遇到一个查询问题,两张表的联合查询,本来我的想法是先查询一张表,然后遍历查到的所有表,拿到id,去另外一张表查询,这样做也能解决问题,但是这样的话,就用不了框架里的分页了,自己写分页比较麻 ...

  2. LeetCode 171 Excel Sheet Column Number 解题报告

    题目要求 Given a column title as appear in an Excel sheet, return its corresponding column number. For e ...

  3. 反射的应用,jdbc封装

    实现在Java中查询数据库并保存在Java中 1.创建Dept类(要查找的类) package cn.ljs; public class Dept { private int deptno; priv ...

  4. Typescript基础

    参数类型新特性: ​类型声明 变量/函数:类型(string.any.number.boolean.void五种基本类型) 例如:var age:number=19; function test(na ...

  5. python学习笔记1-基础知识

    # 0.输入输出 # print数值型直接输出计算结果 pirnt( + ) # 输出 + = # input输入(可在括号内加提示语句) name = input('please enter you ...

  6. Python3学习之路~9.2 操作系统发展史介绍、进程与线程区别、线程语法、join、守护线程

    一 操作系统发展史介绍 参考链接:http://www.cnblogs.com/alex3714/articles/5230609.html 二 进程与线程 进程: 对各种资源管理的集合 就可以称为进 ...

  7. 使用TCP模拟登陆

    import java.util.ArrayList;import java.util.List; public class UserDB { //使用Map存储账号密码 private static ...

  8. log4cplus在VS项目中的使用

    log4cplus是C++编写的开源的日志系统,宣称具有线程安全.灵活.以及多粒度控制的特点,通过将日志划分优先级使其可以面向程序调试.运行.测试.和维护等全生命周期.你可以选择将日志输出到屏幕.文件 ...

  9. Percona-Toolkit 之 pt-archiver 总结

    pt-archiver - Archive rows from a MySQL table into another table or a file. pt-archiver nibbles reco ...

  10. 使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(四)

    这篇文章是对前面三篇的一个总结: 1.从测试结果来看,原生的数据库性能分别是:SQL Server(4587)>Oracle(271)>Mysql(145),测试数据量分别为5W.50W. ...