input
stringlengths
2.77k
3.8k
output
sequencelengths
1
1
id
stringlengths
41
41
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: It was a word he was proud of , a word that meant much to him , and he used it {{ with }} great pleasure , almost as if it were an exclusive possession , and more : he sensed himself to be very highly educated , four cuts above any of the folks back home . Word: with Output:
[ "ADP" ]
task1168-bf387d43600e4613a2c22eaf04fa9233
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Equally penetrating in its fashion is the following remark by a lady in the course of a literary conversation : `` So much has already been written about everything that you can't find out anything about {{ it }} '' . Word: it Output:
[ "PRON" ]
task1168-839bc8fda68244f695c1c924db123fa3
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ You }} ought to know that '' . Word: You Output:
[ "PRON" ]
task1168-d81f6086a98d40b88170c0fccba4b055
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` Well , then who brought it {{ '' }} ? ? Word: '' Output:
[ "." ]
task1168-041a5f739ab54ab0915d32f772b9df26
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ Now }} he was married to a beautiful girl , had a small son , and lived in an expensive apartment and worked for the movies . Word: Now Output:
[ "ADV" ]
task1168-4220caae086242df89041d761913b8e3
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Emory University's Board of Trustees announced Friday that it was prepared to {{ accept }} students of any race as soon as the state's tax laws made such a step possible . Word: accept Output:
[ "VERB" ]
task1168-df82af50ceb94adaa6f748f8eedb27e7
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: If Cynewulf was literate , the Beowulf poet may have been {{ also }} , and so may the final redactor of The Iliad and The Odyssey . Word: also Output:
[ "ADV" ]
task1168-1e7c62b8b8674213bedbc0d9e45fa90f
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` Nothing's free {{ in }} the whole goddam world '' , was all I could think of to say . Word: in Output:
[ "ADP" ]
task1168-25a9e28206cf40088cd806a58510863c
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: She {{ always }} did before , and showed the utmost confidence in whatever we advised '' . Word: always Output:
[ "ADV" ]
task1168-0fb7b0b6ceaa4abc85361b2ba44d2db7
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` Well {{ Jesus }} '' . Word: Jesus Output:
[ "PRT" ]
task1168-f87c962a507b4d3c98babb24d08d7e53
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: He supervised the cleanups {{ and }} handled the shipments of raw gold which each week went out to San Francisco . Word: and Output:
[ "CONJ" ]
task1168-4c25394ef80d4170b764c0bb394aaded
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Forty-five new Clinico-pathologic Conferences were prepared , bringing the total to 61 {{ available }} for loan distribution . Word: available Output:
[ "ADJ" ]
task1168-9a8761ce65f14b13bac8b306052bf9e8
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: On the back nine he began to acquire the tidal wave of a gallery that stayed with {{ him }} the rest of the tournament . Word: him Output:
[ "PRON" ]
task1168-afe80e98ee974ca78960e63a1b5d7500
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Thus , as a development program is being launched , commitments and obligations must be entered into in a given {{ year }} which may exceed by twofold or threefold the expenditures to be made in that year . Word: year Output:
[ "X" ]
task1168-2f87a68a912448b4924938fd4a84138c
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Some were clearly of Christian origin , {{ among }} them the Great Awakening and other revivals which helped to make Christian liberty , Christian equality , and Christian fraternity the passion of the land . Word: among Output:
[ "ADP" ]
task1168-0ec7f42b43bf428aa49ccd22629c2a72
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ `` }} They're Japs . Word: `` Output:
[ "." ]
task1168-b1b4aec9ca1444e3bbce3599ecfe089f
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: First intercourse {{ for }} the bride brings with it the various problems connected with virginity and the hymen . Word: for Output:
[ "ADP" ]
task1168-8c4b9d451b1e4c1f95b3c112a49161cb
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ Gaines }} hammered the ball over the left fence for the third Indianapolis run in the ninth . Word: Gaines Output:
[ "NOUN" ]
task1168-acc72dd7dba54c96bc8185ada6d90aaf
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ If }} there's no suitable academy in your own neighborhood , there's always New England . Word: If Output:
[ "ADP" ]
task1168-0ec11634b6b541c08c6c85430c350ce2
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ It }} is hard for me to know how I feel about Lauro Di Bosis . Word: It Output:
[ "PRON" ]
task1168-084f8174915d4cb7976393f46332c10c
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: In archaeology , for example , the contributions {{ of }} Frederick Haverfield and Reginald Smith to the various volumes of the Victoria County Histories raised the discipline from the status of an antiquarian pastime to that of the most valuable single tool of the early English historian . Word: of Output:
[ "ADP" ]
task1168-d2a1084e1bd6422f892bb4502d240071
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: He `` legitimized '' Paula for Lilian Steichen , and it was Paula who insisted {{ on }} Carl for Charles . Word: on Output:
[ "ADP" ]
task1168-60f65de32dfb4c8f9895d7499efe63b8
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: A quibusdam , , audivi nuper {{ Domina }} . Word: Domina Output:
[ "X" ]
task1168-d53f0f29252a43ae9990618e8a76f1eb
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: All samples were tested by both the saline {{ and }} albumin methods . Word: and Output:
[ "CONJ" ]
task1168-7fa6f7f972d041c5ba2f2dee69599a6f
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The cabins are equipped with bunks , blankets , and cooking equipment {{ and }} are ideal bases for hikes and skiing trips . Word: and Output:
[ "CONJ" ]
task1168-93cc9548492d402e9cbbc8410d7c4cf3
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: And he knew that the men talked about him behind his back , saying that he was one up on everybody else -- including the pilot of the plane with the swastika on it -- because he was {{ chemically }} incapable of fear . Word: chemically Output:
[ "ADV" ]
task1168-1e5884942a344b6ea31fd9bee0f5b3d6
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Americans are {{ a }} nation of joiners , a quality which our friends find endearing and sometimes amusing . Word: a Output:
[ "DET" ]
task1168-4555291722124f77ace47ac846986606
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: De {{ Revolutionibus }} is not just a collection of facts and techniques . Word: Revolutionibus Output:
[ "X" ]
task1168-3419c3d06a9a455b8122b37fbddbb92b
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Her impact in the zing commercials had led to her being considered for an excellent part in an upcoming TV series , Underwater Western Eye , a documentary-type {{ show }} to be sponsored by Oatnut Grits . Word: show Output:
[ "NOUN" ]
task1168-a4caf631c11c489a94fd58ca3c0012d2
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ She }} had left the party early , pleading a headache . Word: She Output:
[ "PRON" ]
task1168-36391141a259452b96f35d7d158617ac
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ Too }} many new things are happening for it to be a complete erotic fulfillment . Word: Too Output:
[ "ADV" ]
task1168-ea66ee06bba449babc13d4190ac2c779
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Accordingly {{ , }} as `` in-group '' , they might have different opinions and practices than an `` out-group '' composed of those companies not so participating but interested in defense business . Word: , Output:
[ "." ]
task1168-d5ccc3429bfe48fa8eb5b14e1e4593dd
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: After a while he began to feel better about it , especially when no one bothered to ask any questions {{ . }} Word: . Output:
[ "." ]
task1168-0a672cd6515347d98e592008aa866647
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Many states have laws regulating the use of boat trailers and some {{ have }} restrictions regarding the age of motor boat operators . Word: have Output:
[ "VERB" ]
task1168-0a58c28fb86c46ca9f7d088124f977aa
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: All this emphasis on Centrality and on the number 5 as a symbolic expression of the Center , which seems to have begun as far back as 400 B.C. , also may {{ conceivably }} have led to the development of the Five-Elements School and the subsequent efforts to fit everything into numerical categories of five . Word: conceivably Output:
[ "ADV" ]
task1168-92777a3a50694131849920296ad12018
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The truth -- the Eternal Truth -- is not transmittable {{ by }} words . Word: by Output:
[ "ADP" ]
task1168-ecada15008ca45edb3c72e6196bfdb21
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ There }} should be better bus service and all of our city departments and their various branches need a general and complete overhauling . Word: There Output:
[ "PRT" ]
task1168-5d4ae491242a4f27bb987477295f4257
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The American Constitution was historic at this point in providing that `` Congress shall make no law respecting an establishment of religion or prohibiting the {{ free }} exercise thereof '' . Word: free Output:
[ "ADJ" ]
task1168-a9f9b511a08544d3933a440ac7be0661
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` Vous voulez vos petits dejeuners tout {{ de }} suite alors '' ? ? Word: de Output:
[ "X" ]
task1168-31d2602f14e94512a7fbf7be9eb645a6
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: On Thursday , the {{ first }} day of the Masters , the contest between Palmer and Player developed instantly . Word: first Output:
[ "ADJ" ]
task1168-3d70d38b973546cea08bb336072c725c
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: But there are indications that many developing nations will welcome Peace Corps volunteers , and that if the volunteers are well chosen , they will soon demonstrate their value {{ and }} make many friends . Word: and Output:
[ "CONJ" ]
task1168-2f72169b25874754ae82d51174f2ec39
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: In fact , modern scholarly opinion in the main has not retreated all the way back to the destructive scepticism of the first {{ half }} of the nineteenth century . Word: half Output:
[ "PRT" ]
task1168-82c3ae1e6eed427cbb1be0b0a943d110
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: My cousin Alma , at whose home I was staying during the convention , introduced me to a group of young people {{ from }} Rhode Island . Word: from Output:
[ "ADP" ]
task1168-c19461d5cb1942949937986bafbf6e24
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: She {{ was }} . Word: was Output:
[ "VERB" ]
task1168-6be0dbfadc5e4f439a2e8be9c5c1e91c
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The men crying love poems in an orchard on any summer's night are as often as not the {{ lutihaw }} , mustachioed toughs who spend most of their lives in and out of the local prisons , brothels , and teahouses . Word: lutihaw Output:
[ "X" ]
task1168-272c1c67de2a481a980587d88b22346a
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Harold E. {{ Strang }} , expert in switchgear design , for a long period vp & gm of the Measurements & Industrial Products Division , and who currently , approaching retirement , is vice-president and consulting engineer in the Switchgear & Control Division . Word: Strang Output:
[ "NOUN" ]
task1168-d01ed60b489e4fe4b7ddbf49731dc316
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The provisions for determining a State's unadjusted Federal share are designed to {{ reflect }} the varying financial resources among the States . Word: reflect Output:
[ "VERB" ]
task1168-ac4f511d1412444d9eecc2a7cc71a1b5
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: However , whether you arrange to have a European or American model , if you rent {{ a }} car with the proper seating capacity in relation to the number of people in your party , your transportation expense will average very close to $10.00 per day per passenger . Word: a Output:
[ "DET" ]
task1168-cdb1e07f07444426817883f18929edd1
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: I wrote her that I'd met up with Eileen and that old bonds had proved too strong {{ and }} asked her to send my clothes down by express . Word: and Output:
[ "CONJ" ]
task1168-a352232803fb4a94a57a6d67d2ebc087
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: He could think of nothing else to tell them : no assurances , no hopeful hints at {{ great }} discoveries that day . Word: great Output:
[ "ADJ" ]
task1168-606c51ce84de42e6a8a34a73489c1f65
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Grigorss comes {{ to }} Rome and becomes a great and beloved Pope . Word: to Output:
[ "ADP" ]
task1168-bd2c5aa13fda4550b698957c1ef18385
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: at the supreme delights to be found in one of the world's finest restaurants , La {{ Bonne }} Auberge , which is situated on the seacoast twenty miles west of the Nice airport ; ; Word: Bonne Output:
[ "X" ]
task1168-f388b6ed1e43499b88e2fb02af5548e0
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The set of {{ all }} decisions is called the operating policy or , more simply , the policy . Word: all Output:
[ "PRT" ]
task1168-3c2372d7cfe64cd6b3f448550fa25eed
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Or ( more commonly , thinks Keys ) the deposits themselves get so big that they choke off the artery's flow to the point that an infarct occurs : the heart muscle is suffocated , cells supplied by the artery die , and the heart is permanently , {{ perhaps }} fatally injured . Word: perhaps Output:
[ "ADV" ]
task1168-691e70cfcc3c43ceb56a1f46aa2c53c0
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: You're going to {{ need }} your woman . Word: need Output:
[ "VERB" ]
task1168-1dbe64d430634b09a07dbf053aefa39e
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: There followed a customary Department of Justice hearing , at which petitioner appeared {{ . }} Word: . Output:
[ "." ]
task1168-ee0c0340e9f640b99c21d4b97b9229bf
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: He complained to me once that I must talk to {{ her }} . Word: her Output:
[ "PRON" ]
task1168-651eec849a2c4b5da295789c7aca5daa
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: A single automobile was parked {{ half-way }} up the block on the left-hand side . Word: half-way Output:
[ "ADV" ]
task1168-1fcdf07bd18c42a7974f8e8c9dab51e0
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The forest had become an {{ alien }} world where she strove , alone , unprotected , unguided , to deal with whatever hindrances were offered . Word: alien Output:
[ "ADJ" ]
task1168-d2a1bb9f43d8406d8acc5d9e71ed7a41
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Let me tell you what happened to me {{ today }} . Word: today Output:
[ "NOUN" ]
task1168-628810587a3e4c20851164e48263750f
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Plaster of Paris , once utilized in making impressions of teeth , has been replaced by alginates ( gelatin-like material ) that work quickly and accurately {{ and }} with least discomfort to a child . Word: and Output:
[ "CONJ" ]
task1168-d5f5d09414e04eee8343e593f3c98a79
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: It is apparently by symbols that the unconscious speaks to the conscious {{ , }} and the medium has to translate these into meaning . Word: , Output:
[ "." ]
task1168-f0088b579a0343a891626976be941e6d
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The trustees will {{ prepare }} an annual budget for the college and submit it to the board of school estimate . Word: prepare Output:
[ "VERB" ]
task1168-6bc789b37ac640759272f8fb2db73e68
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: An advantage of being exposed to such specificity about an important and recurring feature of social {{ reality }} is that it can be taken advantage of by the reader to examine covert as well as overt resonances within himself , resonances triggered by explicit symbols clustering around the central figure of the Jew . Word: reality Output:
[ "NOUN" ]
task1168-8c981de12ce144b4b71e9c10fd9f0377
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Then we have surviving at least one instance of a poem prepared for another , in Naturam non Pati Senium , and perhaps also the De Idea {{ Platonica }} . Word: Platonica Output:
[ "X" ]
task1168-b9e1ea2bea104d719cbd926286345c2d
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The set contains `` High Society '' , `` Do What Ory Say '' , `` Down Home Rag '' , `` Careless Love '' , Jazz Me Blues '' , `` Weary Blues '' , `` Original Dixieland One-Step '' , `` Bourbon Street Parade '' , `` Panama '' , `` Toot , Toot , Tootsie '' , `` Oh Didn't He Ramble '' , `` Beale Street Blues '' , `` Maryland , My Maryland '' , `` 1919 Rag '' , `` Eh , {{ La }} Bas '' , `` Mood Indigo '' , and `` Bugle Call Rag '' . Word: La Output:
[ "X" ]
task1168-aed3f16805e44cd3a06e1cc9687359af
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Other experts say , however , that if sexual domination by one {{ or }} the other partner exists for longer than a brief period , it is likely to shake the marriage . Word: or Output:
[ "CONJ" ]
task1168-a145733082c7450bbaa8023cd29f7c58
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: His superiors had also preached this , saying it was the way for {{ eternal }} honor . Word: eternal Output:
[ "ADJ" ]
task1168-1bcb513acc6b41fabdf031ad0f77041b
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ L'Institut }} pour La Recherche Scientifique En Afrique Centrale ( IRSAC ) has sponsored well-designed field investigations and has cooperated closely with the government of Ruanda-Urundi in the development of its official statistics . Word: L'Institut Output:
[ "X" ]
task1168-1007e2b95e5d4ac9a7471cb335e0e5c1
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: They also instituted {{ a }} ration system under which all employers in the Congo were required to furnish their employes with clothing and adequate food . Word: a Output:
[ "DET" ]
task1168-d4210ad91fdd486facf1477c5af4e55f
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: she died on August {{ sixth }} . Word: sixth Output:
[ "ADJ" ]
task1168-9b47fb55a31c4c8891ce41cd0f67517d
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: When we consider the disorganized state of the world community , and the legacy of predispositions adversely directed against all who are identified as Jews , it {{ is }} obvious that the struggle for the minds and muscles of men needs to be prosecuted with increasing vigor and skill . Word: is Output:
[ "VERB" ]
task1168-6a4f7a9b1ccb4ba8be63d55e2fe8dfd5
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: One of the advantages of this method {{ is }} that the `` pill '' can remain in the patient for several days , permitting observation under natural conditions . Word: is Output:
[ "VERB" ]
task1168-3a7bdc6687f44dd0b9b8e24dcfa55b28
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` As a great favor , Julie '' , he said , `` please don't mention {{ you've }} seen me '' . Word: you've Output:
[ "PRT" ]
task1168-15937378488b4c9e99fd01d312301984
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Was it supposed , perchance , that A & M ( vocational training , that is ) was quite sufficient {{ for }} the immigrant class which flooded that part of the New England world in the post-Civil War period , the immigrants having been brought in from Southern Europe , to work in the mills , to make up for the labor shortage caused by migration to the West ? ? Word: for Output:
[ "ADP" ]
task1168-0003ea4d0ae74f72a6032b9992788522
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` Vous voulez {{ vos }} petits dejeuners tout de suite alors '' ? ? Word: vos Output:
[ "X" ]
task1168-ebfc6497e5684e0b8da4c03bb706328a
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: One study , which involved 1,524 pupils in grades {{ one }} to six , found that 12 percent of the pupils were seriously maladjusted and that 23 percent were reading a year below capacity . Word: one Output:
[ "NUM" ]
task1168-ef0eac84b119400f9ba4e3e112e0d0bf
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: By the time Lilian {{ had }} been graduated from public school , her parents were doing quite well . Word: had Output:
[ "VERB" ]
task1168-10af153c83f841a8810a4662bdca0699
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The tubes were then centrifuged at {{ 1000 }} rpm for 1 min and examined macroscopically for agglutination . Word: 1000 Output:
[ "NUM" ]
task1168-9a62f9149918463d9a61d5431e8e543e
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Into the texture of this tapestry of history and human drama Henrietta , as every artist delights to do , wove strands of her own intuitive insights into human nature and -- especially in the remarkable story of the attraction and conflict between two {{ so }} disparate and fervent characters as this pair -- into the relations of men and women : `` In their relations , she was the giver and he the receiver , nay the demander . Word: so Output:
[ "ADV" ]
task1168-0c6d8df114a84c2eab8d782150276cc7
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Effective {{ employment }} will reduce force requirements . Word: employment Output:
[ "NOUN" ]
task1168-93a3f8a20ee64e11b82f375a3d6180d1
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The Boulevard De La Madeleine , the Boulevard Malesherbes , and the {{ Rue }} Royale ran to it with graceful flattery , bearing tidings of the Age of Reason . Word: Rue Output:
[ "X" ]
task1168-b44f468dcc99471f9ca3aae448e83dca
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Assuming thermal equilibrium between the anode surface and the transpiring argon , the gas enthalpy rise through the anode was calculated according to the relation Af whereby {{ the }} specific heat of argon was taken as Af . Word: the Output:
[ "DET" ]
task1168-baef9c9538de4fea88a1702a32795b89
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: {{ This }} low BOD was due to removal of the excess suspended solids by sedimentation since the only dilution was surface runoff which was very low during this study . Word: This Output:
[ "DET" ]
task1168-c723c43157a045af86057a8e46e5aa67
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: There is no need here to spell out the conditions of creative teaching except to point out that , at the college level , {{ the }} sense of community and of community responsibility is even more necessary than it is at other levels . Word: the Output:
[ "DET" ]
task1168-b680af7628eb41c1a2eb50f1d94703b0
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The purely cognitive or {{ informational }} problems are often acute . Word: informational Output:
[ "ADJ" ]
task1168-e945d9c987894812b38f412ded43ef15
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: In all the respects just indicated Utopian communism {{ differs }} from previous conceptions in which community of possessions and living plays a role . Word: differs Output:
[ "VERB" ]
task1168-a0b801b410734821be5c4263bbffba54
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: we are concerned with Utopian communism -- that is , simply communism as it appears in the imaginary commonwealth of Utopia {{ , }} as More conceived it . Word: , Output:
[ "." ]
task1168-835c9c6132b94d8f8e15db4c4d50e65a
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Frozen , they stared at it whirling down the valley , gouging and spitting {{ out }} boulders and chunks of earth like a starving hound dog cracking marrowbones . Word: out Output:
[ "PRT" ]
task1168-af3fa535f00a41aab93b07c95388a6a1
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: by that time , he {{ seemed }} to have dropped the tragic playing of the last moments of the comedy . Word: seemed Output:
[ "VERB" ]
task1168-41798a6cfcea4b3c9c8d477ad4f79784
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: After {{ all }} , it goes back to the days in which sedition was not un-American , the days in which the Sons of St. Tammany conspired to overthrow the government by force and violence -- the British government , that is . Word: all Output:
[ "PRT" ]
task1168-c919969440d64a4cb9bdc2597c96f267
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: as a rule , the earlier general dental treatment is started , the less expensive and more satisfactory it is {{ likely }} to be . Word: likely Output:
[ "ADJ" ]
task1168-d32d6b56c8ab47c294c1d70a587f0047
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Every recorded request by Thomas for a {{ delay }} in a flank movement or an advance was to gain time to take care of his horses . Word: delay Output:
[ "NOUN" ]
task1168-0eac85d241ce420a8fe584267190f205
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: L'Institut pour {{ La }} Recherche Scientifique En Afrique Centrale ( IRSAC ) has sponsored well-designed field investigations and has cooperated closely with the government of Ruanda-Urundi in the development of its official statistics . Word: La Output:
[ "X" ]
task1168-b8f0276152c44d1a929708fd6a05fdaf
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: This carried over into the more urbanized late {{ 19th }} and early 20th centuries , when the man ruled the roost in the best bull-roaring Life With Father manner . Word: 19th Output:
[ "ADJ" ]
task1168-247cf323d46b4dcfb8d5575a3c874022
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: His earlier reports considered the {{ American }} public schools basically sound and not in need of drastic change . Word: American Output:
[ "ADJ" ]
task1168-04afae82dbc849e1824cf270cd46d858
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: I can lead you to every one of {{ the }} bodies , and there ain't four , nor five , nor six of 'em -- there's seven ! ! Word: the Output:
[ "DET" ]
task1168-30818aae814547c9b39ff8c5314cd094
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: `` No directives from Central is scarcely a cause for regret , but there happen {{ to }} be eight other guys biting their fingernails to the quick just waiting for an invitation to board you , you beautiful thing '' . Word: to Output:
[ "PRT" ]
task1168-5891b600d6be4d969795d8f5113c0d8d
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: The Ch'an {{ ( }} Zen ) sect may have derived its metaphysic from Mahayana , but its psychology was pure early Taoist . Word: ( Output:
[ "." ]
task1168-f54283ee69254b44b19bd1b647e098c2
Definition: In this task, you need to provide the parts-of-speech tag of a word present in a sentence specified within curly braces ( '{{ ... }}' ). The parts-of-speech tags are coarse labels that represent a category of words with similar grammatical properties. The list of part-of-speech tags i.e tagset of this corpus is - '.': Period symbol is used for symbols denoting Punctuations/Separations such as comma, period, backticks etc., 'ADJ': Adjectives are words that typically modify nouns and specify their properties or attributes, 'ADP': Adposition is a cover term for prepositions and postpositions, 'ADV': Adverbs are words that typically modify verbs for such categories as time, place, direction or manner, 'CONJ': A word used to connect clauses or sentences or to coordinate words in the same clause, 'DET': Determiners are words that modify nouns or noun phrases and express the reference of the noun phrase in context, 'NOUN': Nouns are a part of speech typically denoting a person, place, thing, animal or idea, 'NUM': A numeral is a word, functioning most typically as a determiner, adjective or pronoun, that expresses a number and a relation to the number, such as quantity, sequence, frequency or fraction, 'PRT': Particles are function words that must be associated with another word or phrase to impart meaning and that do not satisfy definitions of other universal parts of speech, 'PRON': Pronouns are words that substitute for nouns or noun phrases, whose meaning is recoverable from the linguistic or extralinguistic context, 'PROPN': A proper noun is a noun (or nominal content word) that is the name (or part of the name) of a specific individual, place, or object, 'VERB': A verb is a member of the syntactic class of words that typically signal events and actions, can constitute a minimal predicate in a clause, and govern the number and types of other constituents which may occur in the clause, 'X': The tag X is used for words that for some reason cannot be assigned a real part-of-speech category. Positive Example 1 - Input: Sentence: `` Then I return to the United States for engagements at the Hollywood Bowl and in Philadelphia '' , he added {{ . }} Word: . Output: . Positive Example 2 - Input: Sentence: Even if gymnastics are not the ultimate goal , the good tumbler will be a {{ better }} dancer , a better athlete , and a human being with a greater margin of safety in any activity . Word: better Output: ADJ Negative Example 1 - Input: Sentence: In another four weeks , with schools closed across the nation , the great {{ all-American }} summer safari will be under way . Word: all-American Output: VERB Now complete the following example - Input: Sentence: Giovanni Bernini's `` Fountain of the Rivers '' , in the center of the piazza , is built around a Roman obelisk from the Circus of Maxentius which rests on grottoes and rocks , with four {{ huge }} figures , one at each corner , denoting four great rivers from different continents -- the Danube , the Ganges , the Nile , and the Plate . Word: huge Output:
[ "ADJ" ]
task1168-7396b33f70c845d99b5a2eab23aab8bf