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. 干货 | 教你如何监控 Java 线程池运行状态

    之前写过一篇 Java 线程池的使用介绍文章<线程池全面解析>,全面介绍了什么是线程池.线程池核心类.线程池工作流程.线程池分类.拒绝策略.及如何提交与关闭线程池等. 但在实际开发过程中, ...

  2. 模块化Javascript代码的两种方式

    1.将模块整体放在函数里 function buildMonthNameModule() { var names = ["January ", "February&quo ...

  3. 邮件服务器安装--Postfix + Dovecot + Squirrelmail--CentOS 6.4

    英文原文链接 : http://www.unixmen.com/install-postfix-mail-server-with-dovecot-and-squirrelmail-on-centos- ...

  4. 钉钉开发入门,微应用识别用户身份,获取用户免登授权码code,获取用户userid,获取用户详细信息

    最近有个需求,在钉钉内,点击微应用,获取用户身份,根据获取到的用户身份去企业内部的用户中心做校验,校验通过,相关子系统直接登陆; 就是在获取这个用户身份的时候,网上的资料七零八落的,找的人烦躁的很,所 ...

  5. 滴滴出行基于RocketMQ构建企业级消息队列服务的实践

    小结: 1. https://mp.weixin.qq.com/s/v6NM3UgX-qTI7yO1QPCJrw 滴滴出行基于RocketMQ构建企业级消息队列服务的实践 原创: 江海挺 阿里巴巴中间 ...

  6. type显示的是访问类型,是较为重要的一个指标,结果值从好到坏依次是: system > const > eq_ref > ref > fulltext > ref_or_null > index_merge > unique_subquery > index_subquery > range > index > ALL ,一般来说,得保证查询至少达到range级别,最好能达到ref。 作者:高

    MySQL EXPLAIN详解 - 简书 https://www.jianshu.com/p/ea3fc71fdc45 type显示的是访问类型,是较为重要的一个指标,结果值从好到坏依次是: syst ...

  7. Timestamp “时间戳” - 术语

    A timestamp is a sequence of characters or encoded information identifying when a certain event occu ...

  8. vi命令插入

    1.插入 i :在当前光标前插入 I:在当前行的行首插入 a:在当前光标后插入 A:在当前行的行尾插入 o:在当前行的下面另起一行插入 O:在当前行的上面另起一行插入 s:删除当前光标的字符并开始插入 ...

  9. openssh-win64 on windows2016 ssh pub key config

    DO NOT follow the official M$ documentation at https://docs.microsoft.com/en-us/windows-server/admin ...

  10. 关于课堂测试ATM系统的总结

    第一节课就是考试,是要求用Java语言编写模仿ATM的系统操作,说实话真的好难,Java语言,王主任是让我们自学的,然后就让我们写一个这比较大的程序,好难,也可能是我太笨了吧... 不过话说回来,说到 ...