Search is not available for this dataset
text string | pos sequence | id string | url string | title string | tokens sequence | ok_num_tokens bool | ok_num_pos bool |
|---|---|---|---|---|---|---|---|
Anarchism is a political philosophy and movement that is skeptical of all justifications for authority and seeks to abolish the institutions it claims maintain unnecessary coercion and hierarchy, typically including nation-states, and capitalism. Anarchism advocates for the replacement of the state with stateless socie... | [
[
"NN",
"VBZ",
"DT",
"JJ",
"NN",
"CC",
"NN",
"WDT",
"VBZ",
"JJ",
"IN",
"DT",
"NNS",
"IN",
"NN",
"CC",
"VBZ",
"TO",
"VB",
"DT",
"NNS",
"PRP",
"VBZ",
"RB",
"JJ",
"NN",
"CC",
"NN",
",",
"RB",
"VB... | 12 | https://en.wikipedia.org/wiki/Anarchism | Anarchism | [
[
"Anarchism",
"is",
"a",
"political",
"philosophy",
"and",
"movement",
"that",
"is",
"skeptical",
"of",
"all",
"justifications",
"for",
"authority",
"and",
"seeks",
"to",
"abolish",
"the",
"institutions",
"it",
"claims",
... | true | true |
"Albedo (; ) is the fraction of sunlight that is diffusely reflected by a body. It is measured on a (...TRUNCATED) | [["NNP","(",":",")","VBZ","DT","NN","IN","NN","WDT","VBZ","RB","VBN","IN","DT","NN","."],["PRP","VBZ(...TRUNCATED) | 39 | https://en.wikipedia.org/wiki/Albedo | Albedo | [["Albedo","(",";",")","is","the","fraction","of","sunlight","that","is","diffusely","reflected","by(...TRUNCATED) | true | true |
"A, or a, is the first letter and the first vowel of the Latin alphabet, used in the modern English (...TRUNCATED) | [["DT",",","CC","DT",",","VBZ","DT","JJ","NN","CC","DT","JJ","NN","IN","DT","NNP","NN",",","VBN","IN(...TRUNCATED) | 290 | https://en.wikipedia.org/wiki/A | A | [["A",",","or","a",",","is","the","first","letter","and","the","first","vowel","of","the","Latin","a(...TRUNCATED) | true | true |
"Alabama () is a state in the Southeastern region of the United States, bordered by Tennessee to the(...TRUNCATED) | [["NNP","(",")","VBZ","DT","NN","IN","DT","NNP","NN","IN","DT","NNP","NNPS",",","VBN","IN","NNP","TO(...TRUNCATED) | 303 | https://en.wikipedia.org/wiki/Alabama | Alabama | [["Alabama","(",")","is","a","state","in","the","Southeastern","region","of","the","United","States"(...TRUNCATED) | true | true |
"In Greek mythology, Achilles ( ) or Achilleus () was a hero of the Trojan War who was known as bein(...TRUNCATED) | [["IN","NNP","NN",",","NNP","(",")","CC","NNP","(",")","VBD","DT","NN","IN","DT","NNP","NNP","WP","V(...TRUNCATED) | 305 | https://en.wikipedia.org/wiki/Achilles | Achilles | [["In","Greek","mythology",",","Achilles","(",")","or","Achilleus","(",")","was","a","hero","of","th(...TRUNCATED) | true | true |
"Abraham Lincoln ( ; February 12, 1809 – April 15, 1865) was an American lawyer, politician, and (...TRUNCATED) | [["NNP","NNP","(",":","NNP","CD",",","CD","NNP","NNP","CD",",","CD",")","VBD","DT","JJ","NN",",","NN(...TRUNCATED) | 307 | https://en.wikipedia.org/wiki/Abraham%20Lincoln | Abraham Lincoln | [["Abraham","Lincoln","(",";","February","12",",","1809","–","April","15",",","1865",")","was","an(...TRUNCATED) | true | true |
"Aristotle (; Aristotélēs, ; 384–322 BC) was an Ancient Greek philosopher and polymath. His wr(...TRUNCATED) | [["NNP","(",":","NNP",",",":","CD","NNP",")","VBD","DT","JJ","NN","NN","CC","NN","."],["PRP$","NNS",(...TRUNCATED) | 308 | https://en.wikipedia.org/wiki/Aristotle | Aristotle | [["Aristotle","(",";","Aristotélēs",",",";","384–322","BC",")","was","an","Ancient","Greek","phi(...TRUNCATED) | true | true |
"An American in Paris is a jazz-influenced symphonic poem (or tone poem) for orchestra by American c(...TRUNCATED) | [["DT","JJ","IN","NNP","VBZ","DT","JJ","JJ","NN","(","CC","VB","NN",")","IN","NN","IN","NNP","NN","N(...TRUNCATED) | 309 | https://en.wikipedia.org/wiki/An%20American%20in%20Paris | An American in Paris | [["An","American","in","Paris","is","a","jazz-influenced","symphonic","poem","(","or","tone","poem",(...TRUNCATED) | true | true |
"The Academy Award for Best Production Design recognizes achievement for art direction in film. The (...TRUNCATED) | [["DT","NNP","NNP","IN","NNP","NNP","NNP","VBZ","NN","IN","JJ","NN","IN","NN","."],["DT","NN","POS",(...TRUNCATED) | 316 | https://en.wikipedia.org/wiki/Academy%20Award%20for%20Best%20Production%20Design | Academy Award for Best Production Design | [["The","Academy","Award","for","Best","Production","Design","recognizes","achievement","for","art",(...TRUNCATED) | true | true |
"The Academy Awards, mainly known as the Oscars, are awards for artistic and technical merit for the(...TRUNCATED) | [["DT","NNP","NNP",",","RB","VBN","IN","DT","NNP",",","VBP","NNS","IN","JJ","CC","JJ","NN","IN","DT"(...TRUNCATED) | 324 | https://en.wikipedia.org/wiki/Academy%20Awards | Academy Awards | [["The","Academy","Awards",",","mainly","known","as","the","Oscars",",","are","awards","for","artist(...TRUNCATED) | true | true |
End of preview. Expand in Data Studio
enwiki_tagged
enwiki_tagged is a dataset where part-of-speech tags are applied to the entire text from wikimedia/wikipedia (20231101.en). Word tokenization and POS tagging were processed using nltk.word_tokenize and nltk.pos_tag respectively.
Column Descriptions:
- text (
str): The original text from wikipedia. - tokens (
list[list[str]]): An array where the original text is split into sentences, and each sentence is further split into words. - pos (
list[list[str]]): An array of part-of-speech tags corresponding to each element in tokens column. - id, url, title: All correspond to wikipedia.
- (ok_num_tokens, ok_num_pos: Missed deletion. All values are true.)
- Downloads last month
- 13