\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{DeaconDesperado} \pdfinfo{ /Title (nltk-part-of-speech-tags.pdf) /Creator (Cheatography) /Author (DeaconDesperado) /Subject (NLTK Part of speech tags Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{2B2B2B} \definecolor{LightBackground}{HTML}{F8F8F8} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{NLTK Part of speech tags Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{DeaconDesperado} via \textcolor{DarkBackground}{\uline{cheatography.com/2188/cs/623/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}DeaconDesperado \\ \uline{cheatography.com/deacondesperado} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Not Yet Published.\\ Updated 12th May, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset abbrvs}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Abbrv} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{''} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{(} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{)} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{,} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{-{}-} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{.} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{::} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{CC} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{CD} \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{DT} \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{EX} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{FW} \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{IN} \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{JJ} \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{JJR} \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{JJS} \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{LS} \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{MD} \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{NN} \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{NNP} \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{NNS} \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{PDT} \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{POS} \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{PRP} \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{RB} \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{RBR} \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{RBS} \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{RP} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset abbrvs (cont)}} \tn % Row 30 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{SYM} \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{TO} \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{UH} \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{VB} \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{VBD} \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{VBG} \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{VBN} \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{VBP} \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{VBZ} \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{WDT} \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{WP} \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{WP\$} \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{WRB} \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset what}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Description} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{dollar} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{closing quotation mark} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{(opening parenthesis} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{)closing parenthesis} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{,comma} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{dash} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{.sentence terminator} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{No matching tags found.} \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{conjunction, coordinating} \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{numeral, cardinal} \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{determiner} \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{existential there} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{foreign word} \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{preposition or conjunction, subordinating} \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{adjective or numeral, ordinal} \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{adjective, comparative} \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{adjective, superlative} \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{list item marker} \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{modal auxiliary} \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{noun, common, singular or mass} \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{noun, proper, singular} \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{noun, common, plural} \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{pre-determiner} \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{genitive marker} \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{pronoun, personal} \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{adverb} \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{adverb, comparative} \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{adverb, superlative} \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{particle} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset what (cont)}} \tn % Row 30 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{symbol} \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{"to" as preposition or infinitive marker} \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{interjection} \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{verb, base form} \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{verb, past tense} \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{verb, present participle or gerund} \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{verb, past participle} \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{verb, present tense, not 3rd person singular} \tn % Row Count 8 (+ 1) % Row 38 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{verb, present tense, 3rd person singular} \tn % Row Count 9 (+ 1) % Row 39 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{WH-determiner} \tn % Row Count 10 (+ 1) % Row 40 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{WH-pronoun} \tn % Row Count 11 (+ 1) % Row 41 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{WH-pronoun, possessive} \tn % Row Count 12 (+ 1) % Row 42 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Wh-adverb} \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset ex}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Example} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\$ -\$ -{}-\$ A\$ C\$ HK\$ M\$ NZ\$ S\$ U.S.\$ US\$} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{' ''} \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{( {[} \{} \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{) {]} \}} \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{,} \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{-{}-} \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{. ! ?} \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{} \tn % Row Count 8 (+ 0) % Row 9 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{\& 'n and both but either et for less minus neither nor or plus so \newline therefore times v. versus vs. whether yet} \tn % Row Count 11 (+ 3) % Row 10 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{mid-1890 nine-thirty forty-two one-tenth ten million 0.5 one forty- \newline seven 1987 twenty '79 zero two 78-degrees eighty-four IX '60s .025 \newline fifteen 271,124 dozen quintillion DM2,000 ...} \tn % Row Count 15 (+ 4) % Row 11 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{all an another any both del each either every half la many much nary \newline neither no some such that the them these this those} \tn % Row Count 18 (+ 3) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{there} \tn % Row Count 19 (+ 1) % Row 13 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{gemeinschaft hund ich jeux habeas Haementeria Herr K'ang-si vous \newline lutihaw alai je jour objets salutaris fille quibusdam pas trop Monte \newline terram fiche oui corporis ...} \tn % Row Count 23 (+ 4) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{astride among uppon whether out inside pro despite on by throughout \newline below within for towards near behind atop around if like until below \newline next into if beside ...} \tn % Row Count 27 (+ 4) % Row 15 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{third ill-mannered pre-war regrettable oiled calamitous first separable \newline ectoplasmic battery-powered participatory fourth still-to-be-named \newline multilingual multi-disciplinary ...} \tn % Row Count 31 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset ex (cont)}} \tn % Row 16 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{bleaker braver breezier briefer brighter brisker broader bumper busier \newline calmer cheaper choosier cleaner clearer closer colder commoner costlier \newline cozier creamier crunchier cuter ...} \tn % Row Count 4 (+ 4) % Row 17 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{calmest cheapest choicest classiest cleanest clearest closest commonest \newline corniest costliest crassest creepiest crudest cutest darkest deadliest \newline dearest deepest densest dinkiest ...} \tn % Row Count 8 (+ 4) % Row 18 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{A A. B B. C C. D E F First G H I J K One SP-44001 SP-44002 SP-44005 \newline SP-44007 Second Third Three Two * a b c d first five four one six three \newline two} \tn % Row Count 12 (+ 4) % Row 19 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{can cannot could couldn't dare may might must need ought shall should \newline shouldn't will would} \tn % Row Count 14 (+ 2) % Row 20 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{common-carrier cabbage knuckle-duster Casino afghan shed thermostat \newline investment slide humour falloff slick wind hyena override subhumanity \newline machinist ...} \tn % Row Count 18 (+ 4) % Row 21 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{Motown Venneboerger Czestochwa Ranzer Conchita Trumplane Christos \newline Oceanside Escobar Kreisler Sawyer Cougar Yvette Ervin ODI Darryl CTCA \newline Shannon A.K.C. Meltex Liverpool ...} \tn % Row Count 22 (+ 4) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{undergraduates scotches bric-a-brac products bodyguards facets coasts \newline divestitures storehouses designs clubs fragrances averages \newline subjectivists apprehensions muses factory-jobs ...} \tn % Row Count 26 (+ 4) % Row 23 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{all both half many quite such sure this} \tn % Row Count 27 (+ 1) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{' 's} \tn % Row Count 28 (+ 1) % Row 25 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{hers herself him himself hisself it itself me myself one oneself ours \newline ourselves ownself self she thee theirs them themselves they thou thy us} \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset ex (cont)}} \tn % Row 26 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{occasionally unabatingly maddeningly adventurously professedly \newline stirringly prominently technologically magisterially predominately \newline swiftly fiscally pitilessly ...} \tn % Row Count 4 (+ 4) % Row 27 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{further gloomier grander graver greater grimmer harder harsher \newline healthier heavier higher however larger later leaner lengthier less- \newline perfectly lesser lonelier longer louder lower more ...} \tn % Row Count 8 (+ 4) % Row 28 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{best biggest bluntest earliest farthest first furthest hardest \newline heartiest highest largest least less most nearest second tightest worst} \tn % Row Count 11 (+ 3) % Row 29 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{aboard about across along apart around aside at away back before behind \newline by crop down ever fast for forth from go high i.e. in into just later \newline low more off on open out over per pie raising start teeth that through \newline under unto up up-pp upon whole with you} \tn % Row Count 17 (+ 6) % Row 30 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{\% \& ' '' ''. ) ). {\emph{ + ,. \textless{} = \textgreater{} @ A{[}fj{]} U.S U.S.S.R }} {\bf{ }}*} \tn % Row Count 19 (+ 2) % Row 31 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{to} \tn % Row Count 20 (+ 1) % Row 32 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Goodbye Goody Gosh Wow Jeepers Jee-sus Hubba Hey Kee-reist Oops amen \newline huh howdy uh dammit whammo shucks heck anyways whodunnit honey golly \newline man baby diddle hush sonuvabitch ...} \tn % Row Count 24 (+ 4) % Row 33 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{ask assemble assess assign assume atone attention avoid bake balkanize \newline bank begin behold believe bend benefit bevel beware bless boil bomb \newline boost brace break bring broil brush build ...} \tn % Row Count 28 (+ 4) % Row 34 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{dipped pleaded swiped regummed soaked tidied convened halted registered \newline cushioned exacted snubbed strode aimed adopted belied figgered \newline speculated wore appreciated contemplated ...} \tn % Row Count 32 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{p{0.5377 cm} } \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{upenn tagset ex (cont)}} \tn % Row 35 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{telegraphing stirring focusing angering judging stalling lactating \newline hankerin' alleging veering capping approaching traveling besieging \newline encrypting interrupting erasing wincing ...} \tn % Row Count 4 (+ 4) % Row 36 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{multihulled dilapidated aerosolized chaired languished panelized used \newline experimented flourished imitated reunifed factored condensed sheared \newline unsettled primed dubbed desired ...} \tn % Row Count 8 (+ 4) % Row 37 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{predominate wrap resort sue twist spill cure lengthen brush terminate \newline appear tend stray glisten obtain comprise detest tease attract \newline emphasize mold postpone sever return wag ...} \tn % Row Count 12 (+ 4) % Row 38 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{bases reconstructs marks mixes displeases seals carps weaves snatches \newline slumps stretches authorizes smolders pictures emerges stockpiles \newline seduces fizzes uses bolsters slaps speaks pleads ...} \tn % Row Count 16 (+ 4) % Row 39 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{that what whatever which whichever} \tn % Row Count 17 (+ 1) % Row 40 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{that what whatever whatsoever which who whom whosoever} \tn % Row Count 19 (+ 2) % Row 41 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{whose} \tn % Row Count 20 (+ 1) % Row 42 \SetRowColor{white} \mymulticolumn{1}{x{5.377cm}}{how however whence whenever where whereby whereever wherein whereof why} \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}