instruction
stringclasses
5 values
input
stringlengths
1
527
output
stringlengths
2
930
parse
stringlengths
10
1.27k
hypo_depth
int64
2
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Fuzing options were also examined, both impact and time types.
['Fuzing options were also examined , both impact and time types .']
(S (NP (NN Fuzing) (NNS options)) (VP (VBD were) (ADVP (RB also)) (VP (VBN examined) (, ,) (NP (NML (DT both) (NN impact) (CC and) (NN time)) (NNS types)))) (. .))
6
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Fuzing options were also examined, both impact and time types.
[]
(S (NP (NN Fuzing) (NNS options)) (VP (VBD were) (ADVP (RB also)) (VP (VBN examined) (, ,) (NP (NML (DT both) (NN impact) (CC and) (NN time)) (NNS types)))) (. .))
6
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Fuzing options were also examined, both impact and time types.
[]
(S (NP (NN Fuzing) (NNS options)) (VP (VBD were) (ADVP (RB also)) (VP (VBN examined) (, ,) (NP (NML (DT both) (NN impact) (CC and) (NN time)) (NNS types)))) (. .))
6
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Fuzing options were also examined, both impact and time types.
['Fuzing options were also examined , both impact and time types .']
(S (NP (NN Fuzing) (NNS options)) (VP (VBD were) (ADVP (RB also)) (VP (VBN examined) (, ,) (NP (NML (DT both) (NN impact) (CC and) (NN time)) (NNS types)))) (. .))
6
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Fuzing options were also examined, both impact and time types.
[]
(S (NP (NN Fuzing) (NNS options)) (VP (VBD were) (ADVP (RB also)) (VP (VBN examined) (, ,) (NP (NML (DT both) (NN impact) (CC and) (NN time)) (NNS types)))) (. .))
6
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography, in the late 19th and early 20th centuries.
['The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography , in the late 19th and early 20th centuries .']
(S (NP (NP (DT The) (NN discipline)) (PP (IN of) (NP (NN ecology)))) (ADVP (RB typically)) (VP (VBZ traces) (NP (PRP$ its) (NN origin)) (PP (IN to) (NP (NP (DT the) (NN synthesis)) (PP (IN of) (NP (NP (JJ Darwinian) (NN evolution)) (CC and) (NP (JJ Humboldtian) (NN biogeography)))) (, ,) (PP (IN in) (NP (DT the) (ADJP ...
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography, in the late 19th and early 20th centuries.
[]
(S (NP (NP (DT The) (NN discipline)) (PP (IN of) (NP (NN ecology)))) (ADVP (RB typically)) (VP (VBZ traces) (NP (PRP$ its) (NN origin)) (PP (IN to) (NP (NP (DT the) (NN synthesis)) (PP (IN of) (NP (NP (JJ Darwinian) (NN evolution)) (CC and) (NP (JJ Humboldtian) (NN biogeography)))) (, ,) (PP (IN in) (NP (DT the) (ADJP ...
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography, in the late 19th and early 20th centuries.
[]
(S (NP (NP (DT The) (NN discipline)) (PP (IN of) (NP (NN ecology)))) (ADVP (RB typically)) (VP (VBZ traces) (NP (PRP$ its) (NN origin)) (PP (IN to) (NP (NP (DT the) (NN synthesis)) (PP (IN of) (NP (NP (JJ Darwinian) (NN evolution)) (CC and) (NP (JJ Humboldtian) (NN biogeography)))) (, ,) (PP (IN in) (NP (DT the) (ADJP ...
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography, in the late 19th and early 20th centuries.
['The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography , in the late 19th and early 20th centuries .']
(S (NP (NP (DT The) (NN discipline)) (PP (IN of) (NP (NN ecology)))) (ADVP (RB typically)) (VP (VBZ traces) (NP (PRP$ its) (NN origin)) (PP (IN to) (NP (NP (DT the) (NN synthesis)) (PP (IN of) (NP (NP (JJ Darwinian) (NN evolution)) (CC and) (NP (JJ Humboldtian) (NN biogeography)))) (, ,) (PP (IN in) (NP (DT the) (ADJP ...
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
The discipline of ecology typically traces its origin to the synthesis of Darwinian evolution and Humboldtian biogeography, in the late 19th and early 20th centuries.
[]
(S (NP (NP (DT The) (NN discipline)) (PP (IN of) (NP (NN ecology)))) (ADVP (RB typically)) (VP (VBZ traces) (NP (PRP$ its) (NN origin)) (PP (IN to) (NP (NP (DT the) (NN synthesis)) (PP (IN of) (NP (NP (JJ Darwinian) (NN evolution)) (CC and) (NP (JJ Humboldtian) (NN biogeography)))) (, ,) (PP (IN in) (NP (DT the) (ADJP ...
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
In some areas, such as with the Arizona Rattlers, Fox Sports affiliates still carry the games.
['In some areas , such as with the Arizona Rattlers , Fox Sports affiliates still carry the games .']
(S (PP (IN In) (NP (NP (DT some) (NNS areas)) (, ,) (PP (JJ such) (IN as) (PP (IN with) (NP (DT the) (NNP Arizona) (NNPS Rattlers)))) (, ,))) (NP (NML (NNP Fox) (NNPS Sports)) (NNS affiliates)) (ADVP (RB still)) (VP (VBP carry) (NP (DT the) (NNS games))) (. .))
7
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
In some areas, such as with the Arizona Rattlers, Fox Sports affiliates still carry the games.
[]
(S (PP (IN In) (NP (NP (DT some) (NNS areas)) (, ,) (PP (JJ such) (IN as) (PP (IN with) (NP (DT the) (NNP Arizona) (NNPS Rattlers)))) (, ,))) (NP (NML (NNP Fox) (NNPS Sports)) (NNS affiliates)) (ADVP (RB still)) (VP (VBP carry) (NP (DT the) (NNS games))) (. .))
7
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
In some areas, such as with the Arizona Rattlers, Fox Sports affiliates still carry the games.
[]
(S (PP (IN In) (NP (NP (DT some) (NNS areas)) (, ,) (PP (JJ such) (IN as) (PP (IN with) (NP (DT the) (NNP Arizona) (NNPS Rattlers)))) (, ,))) (NP (NML (NNP Fox) (NNPS Sports)) (NNS affiliates)) (ADVP (RB still)) (VP (VBP carry) (NP (DT the) (NNS games))) (. .))
7
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
In some areas, such as with the Arizona Rattlers, Fox Sports affiliates still carry the games.
['In some areas , such as with the Arizona Rattlers , Fox Sports affiliates still carry the games .']
(S (PP (IN In) (NP (NP (DT some) (NNS areas)) (, ,) (PP (JJ such) (IN as) (PP (IN with) (NP (DT the) (NNP Arizona) (NNPS Rattlers)))) (, ,))) (NP (NML (NNP Fox) (NNPS Sports)) (NNS affiliates)) (ADVP (RB still)) (VP (VBP carry) (NP (DT the) (NNS games))) (. .))
7
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
In some areas, such as with the Arizona Rattlers, Fox Sports affiliates still carry the games.
[]
(S (PP (IN In) (NP (NP (DT some) (NNS areas)) (, ,) (PP (JJ such) (IN as) (PP (IN with) (NP (DT the) (NNP Arizona) (NNPS Rattlers)))) (, ,))) (NP (NML (NNP Fox) (NNPS Sports)) (NNS affiliates)) (ADVP (RB still)) (VP (VBP carry) (NP (DT the) (NNS games))) (. .))
7
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The foreign citizen population was 21.8% in 2004, about the same as in Australia.
['The foreign citizen population was 21.8 % in 2004 , about the same as in Australia .']
(S (NP (DT The) (NML (JJ foreign) (NN citizen)) (NN population)) (VP (VBD was) (NP (CD 21.8) (NN %)) (IN in) (CD 2004) (, ,) (NP (NP (RB about) (DT the) (JJ same)) (PP (IN as) (PP (IN in) (NP (NNP Australia)))))) (. .))
7
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The foreign citizen population was 21.8% in 2004, about the same as in Australia.
[]
(S (NP (DT The) (NML (JJ foreign) (NN citizen)) (NN population)) (VP (VBD was) (NP (CD 21.8) (NN %)) (IN in) (CD 2004) (, ,) (NP (NP (RB about) (DT the) (JJ same)) (PP (IN as) (PP (IN in) (NP (NNP Australia)))))) (. .))
7
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
The foreign citizen population was 21.8% in 2004, about the same as in Australia.
[]
(S (NP (DT The) (NML (JJ foreign) (NN citizen)) (NN population)) (VP (VBD was) (NP (CD 21.8) (NN %)) (IN in) (CD 2004) (, ,) (NP (NP (RB about) (DT the) (JJ same)) (PP (IN as) (PP (IN in) (NP (NNP Australia)))))) (. .))
7
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
The foreign citizen population was 21.8% in 2004, about the same as in Australia.
['The foreign citizen population was 21.8 % in 2004 , about the same as in Australia .']
(S (NP (DT The) (NML (JJ foreign) (NN citizen)) (NN population)) (VP (VBD was) (NP (CD 21.8) (NN %)) (IN in) (CD 2004) (, ,) (NP (NP (RB about) (DT the) (JJ same)) (PP (IN as) (PP (IN in) (NP (NNP Australia)))))) (. .))
7
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
The foreign citizen population was 21.8% in 2004, about the same as in Australia.
[]
(S (NP (DT The) (NML (JJ foreign) (NN citizen)) (NN population)) (VP (VBD was) (NP (CD 21.8) (NN %)) (IN in) (CD 2004) (, ,) (NP (NP (RB about) (DT the) (JJ same)) (PP (IN as) (PP (IN in) (NP (NNP Australia)))))) (. .))
7
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Southampton was named "fittest city in the UK" in 2006 by Men's Fitness magazine.
['Southampton was named " fittest city in the UK " in 2006 by Men \'s Fitness magazine .', '" fittest city in the UK "']
(S (NP (NNP Southampton)) (VP (VBD was) (VP (VBN named) (S (`` ") (NP (NP (JJS fittest) (NN city)) (PP (IN in) (NP (DT the) (NNP UK)))) ('' ")) (PP (IN in) (NP (CD 2006))) (PP (IN by) (NP (NP (NNP Men) (POS 's)) (NNP Fitness) (NN magazine))))) (. .))
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Southampton was named "fittest city in the UK" in 2006 by Men's Fitness magazine.
[]
(S (NP (NNP Southampton)) (VP (VBD was) (VP (VBN named) (S (`` ") (NP (NP (JJS fittest) (NN city)) (PP (IN in) (NP (DT the) (NNP UK)))) ('' ")) (PP (IN in) (NP (CD 2006))) (PP (IN by) (NP (NP (NNP Men) (POS 's)) (NNP Fitness) (NN magazine))))) (. .))
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Southampton was named "fittest city in the UK" in 2006 by Men's Fitness magazine.
[]
(S (NP (NNP Southampton)) (VP (VBD was) (VP (VBN named) (S (`` ") (NP (NP (JJS fittest) (NN city)) (PP (IN in) (NP (DT the) (NNP UK)))) ('' ")) (PP (IN in) (NP (CD 2006))) (PP (IN by) (NP (NP (NNP Men) (POS 's)) (NNP Fitness) (NN magazine))))) (. .))
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Southampton was named "fittest city in the UK" in 2006 by Men's Fitness magazine.
['Southampton was named " fittest city in the UK " in 2006 by Men \'s Fitness magazine .']
(S (NP (NNP Southampton)) (VP (VBD was) (VP (VBN named) (S (`` ") (NP (NP (JJS fittest) (NN city)) (PP (IN in) (NP (DT the) (NNP UK)))) ('' ")) (PP (IN in) (NP (CD 2006))) (PP (IN by) (NP (NP (NNP Men) (POS 's)) (NNP Fitness) (NN magazine))))) (. .))
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Southampton was named "fittest city in the UK" in 2006 by Men's Fitness magazine.
[]
(S (NP (NNP Southampton)) (VP (VBD was) (VP (VBN named) (S (`` ") (NP (NP (JJS fittest) (NN city)) (PP (IN in) (NP (DT the) (NNP UK)))) ('' ")) (PP (IN in) (NP (CD 2006))) (PP (IN by) (NP (NP (NNP Men) (POS 's)) (NNP Fitness) (NN magazine))))) (. .))
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon.
['From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon .']
(S (PP (IN From) (NP (QP (RB about) (CD 200)) (NNP BC))) (NP (DT the) (NNP Roman) (NNP Republic)) (VP (VP (VBD became) (ADJP (RB increasingly) (JJ involved) (PP (IN in) (NP (JJ Greek) (NNS affairs))))) (CC and) (VP (VBN engaged) (PP (IN in) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS wars))) (PP (IN with) (NP (NNP...
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon.
[]
(S (PP (IN From) (NP (QP (RB about) (CD 200)) (NNP BC))) (NP (DT the) (NNP Roman) (NNP Republic)) (VP (VP (VBD became) (ADJP (RB increasingly) (JJ involved) (PP (IN in) (NP (JJ Greek) (NNS affairs))))) (CC and) (VP (VBN engaged) (PP (IN in) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS wars))) (PP (IN with) (NP (NNP...
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon.
[]
(S (PP (IN From) (NP (QP (RB about) (CD 200)) (NNP BC))) (NP (DT the) (NNP Roman) (NNP Republic)) (VP (VP (VBD became) (ADJP (RB increasingly) (JJ involved) (PP (IN in) (NP (JJ Greek) (NNS affairs))))) (CC and) (VP (VBN engaged) (PP (IN in) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS wars))) (PP (IN with) (NP (NNP...
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon.
['From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon .']
(S (PP (IN From) (NP (QP (RB about) (CD 200)) (NNP BC))) (NP (DT the) (NNP Roman) (NNP Republic)) (VP (VP (VBD became) (ADJP (RB increasingly) (JJ involved) (PP (IN in) (NP (JJ Greek) (NNS affairs))))) (CC and) (VP (VBN engaged) (PP (IN in) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS wars))) (PP (IN with) (NP (NNP...
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
From about 200 BC the Roman Republic became increasingly involved in Greek affairs and engaged in a series of wars with Macedon.
[]
(S (PP (IN From) (NP (QP (RB about) (CD 200)) (NNP BC))) (NP (DT the) (NNP Roman) (NNP Republic)) (VP (VP (VBD became) (ADJP (RB increasingly) (JJ involved) (PP (IN in) (NP (JJ Greek) (NNS affairs))))) (CC and) (VP (VBN engaged) (PP (IN in) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS wars))) (PP (IN with) (NP (NNP...
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
On the same day, John McCain won 54.4% of the borough's 5,643 Republican votes, Mitt Romney 20.8%, Mike Huckabee 8.2%, Ron Paul 7.4%, Rudy Giuliani 5.6%, and the other candidates (Fred Thompson, Duncan Hunter and Alan Keyes) 3.6% between them.
["On the same day , John McCain won 54.4 % of the borough 's 5,643 Republican votes , Mitt Romney 20.8 % , Mike Huckabee 8.2 % , Ron Paul 7.4 % , Rudy Giuliani 5.6 % , and the other candidates -LRB- Fred Thompson , Duncan Hunter and Alan Keyes -RRB- 3.6 % between them .", "John McCain won 54.4 % of the borough 's 5,643...
(S (PP (IN On) (NP (DT the) (JJ same) (NN day))) (, ,) (S (NP (NNP John) (NNP McCain)) (VP (VBD won) (NP (NP (CD 54.4) (NN %)) (PP (IN of) (NP (NP (DT the) (NN borough) (POS 's)) (CD 5,643) (JJ Republican) (NNS votes)))))) (, ,) (NP (NP (NNP Mitt) (NNP Romney)) (NP (CD 20.8) (NN %))) (, ,) (NP (NP (NNP Mike) (NNP Hucka...
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
On the same day, John McCain won 54.4% of the borough's 5,643 Republican votes, Mitt Romney 20.8%, Mike Huckabee 8.2%, Ron Paul 7.4%, Rudy Giuliani 5.6%, and the other candidates (Fred Thompson, Duncan Hunter and Alan Keyes) 3.6% between them.
[]
(S (PP (IN On) (NP (DT the) (JJ same) (NN day))) (, ,) (S (NP (NNP John) (NNP McCain)) (VP (VBD won) (NP (NP (CD 54.4) (NN %)) (PP (IN of) (NP (NP (DT the) (NN borough) (POS 's)) (CD 5,643) (JJ Republican) (NNS votes)))))) (, ,) (NP (NP (NNP Mitt) (NNP Romney)) (NP (CD 20.8) (NN %))) (, ,) (NP (NP (NNP Mike) (NNP Hucka...
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
On the same day, John McCain won 54.4% of the borough's 5,643 Republican votes, Mitt Romney 20.8%, Mike Huckabee 8.2%, Ron Paul 7.4%, Rudy Giuliani 5.6%, and the other candidates (Fred Thompson, Duncan Hunter and Alan Keyes) 3.6% between them.
[]
(S (PP (IN On) (NP (DT the) (JJ same) (NN day))) (, ,) (S (NP (NNP John) (NNP McCain)) (VP (VBD won) (NP (NP (CD 54.4) (NN %)) (PP (IN of) (NP (NP (DT the) (NN borough) (POS 's)) (CD 5,643) (JJ Republican) (NNS votes)))))) (, ,) (NP (NP (NNP Mitt) (NNP Romney)) (NP (CD 20.8) (NN %))) (, ,) (NP (NP (NNP Mike) (NNP Hucka...
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
On the same day, John McCain won 54.4% of the borough's 5,643 Republican votes, Mitt Romney 20.8%, Mike Huckabee 8.2%, Ron Paul 7.4%, Rudy Giuliani 5.6%, and the other candidates (Fred Thompson, Duncan Hunter and Alan Keyes) 3.6% between them.
["On the same day , John McCain won 54.4 % of the borough 's 5,643 Republican votes , Mitt Romney 20.8 % , Mike Huckabee 8.2 % , Ron Paul 7.4 % , Rudy Giuliani 5.6 % , and the other candidates -LRB- Fred Thompson , Duncan Hunter and Alan Keyes -RRB- 3.6 % between them ."]
(S (PP (IN On) (NP (DT the) (JJ same) (NN day))) (, ,) (S (NP (NNP John) (NNP McCain)) (VP (VBD won) (NP (NP (CD 54.4) (NN %)) (PP (IN of) (NP (NP (DT the) (NN borough) (POS 's)) (CD 5,643) (JJ Republican) (NNS votes)))))) (, ,) (NP (NP (NNP Mitt) (NNP Romney)) (NP (CD 20.8) (NN %))) (, ,) (NP (NP (NNP Mike) (NNP Hucka...
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
On the same day, John McCain won 54.4% of the borough's 5,643 Republican votes, Mitt Romney 20.8%, Mike Huckabee 8.2%, Ron Paul 7.4%, Rudy Giuliani 5.6%, and the other candidates (Fred Thompson, Duncan Hunter and Alan Keyes) 3.6% between them.
[]
(S (PP (IN On) (NP (DT the) (JJ same) (NN day))) (, ,) (S (NP (NNP John) (NNP McCain)) (VP (VBD won) (NP (NP (CD 54.4) (NN %)) (PP (IN of) (NP (NP (DT the) (NN borough) (POS 's)) (CD 5,643) (JJ Republican) (NNS votes)))))) (, ,) (NP (NP (NNP Mitt) (NNP Romney)) (NP (CD 20.8) (NN %))) (, ,) (NP (NP (NNP Mike) (NNP Hucka...
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Additionally, modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals: ⟨ċ⟩, ⟨ġ⟩.
['Additionally , modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals : ⟨ċ⟩ , ⟨ġ⟩.', 'placing dots above the palatals']
(S (ADVP (RB Additionally)) (, ,) (NP (JJ modern) (NNS editions)) (ADVP (RB often)) (VP (VBP distinguish) (PP (IN between) (NP (NP (NN velar) (CC and) (JJ palatal)) (. ⟨c⟩) (CC and) (-RRB- ⟨g⟩))) (PP (IN by) (S (VP (VBG placing) (NP (NNS dots)) (PP (IN above) (NP (DT the) (NNS palatals)))))) (: :) (FW ⟨ċ⟩) (, ,)) (. ⟨ġ...
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Additionally, modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals: ⟨ċ⟩, ⟨ġ⟩.
[]
(S (ADVP (RB Additionally)) (, ,) (NP (JJ modern) (NNS editions)) (ADVP (RB often)) (VP (VBP distinguish) (PP (IN between) (NP (NP (NN velar) (CC and) (JJ palatal)) (. ⟨c⟩) (CC and) (-RRB- ⟨g⟩))) (PP (IN by) (S (VP (VBG placing) (NP (NNS dots)) (PP (IN above) (NP (DT the) (NNS palatals)))))) (: :) (FW ⟨ċ⟩) (, ,)) (. ⟨ġ...
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Additionally, modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals: ⟨ċ⟩, ⟨ġ⟩.
[]
(S (ADVP (RB Additionally)) (, ,) (NP (JJ modern) (NNS editions)) (ADVP (RB often)) (VP (VBP distinguish) (PP (IN between) (NP (NP (NN velar) (CC and) (JJ palatal)) (. ⟨c⟩) (CC and) (-RRB- ⟨g⟩))) (PP (IN by) (S (VP (VBG placing) (NP (NNS dots)) (PP (IN above) (NP (DT the) (NNS palatals)))))) (: :) (FW ⟨ċ⟩) (, ,)) (. ⟨ġ...
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Additionally, modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals: ⟨ċ⟩, ⟨ġ⟩.
['Additionally , modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals : ⟨ċ⟩ , ⟨ġ⟩.']
(S (ADVP (RB Additionally)) (, ,) (NP (JJ modern) (NNS editions)) (ADVP (RB often)) (VP (VBP distinguish) (PP (IN between) (NP (NP (NN velar) (CC and) (JJ palatal)) (. ⟨c⟩) (CC and) (-RRB- ⟨g⟩))) (PP (IN by) (S (VP (VBG placing) (NP (NNS dots)) (PP (IN above) (NP (DT the) (NNS palatals)))))) (: :) (FW ⟨ċ⟩) (, ,)) (. ⟨ġ...
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Additionally, modern editions often distinguish between velar and palatal ⟨c⟩ and ⟨g⟩ by placing dots above the palatals: ⟨ċ⟩, ⟨ġ⟩.
[]
(S (ADVP (RB Additionally)) (, ,) (NP (JJ modern) (NNS editions)) (ADVP (RB often)) (VP (VBP distinguish) (PP (IN between) (NP (NP (NN velar) (CC and) (JJ palatal)) (. ⟨c⟩) (CC and) (-RRB- ⟨g⟩))) (PP (IN by) (S (VP (VBG placing) (NP (NNS dots)) (PP (IN above) (NP (DT the) (NNS palatals)))))) (: :) (FW ⟨ċ⟩) (, ,)) (. ⟨ġ...
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
With approximately 182 million inhabitants, Nigeria is the most populous country in Africa and the seventh most populous country in the world.
['With approximately 182 million inhabitants , Nigeria is the most populous country in Africa and the seventh most populous country in the world .']
(S (PP (IN With) (NP (QP (RB approximately) (CD 182) (CD million)) (NNS inhabitants))) (, ,) (NP (NNP Nigeria)) (VP (VBZ is) (NP (NP (NP (DT the) (ADJP (RBS most) (JJ populous)) (NN country)) (PP (IN in) (NP (NNP Africa)))) (CC and) (NP (NP (DT the) (ADJP (JJ seventh) (RBS most) (JJ populous)) (NN country)) (PP (IN in)...
7
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
With approximately 182 million inhabitants, Nigeria is the most populous country in Africa and the seventh most populous country in the world.
[]
(S (PP (IN With) (NP (QP (RB approximately) (CD 182) (CD million)) (NNS inhabitants))) (, ,) (NP (NNP Nigeria)) (VP (VBZ is) (NP (NP (NP (DT the) (ADJP (RBS most) (JJ populous)) (NN country)) (PP (IN in) (NP (NNP Africa)))) (CC and) (NP (NP (DT the) (ADJP (JJ seventh) (RBS most) (JJ populous)) (NN country)) (PP (IN in)...
7
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
With approximately 182 million inhabitants, Nigeria is the most populous country in Africa and the seventh most populous country in the world.
[]
(S (PP (IN With) (NP (QP (RB approximately) (CD 182) (CD million)) (NNS inhabitants))) (, ,) (NP (NNP Nigeria)) (VP (VBZ is) (NP (NP (NP (DT the) (ADJP (RBS most) (JJ populous)) (NN country)) (PP (IN in) (NP (NNP Africa)))) (CC and) (NP (NP (DT the) (ADJP (JJ seventh) (RBS most) (JJ populous)) (NN country)) (PP (IN in)...
7
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
With approximately 182 million inhabitants, Nigeria is the most populous country in Africa and the seventh most populous country in the world.
['With approximately 182 million inhabitants , Nigeria is the most populous country in Africa and the seventh most populous country in the world .']
(S (PP (IN With) (NP (QP (RB approximately) (CD 182) (CD million)) (NNS inhabitants))) (, ,) (NP (NNP Nigeria)) (VP (VBZ is) (NP (NP (NP (DT the) (ADJP (RBS most) (JJ populous)) (NN country)) (PP (IN in) (NP (NNP Africa)))) (CC and) (NP (NP (DT the) (ADJP (JJ seventh) (RBS most) (JJ populous)) (NN country)) (PP (IN in)...
7
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
With approximately 182 million inhabitants, Nigeria is the most populous country in Africa and the seventh most populous country in the world.
[]
(S (PP (IN With) (NP (QP (RB approximately) (CD 182) (CD million)) (NNS inhabitants))) (, ,) (NP (NNP Nigeria)) (VP (VBZ is) (NP (NP (NP (DT the) (ADJP (RBS most) (JJ populous)) (NN country)) (PP (IN in) (NP (NNP Africa)))) (CC and) (NP (NP (DT the) (ADJP (JJ seventh) (RBS most) (JJ populous)) (NN country)) (PP (IN in)...
7
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Agriculture and food and drink production continue to be major industries in the county, employing over 15,000 people.
['Agriculture and food and drink production continue to be major industries in the county , employing over 15,000 people .', 'employing over 15,000 people']
(S (NP (NP (NN Agriculture)) (CC and) (NP (NML (NN food) (CC and) (NN drink)) (NN production))) (VP (VBP continue) (TO to) (VP (VB be) (NP (NP (JJ major) (NNS industries)) (PP (IN in) (NP (DT the) (NN county)))) (, ,) (S (VP (VBG employing) (NP (QP (RB over) (CD 15,000)) (NNS people)))))) (. .))
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Agriculture and food and drink production continue to be major industries in the county, employing over 15,000 people.
[]
(S (NP (NP (NN Agriculture)) (CC and) (NP (NML (NN food) (CC and) (NN drink)) (NN production))) (VP (VBP continue) (TO to) (VP (VB be) (NP (NP (JJ major) (NNS industries)) (PP (IN in) (NP (DT the) (NN county)))) (, ,) (S (VP (VBG employing) (NP (QP (RB over) (CD 15,000)) (NNS people)))))) (. .))
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Agriculture and food and drink production continue to be major industries in the county, employing over 15,000 people.
[]
(S (NP (NP (NN Agriculture)) (CC and) (NP (NML (NN food) (CC and) (NN drink)) (NN production))) (VP (VBP continue) (TO to) (VP (VB be) (NP (NP (JJ major) (NNS industries)) (PP (IN in) (NP (DT the) (NN county)))) (, ,) (S (VP (VBG employing) (NP (QP (RB over) (CD 15,000)) (NNS people)))))) (. .))
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Agriculture and food and drink production continue to be major industries in the county, employing over 15,000 people.
['Agriculture and food and drink production continue to be major industries in the county , employing over 15,000 people .']
(S (NP (NP (NN Agriculture)) (CC and) (NP (NML (NN food) (CC and) (NN drink)) (NN production))) (VP (VBP continue) (TO to) (VP (VB be) (NP (NP (JJ major) (NNS industries)) (PP (IN in) (NP (DT the) (NN county)))) (, ,) (S (VP (VBG employing) (NP (QP (RB over) (CD 15,000)) (NNS people)))))) (. .))
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Agriculture and food and drink production continue to be major industries in the county, employing over 15,000 people.
[]
(S (NP (NP (NN Agriculture)) (CC and) (NP (NML (NN food) (CC and) (NN drink)) (NN production))) (VP (VBP continue) (TO to) (VP (VB be) (NP (NP (JJ major) (NNS industries)) (PP (IN in) (NP (DT the) (NN county)))) (, ,) (S (VP (VBG employing) (NP (QP (RB over) (CD 15,000)) (NNS people)))))) (. .))
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The median income for a household in the city was $26,969, and the median income for a family was $31,997.
['The median income for a household in the city was $ 26,969 , and the median income for a family was $ 31,997 .', 'The median income for a household in the city was $ 26,969', 'the median income for a family was $ 31,997']
(S (S (NP (NP (DT The) (JJ median) (NN income)) (PP (IN for) (NP (NP (DT a) (NN household)) (PP (IN in) (NP (DT the) (NN city)))))) (VP (VBD was) (NP ($ $) (CD 26,969)))) (, ,) (CC and) (S (NP (NP (DT the) (JJ median) (NN income)) (PP (IN for) (NP (DT a) (NN family)))) (VP (VBD was) (NP ($ $) (CD 31,997)))) (. .))
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The median income for a household in the city was $26,969, and the median income for a family was $31,997.
[]
(S (S (NP (NP (DT The) (JJ median) (NN income)) (PP (IN for) (NP (NP (DT a) (NN household)) (PP (IN in) (NP (DT the) (NN city)))))) (VP (VBD was) (NP ($ $) (CD 26,969)))) (, ,) (CC and) (S (NP (NP (DT the) (JJ median) (NN income)) (PP (IN for) (NP (DT a) (NN family)))) (VP (VBD was) (NP ($ $) (CD 31,997)))) (. .))
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
The median income for a household in the city was $26,969, and the median income for a family was $31,997.
[]
(S (S (NP (NP (DT The) (JJ median) (NN income)) (PP (IN for) (NP (NP (DT a) (NN household)) (PP (IN in) (NP (DT the) (NN city)))))) (VP (VBD was) (NP ($ $) (CD 26,969)))) (, ,) (CC and) (S (NP (NP (DT the) (JJ median) (NN income)) (PP (IN for) (NP (DT a) (NN family)))) (VP (VBD was) (NP ($ $) (CD 31,997)))) (. .))
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
The median income for a household in the city was $26,969, and the median income for a family was $31,997.
['The median income for a household in the city was $ 26,969 , and the median income for a family was $ 31,997 .']
(S (S (NP (NP (DT The) (JJ median) (NN income)) (PP (IN for) (NP (NP (DT a) (NN household)) (PP (IN in) (NP (DT the) (NN city)))))) (VP (VBD was) (NP ($ $) (CD 26,969)))) (, ,) (CC and) (S (NP (NP (DT the) (JJ median) (NN income)) (PP (IN for) (NP (DT a) (NN family)))) (VP (VBD was) (NP ($ $) (CD 31,997)))) (. .))
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
The median income for a household in the city was $26,969, and the median income for a family was $31,997.
[]
(S (S (NP (NP (DT The) (JJ median) (NN income)) (PP (IN for) (NP (NP (DT a) (NN household)) (PP (IN in) (NP (DT the) (NN city)))))) (VP (VBD was) (NP ($ $) (CD 26,969)))) (, ,) (CC and) (S (NP (NP (DT the) (JJ median) (NN income)) (PP (IN for) (NP (DT a) (NN family)))) (VP (VBD was) (NP ($ $) (CD 31,997)))) (. .))
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Since 2001, the Center for Drug Evaluation and Research has averaged 22.9 approvals a year.
['Since 2001 , the Center for Drug Evaluation and Research has averaged 22.9 approvals a year .']
(S (PP (IN Since) (NP (CD 2001))) (, ,) (NP (NP (DT the) (NNP Center)) (PP (IN for) (NP (NNP Drug) (NNP Evaluation) (CC and) (NNP Research)))) (VP (VBZ has) (VP (VBN averaged) (NP (NP (CD 22.9) (NNS approvals)) (NP (DT a) (NN year))))) (. .))
6
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Since 2001, the Center for Drug Evaluation and Research has averaged 22.9 approvals a year.
[]
(S (PP (IN Since) (NP (CD 2001))) (, ,) (NP (NP (DT the) (NNP Center)) (PP (IN for) (NP (NNP Drug) (NNP Evaluation) (CC and) (NNP Research)))) (VP (VBZ has) (VP (VBN averaged) (NP (NP (CD 22.9) (NNS approvals)) (NP (DT a) (NN year))))) (. .))
6
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Since 2001, the Center for Drug Evaluation and Research has averaged 22.9 approvals a year.
[]
(S (PP (IN Since) (NP (CD 2001))) (, ,) (NP (NP (DT the) (NNP Center)) (PP (IN for) (NP (NNP Drug) (NNP Evaluation) (CC and) (NNP Research)))) (VP (VBZ has) (VP (VBN averaged) (NP (NP (CD 22.9) (NNS approvals)) (NP (DT a) (NN year))))) (. .))
6
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Since 2001, the Center for Drug Evaluation and Research has averaged 22.9 approvals a year.
['Since 2001 , the Center for Drug Evaluation and Research has averaged 22.9 approvals a year .']
(S (PP (IN Since) (NP (CD 2001))) (, ,) (NP (NP (DT the) (NNP Center)) (PP (IN for) (NP (NNP Drug) (NNP Evaluation) (CC and) (NNP Research)))) (VP (VBZ has) (VP (VBN averaged) (NP (NP (CD 22.9) (NNS approvals)) (NP (DT a) (NN year))))) (. .))
6
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Since 2001, the Center for Drug Evaluation and Research has averaged 22.9 approvals a year.
[]
(S (PP (IN Since) (NP (CD 2001))) (, ,) (NP (NP (DT the) (NNP Center)) (PP (IN for) (NP (NNP Drug) (NNP Evaluation) (CC and) (NNP Research)))) (VP (VBZ has) (VP (VBN averaged) (NP (NP (CD 22.9) (NNS approvals)) (NP (DT a) (NN year))))) (. .))
6
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Each team plays about 30 preseason games against other MLB teams.
['Each team plays about 30 preseason games against other MLB teams .']
(S (NP (DT Each) (NN team)) (VP (VBZ plays) (NP (QP (RB about) (CD 30)) (JJ preseason) (NNS games)) (PP (IN against) (NP (JJ other) (NNP MLB) (NNS teams)))) (. .))
5
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Each team plays about 30 preseason games against other MLB teams.
[]
(S (NP (DT Each) (NN team)) (VP (VBZ plays) (NP (QP (RB about) (CD 30)) (JJ preseason) (NNS games)) (PP (IN against) (NP (JJ other) (NNP MLB) (NNS teams)))) (. .))
5
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Each team plays about 30 preseason games against other MLB teams.
[]
(S (NP (DT Each) (NN team)) (VP (VBZ plays) (NP (QP (RB about) (CD 30)) (JJ preseason) (NNS games)) (PP (IN against) (NP (JJ other) (NNP MLB) (NNS teams)))) (. .))
5
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Each team plays about 30 preseason games against other MLB teams.
['Each team plays about 30 preseason games against other MLB teams .']
(S (NP (DT Each) (NN team)) (VP (VBZ plays) (NP (QP (RB about) (CD 30)) (JJ preseason) (NNS games)) (PP (IN against) (NP (JJ other) (NNP MLB) (NNS teams)))) (. .))
5
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Each team plays about 30 preseason games against other MLB teams.
[]
(S (NP (DT Each) (NN team)) (VP (VBZ plays) (NP (QP (RB about) (CD 30)) (JJ preseason) (NNS games)) (PP (IN against) (NP (JJ other) (NNP MLB) (NNS teams)))) (. .))
5
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Spielberg also produced The River, Smash, Under the Dome, Extant and The Whispers, as well as a TV adaptation of Minority Report.
['Spielberg also produced The River , Smash , Under the Dome , Extant and The Whispers , as well as a TV adaptation of Minority Report .']
(S (NP (NNP Spielberg)) (ADVP (RB also)) (VP (VBD produced) (NP (NP (NP (DT The) (NNP River)) (, ,) (NP (NNP Smash)) (, ,) (PP (IN Under) (NP (DT the) (NNP Dome))) (, ,) (NP (NNP Extant)) (CC and) (NP (DT The) (NNPS Whispers))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (NP (DT a) (NN TV) (NN adaptation)) (PP (IN of) ...
7
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Spielberg also produced The River, Smash, Under the Dome, Extant and The Whispers, as well as a TV adaptation of Minority Report.
[]
(S (NP (NNP Spielberg)) (ADVP (RB also)) (VP (VBD produced) (NP (NP (NP (DT The) (NNP River)) (, ,) (NP (NNP Smash)) (, ,) (PP (IN Under) (NP (DT the) (NNP Dome))) (, ,) (NP (NNP Extant)) (CC and) (NP (DT The) (NNPS Whispers))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (NP (DT a) (NN TV) (NN adaptation)) (PP (IN of) ...
7
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Spielberg also produced The River, Smash, Under the Dome, Extant and The Whispers, as well as a TV adaptation of Minority Report.
[]
(S (NP (NNP Spielberg)) (ADVP (RB also)) (VP (VBD produced) (NP (NP (NP (DT The) (NNP River)) (, ,) (NP (NNP Smash)) (, ,) (PP (IN Under) (NP (DT the) (NNP Dome))) (, ,) (NP (NNP Extant)) (CC and) (NP (DT The) (NNPS Whispers))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (NP (DT a) (NN TV) (NN adaptation)) (PP (IN of) ...
7
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Spielberg also produced The River, Smash, Under the Dome, Extant and The Whispers, as well as a TV adaptation of Minority Report.
['Spielberg also produced The River , Smash , Under the Dome , Extant and The Whispers , as well as a TV adaptation of Minority Report .']
(S (NP (NNP Spielberg)) (ADVP (RB also)) (VP (VBD produced) (NP (NP (NP (DT The) (NNP River)) (, ,) (NP (NNP Smash)) (, ,) (PP (IN Under) (NP (DT the) (NNP Dome))) (, ,) (NP (NNP Extant)) (CC and) (NP (DT The) (NNPS Whispers))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (NP (DT a) (NN TV) (NN adaptation)) (PP (IN of) ...
7
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Spielberg also produced The River, Smash, Under the Dome, Extant and The Whispers, as well as a TV adaptation of Minority Report.
[]
(S (NP (NNP Spielberg)) (ADVP (RB also)) (VP (VBD produced) (NP (NP (NP (DT The) (NNP River)) (, ,) (NP (NNP Smash)) (, ,) (PP (IN Under) (NP (DT the) (NNP Dome))) (, ,) (NP (NNP Extant)) (CC and) (NP (DT The) (NNPS Whispers))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (NP (DT a) (NN TV) (NN adaptation)) (PP (IN of) ...
7
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
On the programming side, libraries known as object-relational mappings (ORMs) attempt to solve the same problem.
['On the programming side , libraries known as object - relational mappings -LRB- ORMs -RRB- attempt to solve the same problem .', 'to solve the same problem']
(S (PP (IN On) (NP (DT the) (NN programming) (NN side))) (, ,) (NP (NP (NNS libraries)) (VP (VBN known) (PP (IN as) (NP (NP (ADJP (NN object) (HYPH -) (JJ relational)) (NNS mappings)) (-LRB- -LRB-) (NP (NNS ORMs)) (-RRB- -RRB-))))) (VP (VBP attempt) (S (VP (TO to) (VP (VB solve) (NP (DT the) (JJ same) (NN problem))))))...
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
On the programming side, libraries known as object-relational mappings (ORMs) attempt to solve the same problem.
[]
(S (PP (IN On) (NP (DT the) (NN programming) (NN side))) (, ,) (NP (NP (NNS libraries)) (VP (VBN known) (PP (IN as) (NP (NP (ADJP (NN object) (HYPH -) (JJ relational)) (NNS mappings)) (-LRB- -LRB-) (NP (NNS ORMs)) (-RRB- -RRB-))))) (VP (VBP attempt) (S (VP (TO to) (VP (VB solve) (NP (DT the) (JJ same) (NN problem))))))...
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
On the programming side, libraries known as object-relational mappings (ORMs) attempt to solve the same problem.
[]
(S (PP (IN On) (NP (DT the) (NN programming) (NN side))) (, ,) (NP (NP (NNS libraries)) (VP (VBN known) (PP (IN as) (NP (NP (ADJP (NN object) (HYPH -) (JJ relational)) (NNS mappings)) (-LRB- -LRB-) (NP (NNS ORMs)) (-RRB- -RRB-))))) (VP (VBP attempt) (S (VP (TO to) (VP (VB solve) (NP (DT the) (JJ same) (NN problem))))))...
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
On the programming side, libraries known as object-relational mappings (ORMs) attempt to solve the same problem.
['On the programming side , libraries known as object - relational mappings -LRB- ORMs -RRB- attempt to solve the same problem .']
(S (PP (IN On) (NP (DT the) (NN programming) (NN side))) (, ,) (NP (NP (NNS libraries)) (VP (VBN known) (PP (IN as) (NP (NP (ADJP (NN object) (HYPH -) (JJ relational)) (NNS mappings)) (-LRB- -LRB-) (NP (NNS ORMs)) (-RRB- -RRB-))))) (VP (VBP attempt) (S (VP (TO to) (VP (VB solve) (NP (DT the) (JJ same) (NN problem))))))...
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
On the programming side, libraries known as object-relational mappings (ORMs) attempt to solve the same problem.
[]
(S (PP (IN On) (NP (DT the) (NN programming) (NN side))) (, ,) (NP (NP (NNS libraries)) (VP (VBN known) (PP (IN as) (NP (NP (ADJP (NN object) (HYPH -) (JJ relational)) (NNS mappings)) (-LRB- -LRB-) (NP (NNS ORMs)) (-RRB- -RRB-))))) (VP (VBP attempt) (S (VP (TO to) (VP (VB solve) (NP (DT the) (JJ same) (NN problem))))))...
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Irish and Italian immigrants brought with them Roman Catholicism.
['Irish and Italian immigrants brought with them Roman Catholicism .']
(S (NP (ADJP (JJ Irish) (CC and) (JJ Italian)) (NNS immigrants)) (VP (VBD brought) (PP (IN with) (NP (PRP them))) (NP (JJ Roman) (NNP Catholicism))) (. .))
5
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
Irish and Italian immigrants brought with them Roman Catholicism.
[]
(S (NP (ADJP (JJ Irish) (CC and) (JJ Italian)) (NNS immigrants)) (VP (VBD brought) (PP (IN with) (NP (PRP them))) (NP (JJ Roman) (NNP Catholicism))) (. .))
5
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
Irish and Italian immigrants brought with them Roman Catholicism.
[]
(S (NP (ADJP (JJ Irish) (CC and) (JJ Italian)) (NNS immigrants)) (VP (VBD brought) (PP (IN with) (NP (PRP them))) (NP (JJ Roman) (NNP Catholicism))) (. .))
5
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
Irish and Italian immigrants brought with them Roman Catholicism.
['Irish and Italian immigrants brought with them Roman Catholicism .']
(S (NP (ADJP (JJ Irish) (CC and) (JJ Italian)) (NNS immigrants)) (VP (VBD brought) (PP (IN with) (NP (PRP them))) (NP (JJ Roman) (NNP Catholicism))) (. .))
5
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
Irish and Italian immigrants brought with them Roman Catholicism.
[]
(S (NP (ADJP (JJ Irish) (CC and) (JJ Italian)) (NNS immigrants)) (VP (VBD brought) (PP (IN with) (NP (PRP them))) (NP (JJ Roman) (NNP Catholicism))) (. .))
5
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
In the eight precepts, the third precept on sexual misconduct is made more strict, and becomes a precept of celibacy.
['In the eight precepts , the third precept on sexual misconduct is made more strict , and becomes a precept of celibacy .', 'more strict']
(S (PP (IN In) (NP (DT the) (CD eight) (NNS precepts))) (, ,) (NP (NP (DT the) (JJ third) (NN precept)) (PP (IN on) (NP (JJ sexual) (NN misconduct)))) (VP (VP (VBZ is) (VP (VBN made) (S (ADJP (RBR more) (JJ strict))))) (, ,) (CC and) (VP (VBZ becomes) (NP (NP (DT a) (NN precept)) (PP (IN of) (NP (NN celibacy)))))) (. ....
7
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
In the eight precepts, the third precept on sexual misconduct is made more strict, and becomes a precept of celibacy.
[]
(S (PP (IN In) (NP (DT the) (CD eight) (NNS precepts))) (, ,) (NP (NP (DT the) (JJ third) (NN precept)) (PP (IN on) (NP (JJ sexual) (NN misconduct)))) (VP (VP (VBZ is) (VP (VBN made) (S (ADJP (RBR more) (JJ strict))))) (, ,) (CC and) (VP (VBZ becomes) (NP (NP (DT a) (NN precept)) (PP (IN of) (NP (NN celibacy)))))) (. ....
7
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
In the eight precepts, the third precept on sexual misconduct is made more strict, and becomes a precept of celibacy.
[]
(S (PP (IN In) (NP (DT the) (CD eight) (NNS precepts))) (, ,) (NP (NP (DT the) (JJ third) (NN precept)) (PP (IN on) (NP (JJ sexual) (NN misconduct)))) (VP (VP (VBZ is) (VP (VBN made) (S (ADJP (RBR more) (JJ strict))))) (, ,) (CC and) (VP (VBZ becomes) (NP (NP (DT a) (NN precept)) (PP (IN of) (NP (NN celibacy)))))) (. ....
7
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
In the eight precepts, the third precept on sexual misconduct is made more strict, and becomes a precept of celibacy.
['In the eight precepts , the third precept on sexual misconduct is made more strict , and becomes a precept of celibacy .']
(S (PP (IN In) (NP (DT the) (CD eight) (NNS precepts))) (, ,) (NP (NP (DT the) (JJ third) (NN precept)) (PP (IN on) (NP (JJ sexual) (NN misconduct)))) (VP (VP (VBZ is) (VP (VBN made) (S (ADJP (RBR more) (JJ strict))))) (, ,) (CC and) (VP (VBZ becomes) (NP (NP (DT a) (NN precept)) (PP (IN of) (NP (NN celibacy)))))) (. ....
7
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
In the eight precepts, the third precept on sexual misconduct is made more strict, and becomes a precept of celibacy.
[]
(S (PP (IN In) (NP (DT the) (CD eight) (NNS precepts))) (, ,) (NP (NP (DT the) (JJ third) (NN precept)) (PP (IN on) (NP (JJ sexual) (NN misconduct)))) (VP (VP (VBZ is) (VP (VBN made) (S (ADJP (RBR more) (JJ strict))))) (, ,) (CC and) (VP (VBZ becomes) (NP (NP (DT a) (NN precept)) (PP (IN of) (NP (NN celibacy)))))) (. ....
7
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
In the British Raj in India, Sir Edwin Lutyens' monumental city planning for New Delhi marked the sunset of neoclassicism.
["In the British Raj in India , Sir Edwin Lutyens ' monumental city planning for New Delhi marked the sunset of neoclassicism ."]
(S (PP (IN In) (NP (NP (DT the) (JJ British) (NNP Raj)) (PP (IN in) (NP (NNP India))))) (, ,) (NP (NP (NP (NNP Sir) (NNP Edwin) (NNP Lutyens) (POS ')) (JJ monumental) (NN city) (NN planning)) (PP (IN for) (NP (NNP New) (NNP Delhi)))) (VP (VBD marked) (NP (NP (DT the) (NN sunset)) (PP (IN of) (NP (NN neoclassicism))))) ...
6
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
In the British Raj in India, Sir Edwin Lutyens' monumental city planning for New Delhi marked the sunset of neoclassicism.
[]
(S (PP (IN In) (NP (NP (DT the) (JJ British) (NNP Raj)) (PP (IN in) (NP (NNP India))))) (, ,) (NP (NP (NP (NNP Sir) (NNP Edwin) (NNP Lutyens) (POS ')) (JJ monumental) (NN city) (NN planning)) (PP (IN for) (NP (NNP New) (NNP Delhi)))) (VP (VBD marked) (NP (NP (DT the) (NN sunset)) (PP (IN of) (NP (NN neoclassicism))))) ...
6
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
In the British Raj in India, Sir Edwin Lutyens' monumental city planning for New Delhi marked the sunset of neoclassicism.
[]
(S (PP (IN In) (NP (NP (DT the) (JJ British) (NNP Raj)) (PP (IN in) (NP (NNP India))))) (, ,) (NP (NP (NP (NNP Sir) (NNP Edwin) (NNP Lutyens) (POS ')) (JJ monumental) (NN city) (NN planning)) (PP (IN for) (NP (NNP New) (NNP Delhi)))) (VP (VBD marked) (NP (NP (DT the) (NN sunset)) (PP (IN of) (NP (NN neoclassicism))))) ...
6
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
In the British Raj in India, Sir Edwin Lutyens' monumental city planning for New Delhi marked the sunset of neoclassicism.
["In the British Raj in India , Sir Edwin Lutyens ' monumental city planning for New Delhi marked the sunset of neoclassicism ."]
(S (PP (IN In) (NP (NP (DT the) (JJ British) (NNP Raj)) (PP (IN in) (NP (NNP India))))) (, ,) (NP (NP (NP (NNP Sir) (NNP Edwin) (NNP Lutyens) (POS ')) (JJ monumental) (NN city) (NN planning)) (PP (IN for) (NP (NNP New) (NNP Delhi)))) (VP (VBD marked) (NP (NP (DT the) (NN sunset)) (PP (IN of) (NP (NN neoclassicism))))) ...
6
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
In the British Raj in India, Sir Edwin Lutyens' monumental city planning for New Delhi marked the sunset of neoclassicism.
[]
(S (PP (IN In) (NP (NP (DT the) (JJ British) (NNP Raj)) (PP (IN in) (NP (NNP India))))) (, ,) (NP (NP (NP (NNP Sir) (NNP Edwin) (NNP Lutyens) (POS ')) (JJ monumental) (NN city) (NN planning)) (PP (IN for) (NP (NNP New) (NNP Delhi)))) (VP (VBD marked) (NP (NP (DT the) (NN sunset)) (PP (IN of) (NP (NN neoclassicism))))) ...
6
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The element was probably named by the alchemist Paracelsus after the German word Zinke (prong, tooth).
['The element was probably named by the alchemist Paracelsus after the German word Zinke -LRB- prong , tooth -RRB- .']
(S (NP (DT The) (NN element)) (VP (VBD was) (ADVP (RB probably)) (VP (VBN named) (PP (IN by) (NP (NP (DT the) (NN alchemist)) (NP (NNP Paracelsus)))) (PP (IN after) (NP (NP (NP (DT the) (JJ German) (NN word)) (NP (NNP Zinke))) (-LRB- -LRB-) (NP (NN prong) (, ,) (NN tooth)) (-RRB- -RRB-))))) (. .))
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
The element was probably named by the alchemist Paracelsus after the German word Zinke (prong, tooth).
[]
(S (NP (DT The) (NN element)) (VP (VBD was) (ADVP (RB probably)) (VP (VBN named) (PP (IN by) (NP (NP (DT the) (NN alchemist)) (NP (NNP Paracelsus)))) (PP (IN after) (NP (NP (NP (DT the) (JJ German) (NN word)) (NP (NNP Zinke))) (-LRB- -LRB-) (NP (NN prong) (, ,) (NN tooth)) (-RRB- -RRB-))))) (. .))
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
The element was probably named by the alchemist Paracelsus after the German word Zinke (prong, tooth).
[]
(S (NP (DT The) (NN element)) (VP (VBD was) (ADVP (RB probably)) (VP (VBN named) (PP (IN by) (NP (NP (DT the) (NN alchemist)) (NP (NNP Paracelsus)))) (PP (IN after) (NP (NP (NP (DT the) (JJ German) (NN word)) (NP (NNP Zinke))) (-LRB- -LRB-) (NP (NN prong) (, ,) (NN tooth)) (-RRB- -RRB-))))) (. .))
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
The element was probably named by the alchemist Paracelsus after the German word Zinke (prong, tooth).
['The element was probably named by the alchemist Paracelsus after the German word Zinke -LRB- prong , tooth -RRB- .']
(S (NP (DT The) (NN element)) (VP (VBD was) (ADVP (RB probably)) (VP (VBN named) (PP (IN by) (NP (NP (DT the) (NN alchemist)) (NP (NNP Paracelsus)))) (PP (IN after) (NP (NP (NP (DT the) (JJ German) (NN word)) (NP (NNP Zinke))) (-LRB- -LRB-) (NP (NN prong) (, ,) (NN tooth)) (-RRB- -RRB-))))) (. .))
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
The element was probably named by the alchemist Paracelsus after the German word Zinke (prong, tooth).
[]
(S (NP (DT The) (NN element)) (VP (VBD was) (ADVP (RB probably)) (VP (VBN named) (PP (IN by) (NP (NP (DT the) (NN alchemist)) (NP (NNP Paracelsus)))) (PP (IN after) (NP (NP (NP (DT the) (JJ German) (NN word)) (NP (NNP Zinke))) (-LRB- -LRB-) (NP (NN prong) (, ,) (NN tooth)) (-RRB- -RRB-))))) (. .))
8
Extract all independent clauses (C) in the sentence. Return a list of clause spans. If no such clause exists, return [].
This coincided with the transition to professional football, and, in 1926, the directors of Barcelona publicly claimed, for the first time, to operate a professional football club.
['This coincided with the transition to professional football , and , in 1926 , the directors of Barcelona publicly claimed , for the first time , to operate a professional football club .', 'This coincided with the transition to professional football', 'in 1926 , the directors of Barcelona publicly claimed , for the f...
(S (S (NP (DT This)) (VP (VBD coincided) (PP (IN with) (NP (NP (DT the) (NN transition)) (PP (IN to) (NP (JJ professional) (NN football))))))) (, ,) (CC and) (, ,) (S (PP (IN in) (NP (CD 1926))) (, ,) (NP (NP (DT the) (NNS directors)) (PP (IN of) (NP (NNP Barcelona)))) (ADVP (RB publicly)) (VP (VBD claimed) (, ,) (PP (...
8
Extract all DC clauses(dependent clauses) in the sentence. Return a list of clause spans. If no such clause exists, return [].
This coincided with the transition to professional football, and, in 1926, the directors of Barcelona publicly claimed, for the first time, to operate a professional football club.
[]
(S (S (NP (DT This)) (VP (VBD coincided) (PP (IN with) (NP (NP (DT the) (NN transition)) (PP (IN to) (NP (JJ professional) (NN football))))))) (, ,) (CC and) (, ,) (S (PP (IN in) (NP (CD 1926))) (, ,) (NP (NP (DT the) (NNS directors)) (PP (IN of) (NP (NNP Barcelona)))) (ADVP (RB publicly)) (VP (VBD claimed) (, ,) (PP (...
8
If the sentence is tagged as FC, return the span(s) that justify the FC tag. If no such span exists, return [].
This coincided with the transition to professional football, and, in 1926, the directors of Barcelona publicly claimed, for the first time, to operate a professional football club.
[]
(S (S (NP (DT This)) (VP (VBD coincided) (PP (IN with) (NP (NP (DT the) (NN transition)) (PP (IN to) (NP (JJ professional) (NN football))))))) (, ,) (CC and) (, ,) (S (PP (IN in) (NP (CD 1926))) (, ,) (NP (NP (DT the) (NNS directors)) (PP (IN of) (NP (NNP Barcelona)))) (ADVP (RB publicly)) (VP (VBD claimed) (, ,) (PP (...
8
If the sentence is tagged as T, return the t-unit span(s) that justify the tag. If no such span exists, return [].
This coincided with the transition to professional football, and, in 1926, the directors of Barcelona publicly claimed, for the first time, to operate a professional football club.
['This coincided with the transition to professional football , and , in 1926 , the directors of Barcelona publicly claimed , for the first time , to operate a professional football club .']
(S (S (NP (DT This)) (VP (VBD coincided) (PP (IN with) (NP (NP (DT the) (NN transition)) (PP (IN to) (NP (JJ professional) (NN football))))))) (, ,) (CC and) (, ,) (S (PP (IN in) (NP (CD 1926))) (, ,) (NP (NP (DT the) (NNS directors)) (PP (IN of) (NP (NNP Barcelona)))) (ADVP (RB publicly)) (VP (VBD claimed) (, ,) (PP (...
8
If the sentence is tagged as CT, return the span(s) that justify the CT tag. If no such span exists, return [].
This coincided with the transition to professional football, and, in 1926, the directors of Barcelona publicly claimed, for the first time, to operate a professional football club.
[]
(S (S (NP (DT This)) (VP (VBD coincided) (PP (IN with) (NP (NP (DT the) (NN transition)) (PP (IN to) (NP (JJ professional) (NN football))))))) (, ,) (CC and) (, ,) (S (PP (IN in) (NP (CD 1926))) (, ,) (NP (NP (DT the) (NNS directors)) (PP (IN of) (NP (NNP Barcelona)))) (ADVP (RB publicly)) (VP (VBD claimed) (, ,) (PP (...
8