diff --git a/create_corpus_file.py b/create_corpus_file.py
new file mode 100644
index 0000000..31bee7a
--- /dev/null
+++ b/create_corpus_file.py
@@ -0,0 +1,16 @@
+import argparse
+import xml.etree.ElementTree as ET
+
+parser = argparse.ArgumentParser()
+parser.add_argument('-i', dest='input_file', required=True)
+parser.add_argument('--author', dest='author', required=True)
+parser.add_argument('--publishing_year', dest='publishing_year', required=True)
+parser.add_argument('--title', dest='title', required=True)
+args = parser.parse_args()
+
+element_tree = ET.parse(args.input_file)
+text_node = element_tree.find('text')
+text_node.set('author', args.author)
+text_node.set('publishing_year', args.publishing_year)
+text_node.set('title', args.title)
+element_tree.write(args.input_file)
diff --git a/foo.sh b/foo.sh
new file mode 100755
index 0000000..3d0bcef
--- /dev/null
+++ b/foo.sh
@@ -0,0 +1,17 @@
+echo $0
+vrt_file="$1"
+exit
+
+docker run \
+ -d \
+ pjentsch/cqpserver:latest
+docker exec "$CONTAINER_NAME" mkdir /corpora/data/example
+docker exec "$CONTAINER_NAME" cwb-encode \
+ -d /corpora/data/example \
+ -f /root/files/example.vrt \
+ -R /usr/local/share/cwb/registry/example \
+ text, lemma, simple_pos, pos, ner
+ -P lemma -P simple_pos -P pos -P ner \
+ -S s -S text:
+docker exec "$CONTAINER_NAME" cwb-make \
+ -V EXAMPLE
diff --git a/merge_corpus_files.py b/merge_corpus_files.py
new file mode 100644
index 0000000..cd5a2d1
--- /dev/null
+++ b/merge_corpus_files.py
@@ -0,0 +1,21 @@
+import argparse
+import os
+import xml.etree.ElementTree as ET
+
+parser = argparse.ArgumentParser()
+parser.add_argument('-dir', dest='corpus_dir', required=True)
+args = parser.parse_args()
+
+text_nodes = []
+for corpus_file in os.listdir(args.corpus_dir):
+ if os.path.isdir(os.path.join(args.corpus_dir, corpus_file)):
+ continue
+ if corpus_file == 'corpus.vrt':
+ continue
+ element_tree = ET.parse(os.path.join(args.corpus_dir, corpus_file))
+ text_nodes.append(element_tree.find('text'))
+element_tree = ET.ElementTree(ET.fromstring(''))
+root = element_tree.getroot()
+for text_node in text_nodes:
+ root.insert(1, text_node)
+element_tree.write(os.path.join(args.corpus_dir, 'corpus.vrt'))
diff --git a/test_files/corpus.vrt b/test_files/corpus.vrt
new file mode 100644
index 0000000..d77a0eb
--- /dev/null
+++ b/test_files/corpus.vrt
@@ -0,0 +1,8447 @@
+
+
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+
+
+I -PRON- PRON PRP NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES happinesses NOUN NN NULL
+
+
+In in ADP IN NULL
+1907 1907 NUM CD DATE
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+crossing cross VERB VBG NULL
+the the DET DT LOC
+Black Black PROPN NNP LOC
+Sea Sea PROPN NNP LOC
+in in ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+spring spring NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+rigging rig VERB VBG NULL
+was be VERB VBD NULL
+full full ADJ JJ NULL
+of of ADP IN NULL
+bright bright ADV RB NULL
+- - PUNCT HYPH NULL
+coloured coloured ADJ JJ NULL
+birds bird NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+noticed notice VERB VBD NULL
+one one NUM CD NULL
+among among ADP IN NULL
+them -PRON- PRON PRP NULL
+in in ADP IN NULL
+particular particular ADJ JJ NULL
+, , PUNCT , NULL
+strongly strongly ADV RB NULL
+marked mark VERB VBN NULL
+, , PUNCT , NULL
+heavier heavier ADV RBR NULL
+- - PUNCT HYPH NULL
+beaked beaked ADJ JJ NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+every every DET DT NULL
+now now ADV RB NULL
+and and CCONJ CC NULL
+then then ADV RB NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+spring spring VERB VB NULL
+upon upon ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+the the DET DT NULL
+smaller small ADJ JJR NULL
+, , PUNCT , NULL
+unsuspecting unsuspecting ADJ JJ NULL
+birds bird NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kill kill VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+shrike shrike NOUN NN NULL
+or or CCONJ CC NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+steadily steadily ADV RB NULL
+destroying destroy VERB VBG NULL
+all all DET PDT NULL
+its -PRON- DET PRP$ NULL
+fellows fellow NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+I -PRON- PRON PRP NULL
+am be VERB VBP NULL
+a a DET DT NULL
+bird- bird- ADJ JJ NULL
+lover lover NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+only only ADV RB NULL
+had have VERB VBD NULL
+a a DET DT NULL
+revolver revolver NOUN NN NULL
+handy handy ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+took take VERB VBD NULL
+me -PRON- PRON PRP NULL
+the the DET DT DATE
+whole whole ADJ JJ DATE
+day day NOUN NN DATE
+to to PART TO NULL
+get get VERB VB NULL
+that that DET DT NULL
+
+
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+while while ADP IN NULL
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+doing do VERB VBG NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+thought thought NOUN NN NULL
+flew fly VERB VBD NULL
+across across ADP IN NULL
+my -PRON- DET PRP$ NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+never never ADV RB NULL
+again again ADV RB NULL
+left leave VERB VBD NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+on on ADP IN NULL
+that that DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+behaved behave VERB VBD NULL
+exactly exactly ADV RB NULL
+like like ADP IN NULL
+Germany Germany PROPN NNP GPE
+behaves behave NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+twenty twenty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+six six NUM CD CARDINAL
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+life life NOUN NN NULL
+looked look VERB VBD NULL
+pretty pretty ADV RB NULL
+good— good— NOUN NN NULL
+or or CCONJ CC NULL
+should should VERB MD NULL
+have have VERB VB NULL
+looked look VERB VBN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+there there ADV EX NULL
+were be VERB VBD NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+of of ADP IN NULL
+a a DET DT NULL
+sort sort NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+already already ADV RB NULL
+I -PRON- PRON PRP NULL
+could could VERB MD NULL
+feel feel VERB VB NULL
+the the DET DT NULL
+shadow shadow NOUN NN NULL
+on on ADP IN NULL
+them -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+I -PRON- PRON PRP NULL
+had have VERB VBD NULL
+spent spend VERB VBN NULL
+long long ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+know know VERB VB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+would would VERB MD NULL
+bring bring VERB VB NULL
+on on PART RP NULL
+her -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+as as ADV RB NULL
+soon soon ADV RB NULL
+as as ADP IN NULL
+she -PRON- PRON PRP NULL
+thought think VERB VBD NULL
+the the DET DT NULL
+going go VERB VBG NULL
+good good ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+, , PUNCT , NULL
+think think VERB VB NULL
+for for ADP IN NULL
+a a DET DT NULL
+moment moment NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+’s ’s PROPN NNP NULL
+record record NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+well well ADV RB NULL
+said say VERB VBN NULL
+by by ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+social social ADJ JJ NULL
+historian historian NOUN NN NULL
+that that DET WDT NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+rise rise NOUN NN NULL
+of of ADP IN NULL
+Nazism Nazism PROPN NNP NORP
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+extends extend VERB VBZ NULL
+over over ADP IN NULL
+three three NUM CD NULL
+genera- genera- ADJ JJ NULL
+tions tion NOUN NNS NULL
+” " PUNCT '' NULL
+. . PUNCT . NULL
+
+
+Nazi nazi ADV RB NORP
+. . PUNCT . NULL
+
+
+methods method NOUN NNS NULL
+are be VERB VBP NULL
+certainly certainly ADV RB NULL
+deep deep ADV RB NULL
+- - PUNCT HYPH NULL
+rooted root VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP GPE
+’s ’s PROPN NNP NULL
+resort resort NOUN NN NULL
+to to ADP IN NULL
+forgery forgery NOUN NN NULL
+— — X XX NULL
+to to PART TO NULL
+make make VERB VB NULL
+sure sure ADJ JJ NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+in in ADP IN NULL
+1870—was 1870—was NUM CD DATE
+thought think VERB VBD NULL
+clever clever ADJ JJ NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+if if ADP IN NULL
+a a DET DT NULL
+little little ADJ JJ NULL
+original original ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Since since ADP IN NULL
+then then ADV RB NULL
+forgery forgery NOUN NN NULL
+has have VERB VBZ NULL
+become become VERB VBN NULL
+endemic endemic ADJ JJ NULL
+: : PUNCT : NULL
+for for ADP IN NULL
+
+
+I -PRON- PRON PRP NULL
+
+
+2 2 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+years year NOUN NNS NULL
+
+
+now now ADV RB NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+an an DET DT NULL
+integral integral ADJ JJ NULL
+, , PUNCT , NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+system system NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+German german ADJ JJ NORP
+State state NOUN NN ORG
+- - PUNCT HYPH NULL
+paper paper NOUN NN NULL
+is be VERB VBZ NULL
+ever ever ADV RB NULL
+issued issue VERB VBN NULL
+that that DET WDT NULL
+does do VERB VBZ NULL
+not not ADV RB NULL
+bristle bristle VERB VB NULL
+with with ADP IN NULL
+falsification falsification NOUN NN NULL
+, , PUNCT , NULL
+no no DET DT NULL
+German german ADJ JJ NORP
+communiqué communiqué NOUN NN NULL
+that that DET WDT NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+compounded compound VERB VBN NULL
+of of ADP IN NULL
+lies lie NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Anyone Anyone NOUN NN NULL
+henceforth henceforth ADV RB NULL
+who who PRON WP NULL
+believes believe VERB VBZ NULL
+in in ADP IN NULL
+any any DET DT NULL
+German german ADJ JJ NORP
+official official ADJ JJ NULL
+publication publication NOUN NN NULL
+qualifies qualifie NOUN NNS NULL
+auto- auto- VERB VBZ NULL
+matically matically ADV RB NULL
+as as ADP IN NULL
+a a DET DT NULL
+professional professional ADJ JJ NULL
+dupe dupe NOUN NN NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+by by ADP IN NULL
+hook hook NOUN NN NULL
+and and CCONJ CC NULL
+by by ADP IN NULL
+crook crook NOUN NN NULL
+
+
+— — PUNCT : NULL
+
+
+especially especially ADV RB NULL
+crook crook ADJ JJ NULL
+
+
+— — PUNCT NFP NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+got get VERB VBD NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+each each DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+
+
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+mounted mount VERB VBD NULL
+; ; PUNCT : NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1864 1864 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1870 1870 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+. . PUNCT . NULL
+
+
+Each each DET DT NULL
+of of ADP IN NULL
+these these DET DT NULL
+wars war NOUN NNS NULL
+was be VERB VBD NULL
+carefully carefully ADV RB NULL
+planned plan VERB VBN NULL
+and and CCONJ CC NULL
+provoked provoke VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+Then then ADV RB NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1905 1905 NUM CD DATE
+it -PRON- PRON PRP NULL
+nearly nearly ADV RB NULL
+got get VERB VBD NULL
+another another DET DT NULL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+submitted submit VERB VBD NULL
+to to ADP IN NULL
+the the DET DT NULL
+humiliation humiliation NOUN NN NULL
+of of ADP IN NULL
+throwing throw VERB VBG NULL
+overboard overboard ADV RB NULL
+their -PRON- DET PRP$ NULL
+Foreign Foreign PROPN NNP NULL
+Minister Minister PROPN NNP NULL
+, , PUNCT , NULL
+Monsieur Monsieur PROPN NNP PERSON
+Delcassé Delcassé PROPN NNP PERSON
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+before before ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+they -PRON- PRON PRP NULL
+recoiled recoil VERB VBD NULL
+again again ADV RB NULL
+and and CCONJ CC NULL
+again again ADV RB NULL
+rather rather ADV RB NULL
+than than ADP IN NULL
+give give VERB VB NULL
+Germany Germany PROPN NNP GPE
+any any DET DT NULL
+pretext pretext NOUN NN NULL
+for for ADP IN NULL
+turning turn VERB VBG NULL
+Europe Europe PROPN NNP LOC
+into into ADP IN NULL
+a a DET DT NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+bath bath NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+another another DET DT NULL
+narrow narrow ADJ JJ NULL
+squeak squeak NOUN NN NULL
+in in ADP IN NULL
+1911 1911 NUM CD DATE
+, , PUNCT , NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+landed land VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+right right ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+crescendo crescendo NOUN NN NULL
+mounted mount VERB VBD NULL
+formidably formidably ADV RB NULL
+; ; PUNCT : NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+went go VERB VBD NULL
+rocketing rocket VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+had have VERB VBD NULL
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+to to PART TO NULL
+say say VERB VB NULL
+about about ADP IN NULL
+that that DET DT NULL
+? ? PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+in in ADP IN NULL
+Mein Mein PROPN NNP GPE
+Kampf Kampf PROPN NNP GPE
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+I -PRON- PRON PRP NULL
+sank sink VERB VBD NULL
+down down PART RP NULL
+upon upon ADP IN NULL
+my -PRON- DET PRP$ NULL
+knees knee NOUN NNS NULL
+and and CCONJ CC NULL
+thanked thank VERB VBD NULL
+heaven heaven PROPN NNP NULL
+out out ADP IN NULL
+of of ADP IN NULL
+the the DET DT NULL
+fullness fullness NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+heart heart NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+favour favour NOUN NN NULL
+of of ADP IN NULL
+being be VERB VBG NULL
+per- per- NOUN NNS NULL
+mitted mitte VERB VBN NULL
+to to PART TO NULL
+live live VERB VB NULL
+in in ADP IN NULL
+such such DET PDT NULL
+a a DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+
+
+But but CCONJ CC NULL
+do do VERB VB NULL
+n’t not ADV RB NULL
+think think VERB VB NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+is be VERB VBZ NULL
+, , PUNCT , NULL
+an an DET DT NULL
+exception exception NOUN NN NULL
+. . PUNCT . NULL
+
+
+As as ADV RB NULL
+early early ADV RB NULL
+as as ADP IN NULL
+the the DET DT NULL
+Franco Franco PROPN NNP NULL
+- - PUNCT HYPH NULL
+Prussian Prussian PROPN NNP NULL
+War War PROPN NNP NULL
+of of ADP IN NULL
+1870 1870 NUM CD DATE
+the the DET DT NULL
+King King PROPN NNP NULL
+of of ADP IN NULL
+Prussia Prussia PROPN NNP NULL
+was be VERB VBD NULL
+continually continually ADV RB NULL
+thanking thank VERB VBG NULL
+God God PROPN NNP NULL
+in in ADP IN NULL
+letters letter NOUN NNS NULL
+to to ADP IN NULL
+his -PRON- DET PRP$ NULL
+wife wife NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+number number NOUN NN NULL
+of of ADP IN NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+men man NOUN NNS NULL
+whom whom PRON WP NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+killed kill VERB VBN NULL
+. . PUNCT . NULL
+
+
+Even even ADV RB NULL
+to to ADP IN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+this this DET DT NULL
+seemed seem VERB VBD NULL
+insufferable insufferable ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+think think VERB VBP NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+Punch Punch PROPN NNP NULL
+that that DET WDT NULL
+pub- pub- VERB VBZ NULL
+lished lishe VERB VBN NULL
+a a DET DT NULL
+parody parody NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+correspondence correspondence NOUN NN NULL
+: : PUNCT : NULL
+
+
+Thanks thank NOUN NNS NULL
+to to ADP IN NULL
+the’Lord the’Lord PROPN NNP NULL
+, , PUNCT , NULL
+my -PRON- DET PRP$ NULL
+dear dear ADJ JJ NULL
+Augusta Augusta PROPN NNP PERSON
+, , PUNCT , NULL
+We -PRON- PRON PRP NULL
+’ve have VERB VB NULL
+hit hit VERB VBD NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+an an DET DT NULL
+awful awful ADJ JJ NULL
+buster buster NOUN NN NULL
+. . PUNCT . NULL
+
+
+Ten ten NUM CD CARDINAL
+thousand thousand NUM CD CARDINAL
+Frenchmen Frenchmen PROPN NNPS NORP
+sent send VERB VBD NULL
+below below ADV RB NULL
+! ! PUNCT . NULL
+
+
+Praise praise VERB VB NULL
+God God PROPN NNP NULL
+from from ADP IN NULL
+whom whom PRON WP NULL
+all all DET DT NULL
+blessings blessing NOUN NNS NULL
+flow flow VERB VBP NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+
+
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+3 3 NUM CD NULL
+
+
+For for ADP IN NULL
+generations generation NOUN NNS NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+not not ADV RB NULL
+only only ADV RB NULL
+the the DET DT NULL
+earth earth NOUN NN NULL
+but but CCONJ CC NULL
+heaven heaven PROPN NNP NULL
+. . PUNCT . NULL
+
+
+When when ADV WRB NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+found find VERB VBD NULL
+that that ADP IN NULL
+heaven heaven PROPN NNP NULL
+could could VERB MD NULL
+not not ADV RB NULL
+be be VERB VB NULL
+annexed annex VERB VBN NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+discarded discard VERB VBD NULL
+it -PRON- PRON PRP NULL
+altogether altogether ADV RB NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+can can VERB MD NULL
+see see VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+did do VERB VBD NULL
+n’t not ADV RB NULL
+come come VERB VB NULL
+from from ADP IN NULL
+nowhere nowhere ADV RB NULL
+. . PUNCT . NULL
+
+
+In in ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+exultation exultation NOUN NN NULL
+and and CCONJ CC NULL
+sniffing sniffing NOUN NN NULL
+of of ADP IN NULL
+carnage carnage NOUN NN NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+never never ADV RB NULL
+occurred occur VERB VBD NULL
+to to ADP IN NULL
+him -PRON- PRON PRP NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+that that ADP IN NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happi- happi- NOUN NN NULL
+nesses ness NOUN NNS NULL
+were be VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+lined line VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+knocked knock VERB VBD NULL
+down down PART RP NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+’s ’s PROPN NNP NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+working work VERB VBG NULL
+on on ADP IN NULL
+those those DET DT NULL
+lines line NOUN NNS NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+may may VERB MD NULL
+think think VERB VB NULL
+it -PRON- PRON PRP NULL
+strange strange ADJ JJ NULL
+that that ADP IN NULL
+anyone anyone NOUN NN NULL
+should should VERB MD NULL
+thank thank VERB VB NULL
+heaven heaven PROPN NNP NULL
+—why —why NOUN NN PERSON
+heaven?—for heaven?—for ADP IN NULL
+the the DET DT NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+wholesale wholesale ADJ JJ NULL
+slaughter slaughter NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+see see VERB VB NULL
+from from ADP IN NULL
+what what PRON WP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+just just ADV RB NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+one one NUM CD NULL
+with with ADP IN NULL
+the the DET DT NULL
+past past NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+was be VERB VBD NULL
+
+
+Der Der PROPN NNP NULL
+Tag—‘‘The Tag—‘‘The PROPN NNP NULL
+Day’”—that day’”—that PRON WP NULL
+had have VERB VBD NULL
+been be VERB VBN NULL
+toasted toast VERB VBN NULL
+all all ADV RB NULL
+over over ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+those those DET DT NULL
+of of ADP IN NULL
+us -PRON- PRON PRP NULL
+who who PRON WP NULL
+had have VERB VBD NULL
+lived live VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+long long ADV RB NULL
+known know VERB VBN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+being be VERB VBG NULL
+toasted toast VERB VBN NULL
+and and CCONJ CC NULL
+lived live VERB VBD NULL
+for for ADP IN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+therefore therefore ADV RB NULL
+not not ADV RB NULL
+surprising surprising ADJ JJ NULL
+that that ADP IN NULL
+last last ADJ JJ DATE
+year year NOUN NN DATE
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+began begin VERB VBD NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+so so ADV RB NULL
+overjoyed overjoyed ADJ JJ NULL
+at at ADP IN NULL
+the the DET DT EVENT
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+determined determined ADJ JJ NULL
+to to PART TO NULL
+have have VERB VB NULL
+a a DET DT NULL
+fifth fifth ADJ JJ ORDINAL
+all all DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+no no DET DT NULL
+stone stone NOUN NN NULL
+unturned unturned ADJ JJ NULL
+to to PART TO NULL
+ensure ensure VERB VB NULL
+and and CCONJ CC NULL
+prepare prepare VERB VB NULL
+for for ADP IN NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+must must VERB MD NULL
+be be VERB VB NULL
+clear clear ADJ JJ NULL
+to to ADP IN NULL
+anyone anyone NOUN NN NULL
+who who PRON WP NULL
+looks look VERB VBZ NULL
+back back ADV RB NULL
+over over ADP IN NULL
+the the DET DT DATE
+years year NOUN NNS DATE
+, , PUNCT , NULL
+though though ADP IN NULL
+the the DET DT NULL
+sheer sheer NOUN NN NULL
+beastly beastly ADV RB NULL
+folly folly NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+thing thing NOUN NN NULL
+made make VERB VBD NULL
+decent decent ADJ JJ NULL
+people people NOUN NNS NULL
+believe believe VERB VB NULL
+it -PRON- PRON PRP NULL
+to to PART TO NULL
+be be VERB VB NULL
+impossible impossible ADJ JJ NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+youth youth NOUN NN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+people people NOUN NNS NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+taught teach VERB VBN NULL
+to to PART TO NULL
+regard regard VERB VB NULL
+great great ADJ JJ NULL
+wars war NOUN NNS NULL
+as as ADP IN NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+salutary salutary ADJ JJ NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+regarded regard VERB VBN NULL
+them -PRON- PRON PRP NULL
+as as ADP IN NULL
+neither neither DET DT NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+the the DET DT NULL
+great great ADJ JJ NULL
+gulf gulf NOUN NN NULL
+between between ADP IN NULL
+us -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+Europe Europe PROPN NNP LOC
+has have VERB VBZ NULL
+had have VERB VBN NULL
+five five NUM CD CARDINAL
+wars war NOUN NNS NULL
+in in ADP IN NULL
+seventy seventy NUM CD DATE
+- - PUNCT HYPH DATE
+five five NUM CD DATE
+years year NOUN NNS DATE
+! ! PUNCT . NULL
+
+
+People People NOUN NNS NULL
+tried try VERB VBD NULL
+hard hard ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+anyhow anyhow ADV RB NULL
+not not ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+— — PUNCT NFP NULL
+a a DET DT NULL
+credit- credit- ADJ JJ NULL
+able able ADJ JJ NULL
+trait trait NOUN NN NULL
+in in ADP IN NULL
+human human ADJ JJ NULL
+nature nature NOUN NN NULL
+when when ADV WRB NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+too too ADV RB NULL
+expensive expensive ADJ JJ NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+was be VERB VBD NULL
+true true ADJ JJ NULL
+all all DET PDT NULL
+the the DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+Nazi Nazi PROPN NNP NORP
+is be VERB VBZ NULL
+congenitally congenitally ADV RB NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+his -PRON- DET PRP$ NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+never never ADV RB NULL
+the the DET DT NULL
+least least ADJ JJS NULL
+real real ADJ JJ NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+not not ADV RB NULL
+making make VERB VBG NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+German german ADJ JJ NORP
+War War PROPN NNP NULL
+every every DET DT NULL
+fifteen fifteen NUM CD NULL
+years year NOUN NNS NULL
+on on ADP IN NULL
+an an DET DT NULL
+average average NOUN NN NULL
+. . PUNCT . NULL
+
+
+Butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+are be VERB VBP NULL
+destructive destructive ADJ JJ NULL
+animals animal NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+no no DET DT NULL
+drinking drinking NOUN NN NULL
+to to ADP IN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+preparation preparation NOUN NN NULL
+for for ADP IN NULL
+, , PUNCT , NULL
+
+
+‘ ' PUNCT '' NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Day day NOUN NN NULL
+” " PUNCT '' NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+4 4 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+in in ADP IN NULL
+England England PROPN NNP GPE
+or or CCONJ CC NULL
+France France PROPN NNP GPE
+, , PUNCT , NULL
+let let VERB VB NULL
+alone alone ADV RB NULL
+in in ADP IN NULL
+poor poor ADJ JJ NULL
+little little ADJ JJ NULL
+Belgium Belgium PROPN NNP GPE
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+already already ADV RB NULL
+said say VERB VBN NULL
+how how ADV WRB NULL
+far far ADV RB NULL
+France France PROPN NNP GPE
+went go VERB VBD NULL
+to to PART TO NULL
+avoid avoid VERB VB NULL
+it -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+England England PROPN NNP GPE
+’s ’s PROPN NNP NULL
+“ “ PROPN NNP NULL
+contemptibly contemptibly ADV RB NULL
+small small ADJ JJ NULL
+army’—as army’—as PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+des- des- NOUN NN NULL
+cribed crib VERB VBD NULL
+it -PRON- PRON PRP NULL
+
+
+— — VERB MD NULL
+was be VERB VBD NULL
+not not ADV RB NULL
+designed design VERB VBN NULL
+or or CCONJ CC NULL
+ready ready ADJ JJ NULL
+for for ADP IN NULL
+continental continental ADJ JJ NULL
+war- war- NOUN NN NULL
+fare fare NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+characteristic characteristic NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+pounce pounce VERB VB NULL
+upon upon ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+living live VERB VBG NULL
+peaceably peaceably ADV RB NULL
+beside beside ADP IN NULL
+him -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+their -PRON- DET PRP$ NULL
+characteristic characteristic NOUN NN NULL
+never never ADV RB NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+late late ADJ JJ NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+had have VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+won win VERB VBD NULL
+, , PUNCT , NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+any any DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+began begin VERB VBD NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+really really ADV RB NULL
+after after ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+first first ADJ JJ ORDINAL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+were be VERB VBD NULL
+prelude prelude NOUN NN NULL
+and and CCONJ CC NULL
+preparation preparation NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bid bid NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+real real ADJ JJ NULL
+thing thing NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+working work VERB VBG NULL
+in in ADP IN NULL
+them -PRON- PRON PRP NULL
+for for ADP IN NULL
+generations generation NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+for for ADP IN NULL
+two two NUM CD CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+myself -PRON- PRON PRP NULL
+watched watch VERB VBN NULL
+it -PRON- PRON PRP NULL
+at at ADP IN NULL
+work work NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+seen see VERB VBN NULL
+the the DET DT NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NORP
+Empire Empire PROPN NNP NULL
+corrupting corrupt VERB VBG NULL
+German german ADJ JJ NORP
+nature nature NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+philosopher philosopher NOUN NN NULL
+Nietzsche Nietzsche PROPN NNP PERSON
+foresaw foresaw NOUN NN NULL
+seventy seventy NUM CD DATE
+years year NOUN NNS DATE
+ago ago ADV RB DATE
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+had have VERB VBN NULL
+three three NUM CD CARDINAL
+elements element NOUN NNS NULL
+to to PART TO NULL
+work work VERB VB NULL
+on on ADP IN NULL
+, , PUNCT , NULL
+all all DET DT NULL
+of of ADP IN NULL
+which which DET WDT NULL
+are be VERB VBP NULL
+well well ADV RB NULL
+known known ADJ JJ NULL
+to to ADP IN NULL
+those those DET DT NULL
+with with ADP IN NULL
+any any DET DT NULL
+knowledge knowledge NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+psy- psy- NOUN NN NULL
+chology chology NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+three three NUM CD CARDINAL
+are be VERB VBP NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty Cruelty PROPN NNP NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+made make VERB VBN NULL
+personally personally ADV RB NULL
+and and CCONJ CC NULL
+painfully painfully ADV RB NULL
+aware aware ADJ JJ NULL
+of of ADP IN NULL
+these these DET DT NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+during during ADP IN NULL
+my -PRON- DET PRP$ NULL
+early early ADJ JJ DATE
+years year NOUN NNS DATE
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+are be VERB VBP NULL
+an an DET DT NULL
+infallible infallible ADJ JJ NULL
+guide guide NOUN NN NULL
+to to ADP IN NULL
+actions action NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+an an DET DT NULL
+example example NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+eighteen eighteen NUM CD DATE
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bitter bitter ADJ JJ NULL
+winter winter NOUN NN DATE
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+starving starve VERB VBG NULL
+German german ADJ JJ NORP
+lad lad NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+age age NOUN NN NULL
+stole steal VERB VBD NULL
+a a DET DT NULL
+cutlet cutlet NOUN NN NULL
+from from ADP IN NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+shop shop NOUN NN NULL
+and and CCONJ CC NULL
+bolted bolt VERB VBD NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+was be VERB VBD NULL
+pursued pursue VERB VBN NULL
+, , PUNCT , NULL
+caught catch VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kicked kick VERB VBD NULL
+into into ADP IN NULL
+a a DET DT NULL
+mess mess NOUN NN NULL
+— — X XX NULL
+not not ADV RB NULL
+by by ADP IN NULL
+toughs tough NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+by by ADP IN NULL
+apparently apparently ADV RB NULL
+ordinary ordinary ADJ JJ NULL
+citizens citizen NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+tried try VERB VBD NULL
+to to PART TO NULL
+intervene intervene VERB VB NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+was be VERB VBD NULL
+told tell VERB VBN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+I -PRON- PRON PRP NULL
+did do VERB VBD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+clear clear ADJ JJ NULL
+, , PUNCT , NULL
+I -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+served serve VERB VBN NULL
+in in ADP IN NULL
+the the DET DT NULL
+same same ADJ JJ NULL
+way way NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+mtany mtany NOUN NN NULL
+Germans Germans PROPN NNPS NORP
+who who PRON WP NULL
+dislike dislike VERB VBP NULL
+the the DET DT NULL
+habits habit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+as as ADV RB NULL
+much much ADV RB NULL
+as as ADP IN NULL
+we -PRON- PRON PRP NULL
+do do VERB VBP NULL
+. . PUNCT . NULL
+
+
+Unfortu- unfortu- INTJ UH NULL
+
+
+nately nately ADV RB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+never never ADV RB NULL
+there there ADV RB NULL
+on on ADP IN NULL
+The the DET DT DATE
+Day day NOUN NN DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+5 5 NUM CD NULL
+nation nation NOUN NN NULL
+
+
+— — PUNCT : NULL
+stertorously stertorously ADV RB NULL
+breathing breathe VERB VBG NULL
+Hymns Hymns PROPN NNP ORG
+of of ADP IN ORG
+Hate Hate PROPN NNP NULL
+— — PUNCT : NULL
+
+
+is be VERB VBZ NULL
+period- period- ADJ JJ NULL
+ically ically ADV RB NULL
+stampeded stampede VERB VBN NULL
+into into ADP IN NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+expansion expansion NOUN NN NULL
+, , PUNCT , NULL
+be be VERB VB NULL
+the the DET DT LOC
+Leader Leader PROPN NNP LOC
+Bismarck Bismarck PROPN NNP LOC
+, , PUNCT , NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+By by ADP IN NULL
+the the DET DT NULL
+way way NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Hymn Hymn PROPN NNP NULL
+of of ADP IN NULL
+Hate Hate PROPN NNP NULL
+against against ADP IN NULL
+England England PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+German german ADJ JJ NORP
+poem poem NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+last last ADJ JJ NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Ernst Ernst PROPN NNP ORG
+Lissauer Lissauer PROPN NNP ORG
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+Jew Jew PROPN NNP PERSON
+; ; PUNCT : NULL
+so so ADV RB NULL
+Hitler Hitler PROPN NNP PERSON
+could could VERB MD NULL
+not not ADV RB NULL
+use use VERB VB NULL
+it -PRON- PRON PRP NULL
+this this DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+had have VERB VBD NULL
+to to PART TO NULL
+have have VERB VB NULL
+instead instead ADV RB NULL
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+'re be VERB VBP NULL
+marching march VERB VBG NULL
+against against ADP IN NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ' PUNCT . NULL
+Quite quite DET PDT NULL
+a a DET DT NULL
+good good ADJ JJ NULL
+tune— tune— NOUN NN NULL
+relatively relatively ADV RB NULL
+doggerel doggerel NOUN NN NULL
+words word NOUN NNS NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+please please INTJ UH NULL
+note note VERB VB NULL
+that that ADP IN NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+is be VERB VBZ NULL
+always always ADV RB NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+‘ ‘ X ADD NULL
+
+
+hat hat NOUN NN NULL
+is be VERB VBZ NULL
+because because ADP IN NULL
+the the DET DT NULL
+British British PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+stirs stir VERB VBZ NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+envy envy VERB VB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+very very ADV RB NULL
+important important ADJ JJ NULL
+to to PART TO NULL
+recognize recognize VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+so so ADV RB NULL
+happened happen VERB VBD NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+failed fail VERB VBD NULL
+, , PUNCT , NULL
+though though ADP IN NULL
+it -PRON- PRON PRP NULL
+only only ADV RB NULL
+just just ADV RB NULL
+failed fail VERB VBD NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+that that DET DT NULL
+moment moment NOUN NN NULL
+the the DET DT NULL
+welkin welkin NOUN NN NULL
+rang rang VERB VB NULL
+with with ADP IN NULL
+German german ADJ JJ NORP
+grievances grievance NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+everyone everyone NOUN NN NULL
+was be VERB VBD NULL
+so so ADV RB NULL
+anxious anxious ADJ JJ NULL
+to to PART TO NULL
+forget forget VERB VB NULL
+the the DET DT NULL
+gratuitous gratuitous ADJ JJ NULL
+destruction destruction NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+they -PRON- PRON PRP NULL
+also also ADV RB NULL
+forgot forget VERB VBD NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+with with ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+conducted conduct VERB VBN NULL
+that that ADP IN NULL
+war— war— PROPN NNP NULL
+gas gas NOUN NN NULL
+, , PUNCT , NULL
+indiscriminate indiscriminate NOUN NN NULL
+sinkings sinking NOUN NNS NULL
+, , PUNCT , NULL
+mass mass NOUN NN NULL
+- - PUNCT HYPH NULL
+deportations deportation NOUN NNS NULL
+, , PUNCT , NULL
+cruelty cruelty NOUN NN NULL
+in in ADP IN NULL
+prison prison NOUN NN NULL
+- - PUNCT HYPH NULL
+camps camp NOUN NNS NULL
+— — X XX NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+type type NOUN NN NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+that that DET WDT NULL
+she -PRON- PRON PRP NULL
+had have VERB VBD NULL
+im- im- VERB VBN NULL
+posed pose VERB VBN NULL
+at at ADP IN NULL
+Brest Brest PROPN NNP ORG
+- - PUNCT HYPH ORG
+Litovsk Litovsk PROPN NNP ORG
+and and CCONJ CC NULL
+Bucharest Bucharest PROPN NNP GPE
+in in ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+when when ADV WRB NULL
+the the DET DT NULL
+aggressor aggressor NOUN NN NULL
+seemed seem VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+winning win VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+everything everything NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+blamed blame VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+‘ ‘ PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNPS NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+whining whine VERB VBG NULL
+bully bully ADV RB NULL
+must must VERB MD NULL
+be be VERB VB NULL
+picked pick VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+dusted dust VERB VBD NULL
+down down PART RP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+put put VERB VBD NULL
+on on PART RP NULL
+his -PRON- DET PRP$ NULL
+feet foot NOUN NNS NULL
+again again ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+soon soon ADV RB NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+back back ADV RB NULL
+on on ADP IN NULL
+his -PRON- DET PRP$ NULL
+perch perch NOUN NN NULL
+in in ADP IN NULL
+the the DET DT NULL
+thornhedge thornhedge NOUN NN NULL
+, , PUNCT , NULL
+preparing prepare VERB VBG NULL
+for for ADP IN NULL
+his -PRON- DET PRP$ NULL
+next next ADJ JJ NULL
+meal meal NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+destined destine VERB VBN NULL
+to to PART TO NULL
+be be VERB VB NULL
+a a DET DT NULL
+record record NOUN NN NULL
+one one NUM CD NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+the the DET DT NULL
+strange strange ADJ JJ NULL
+thing thing NOUN NN NULL
+was be VERB VBD NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+victims victim NOUN NNS NULL
+had have VERB VBD NULL
+contributed contribute VERB VBN NULL
+to to PART TO NULL
+put put VERB VB NULL
+him -PRON- PRON PRP NULL
+there there ADV RB NULL
+by by ADP IN NULL
+all all DET PDT NULL
+the the DET DT NULL
+means mean NOUN NNS NULL
+, , PUNCT , NULL
+including include VERB VBG NULL
+loans loan NOUN NNS NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+charitable charitable ADJ JJ NULL
+power power NOUN NN NULL
+. . PUNCT . NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+got get VERB VBD NULL
+nothing nothing NOUN NN NULL
+but but ADP IN NULL
+abuse abuse NOUN NN NULL
+for for ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+said say VERB VBD NULL
+just just ADV RB NULL
+now now ADV RB NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+always always ADV RB NULL
+seem seem VERB VBP NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+telling tell VERB VBG NULL
+- - PUNCT : NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+see see VERB VBP NULL
+one one NUM CD NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+uphill uphill ADJ JJ NULL
+work work NOUN NN NULL
+pointing point VERB VBG NULL
+out out PART RP NULL
+its -PRON- DET PRP$ NULL
+distinguishing distinguishing ADJ JJ NULL
+marks mark NOUN NNS NULL
+, , PUNCT , NULL
+unmistakable unmistakable ADJ JJ NULL
+though though ADP IN NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+to to ADP IN NULL
+any any DET DT NULL
+bird bird NOUN NN NULL
+- - PUNCT HYPH NULL
+lover lover NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNP NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+had have VERB VBD NULL
+practically practically ADV RB NULL
+6 6 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+mentality mentality NOUN NN NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+private private ADJ JJ NULL
+life life NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+family family NOUN NN NULL
+, , PUNCT , NULL
+Christianity Christianity PROPN NNP ORG
+and and CCONJ CC NULL
+culture culture NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+burning burning NOUN NN NULL
+of of ADP IN NULL
+books book NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+assaults assault NOUN NNS NULL
+on on ADP IN NULL
+the the DET DT NULL
+universities university NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Most Most ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT LAW
+‘ ' PUNCT `` LAW
+Treaty Treaty PROPN NNP LAW
+of of ADP IN LAW
+Versailles Versailles PROPN NNP LAW
+was be VERB VBD NULL
+dead dead ADJ JJ NULL
+long long ADV RB NULL
+before before ADP IN NULL
+1939 1939 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+remnants remnant NOUN NNS NULL
+were be VERB VBD NULL
+more more ADJ JJR NULL
+than than ADP IN NULL
+balanced balance VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+fact fact NOUN NN NULL
+that that ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+already already ADV RB NULL
+gained gain VERB VBN NULL
+more more ADJ JJR NULL
+— — PROPN NNP NULL
+Austria Austria PROPN NNP GPE
+and and CCONJ CC NULL
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+, , PUNCT , NULL
+for for ADP IN NULL
+example example NOUN NN NULL
+— — INTJ UH NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+lost lose VERB VBN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+had have VERB VBD NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+fact fact NOUN NN NULL
+, , PUNCT , NULL
+guzzled guzzle VERB VBD NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT GPE
+Austrian Austrian PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+that that DET WDT NULL
+Bismarck Bismarck PROPN NNP ORG
+had have VERB VBD NULL
+been be VERB VBN NULL
+intent intent ADJ JJ NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+out out ADP IN NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Appetite Appetite PROPN NNP NULL
+comes come VERB VBZ NULL
+in in ADP IN NULL
+eating eat VERB VBG NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+long long ADJ JJ NULL
+training training NOUN NN NULL
+in in ADP IN NULL
+militarism militarism NOUN NN NULL
+had have VERB VBD NULL
+led lead VERB VBN NULL
+inevitably inevitably ADV RB NULL
+first first ADV RB ORDINAL
+towards towards ADP IN NULL
+expansion expansion NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+and and CCONJ CC NULL
+then then ADV RB NULL
+towards towards ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+this this DET DT NULL
+urge urge NOUN NN NULL
+had have VERB VBD NULL
+become become VERB VBN NULL
+so so ADV RB NULL
+strong strong ADJ JJ NULL
+that that ADP IN NULL
+the the DET DT NULL
+temporary temporary ADJ JJ NULL
+set set NOUN NN NULL
+- - PUNCT HYPH NULL
+back back NOUN NN NULL
+of of ADP IN NULL
+1918 1918 NUM CD DATE
+would would VERB MD NULL
+in in ADP IN NULL
+no no DET DT NULL
+circumstances circumstance NOUN NNS NULL
+have have VERB VBP NULL
+sufficed suffice VERB VBN NULL
+to to PART TO NULL
+stem stem VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+After after ADP IN NULL
+a a DET DT NULL
+period period NOUN NN NULL
+of of ADP IN NULL
+disappointment disappointment NOUN NN NULL
+and and CCONJ CC NULL
+recovery recovery NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+— — PROPN NNP NULL
+moved move VERB VBN NULL
+by by ADP IN NULL
+what what PRON WP NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+writer writer NOUN NN NULL
+has have VERB VBZ NULL
+called call VERB VBN NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+snarling snarling NOUN NN NULL
+, , PUNCT , NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+resentment resentment NOUN NN NULL
+that that DET WDT NULL
+spread spread VERB VBD NULL
+throughout throughout ADP IN NULL
+Germany Germany PROPN NNP GPE
+after after ADP IN NULL
+1918”—would 1918”—would NUM CD NULL
+have have VERB VBP NULL
+had have VERB VBN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+fling fling NOUN NN NULL
+in in ADP IN NULL
+any any DET DT NULL
+event event NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+foiled foiled ADJ JJ NULL
+, , PUNCT , NULL
+not not ADV RB NULL
+repentant repentant ADJ JJ NULL
+. . PUNCT . NULL
+
+
+What what PRON WP NULL
+made make VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+a a DET DT NULL
+certainty certainty NOUN NN NULL
+was be VERB VBD NULL
+the the DET DT NULL
+advent advent NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+most most ADV RBS NULL
+horrible horrible ADJ JJ NULL
+oppression oppression NOUN NN NULL
+that that DET WDT NULL
+the the DET DT NULL
+world world NOUN NN NULL
+has have VERB VBZ NULL
+ever ever ADV RB NULL
+seen see VERB VBN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+tyranny tyranny NOUN NN NULL
+was be VERB VBD NULL
+brought bring VERB VBN NULL
+about about PART RP NULL
+and and CCONJ CC NULL
+guided guide VERB VBN NULL
+by by ADP IN NULL
+fanatical fanatical ADJ JJ NULL
+, , PUNCT , NULL
+efficient efficient ADJ JJ NULL
+gangsters gangster NOUN NNS NULL
+; ; PUNCT : NULL
+their -PRON- DET PRP$ NULL
+efficiency efficiency NOUN NN NULL
+worked work VERB VBD NULL
+up up PART RP NULL
+the the DET DT NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty cruelty NOUN NN NULL
+latent latent NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+countrymen countryman NOUN NNS NULL
+until until ADP IN NULL
+they -PRON- PRON PRP NULL
+produced produce VERB VBD NULL
+the the DET DT NULL
+Germany Germany PROPN NNP GPE
+of of ADP IN NULL
+today today NOUN NN DATE
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+has have VERB VBZ NULL
+capitalized capitalize VERB VBN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+strain strain NOUN NN NULL
+of of ADP IN NULL
+ill ill ADV RB NULL
+- - PUNCT HYPH NULL
+defined define VERB VBN NULL
+mysticism mysticism NOUN NN NULL
+
+
+— — X XX NULL
+a a DET DT NULL
+blind blind ADJ JJ NULL
+faith faith NOUN NN NULL
+fed feed VERB VBN NULL
+on on ADP IN NULL
+phrases phrase NOUN NNS NULL
+about about ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+mission mission NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+destiny destiny NOUN NN NULL
+, , PUNCT , NULL
+which which DET WDT NULL
+thrives thrive VERB VBZ NULL
+on on ADP IN NULL
+blind blind ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to PART TO NULL
+blind blind VERB VB NULL
+doctrines doctrine NOUN NNS NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+explanation explanation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+otherwise otherwise ADV RB NULL
+inexplicable inexplicable ADJ JJ NULL
+bestialities bestiality NOUN NNS NULL
+com- com- NOUN NN NULL
+mitted mitte VERB VBN NULL
+by by ADP IN NULL
+Germany Germany PROPN NNP GPE
+in in ADP IN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+methodical methodical ADJ JJ NULL
+obliteration obliteration NOUN NN NULL
+from from ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+of of ADP IN NULL
+defenceless defenceless ADJ JJ NULL
+townlets townlet NOUN NNS NULL
+and and CCONJ CC NULL
+villages village NOUN NNS NULL
+in in ADP IN NULL
+order order NOUN NN NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+refugees refugee NOUN NNS NULL
+out out PART RP NULL
+to to PART TO NULL
+block block VERB VB NULL
+the the DET DT NULL
+roads road NOUN NNS NULL
+; ; PUNCT : NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+7 7 NUM CD NULL
+the the DET DT NULL
+crushing crushing NOUN NN NULL
+of of ADP IN NULL
+fugitive fugitive ADJ JJ NULL
+civilians civilian NOUN NNS NULL
+by by ADP IN NULL
+tanks tank NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine- machine- NOUN NN NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+merchant merchant NOUN NN NULL
+- - PUNCT HYPH NULL
+seamen seamen NOUN NN NULL
+and and CCONJ CC NULL
+lightship lightship NOUN NN NULL
+- - PUNCT HYPH NULL
+keepers keeper NOUN NNS NULL
+in in ADP IN NULL
+the the DET DT NULL
+water water NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+seamen seaman NOUN NNS NULL
+even even ADV RB NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+rescue rescue VERB VB NULL
+Germans Germans PROPN NNPS NORP
+, , PUNCT , NULL
+the the DET DT NULL
+systematic systematic ADJ JJ NULL
+bombing bombing NOUN NN NULL
+of of ADP IN NULL
+hospitals hospital NOUN NNS NULL
+and and CCONJ CC NULL
+hospital hospital NOUN NN NULL
+ships ship NOUN NNS NULL
+. . PUNCT . NULL
+
+
+These these DET DT NULL
+“ " PUNCT `` NULL
+knights knight NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+’ ' PUNCT -RRB- NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+are be VERB VBP NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+we -PRON- PRON PRP NULL
+hope hope VERB VBP NULL
+to to PART TO NULL
+cleanse cleanse VERB VB NULL
+the the DET DT NULL
+sky sky NOUN NN NULL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+To to PART TO NULL
+do do VERB VB NULL
+all all DET PDT NULL
+these these DET DT NULL
+things thing NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+no no DET DT NULL
+Briton Briton PROPN NNP PERSON
+could could VERB MD NULL
+or or CCONJ CC NULL
+would would VERB MD NULL
+do do VERB VB NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+can can VERB MD NULL
+find find VERB VB NULL
+a a DET DT NULL
+large large ADJ JJ NULL
+supply supply NOUN NN NULL
+of of ADP IN NULL
+cold cold ADJ JJ NULL
+- - PUNCT HYPH NULL
+blooded blooded ADJ JJ NULL
+young young ADJ JJ NULL
+barbarians barbarian NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+are be VERB VBP NULL
+not not ADV RB NULL
+only only ADV RB NULL
+willing willing ADJ JJ NULL
+to to PART TO NULL
+do do VERB VB NULL
+them -PRON- PRON PRP NULL
+but but CCONJ CC NULL
+revel revel VERB VB NULL
+in in ADP IN NULL
+doing do VERB VBG NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+, , PUNCT , NULL
+equally equally ADV RB NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+expect expect VERB VBP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+receive receive VERB VB NULL
+, , PUNCT , NULL
+chivalrous chivalrous ADJ JJ NULL
+treatment treatment NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+caught catch VERB VBN NULL
+. . PUNCT . NULL
+
+
+Ah ah INTJ UH NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+life life NOUN NN NULL
+consisted consist VERB VBD NULL
+only only ADV RB NULL
+of of ADP IN NULL
+easy easy ADJ JJ NULL
+shooting shooting NOUN NN NULL
+! ! PUNCT . NULL
+
+
+That that DET DT NULL
+would would VERB MD NULL
+be be VERB VB NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+’s ’s PROPN NNP NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+Paradise Paradise PROPN NNP ORG
+. . PUNCT . NULL
+
+
+Do Do VERB VBP NULL
+you -PRON- PRON PRP NULL
+want want VERB VB NULL
+full full ADJ JJ NULL
+proof proof NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Then then ADV RB NULL
+read read VERB VB NULL
+the the DET DT NULL
+Polish Polish PROPN NNP NULL
+Black Black PROPN NNP NULL
+Book Book PROPN NNP NULL
+. . PUNCT . NULL
+
+
+Read read VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+one one NUM CD NULL
+of of ADP IN NULL
+you -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+word word NOUN NN NULL
+of of ADP IN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+beginning begin VERB VBG NULL
+with with ADP IN NULL
+the the DET DT NULL
+introduc- introduc- ADJ JJ NULL
+tion tion NOUN NN NULL
+by by ADP IN NULL
+the the DET DT NULL
+Archbishop Archbishop PROPN NNP LOC
+of of ADP IN NULL
+York York PROPN NNP NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+: : PUNCT : NULL
+‘ ' PUNCT `` NULL
+
+
+This this DET DT NULL
+volume volume NOUN NN NULL
+supplies supply VERB VBZ NULL
+convincing convince VERB VBG NULL
+proof proof NOUN NN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+any any DET DT NULL
+were be VERB VBD NULL
+needed need VERB VBN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+the the DET DT NULL
+complete complete ADJ JJ NULL
+ruthlessness ruthlessness NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+methods method NOUN NNS NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+If if ADP IN NULL
+this this DET DT NULL
+tale tale NOUN NN NULL
+of of ADP IN NULL
+horror horror NOUN NN NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+enough enough ADJ JJ NULL
+, , PUNCT , NULL
+read read VERB VB NULL
+what what PRON WP NULL
+Cardinal Cardinal PROPN NNP PERSON
+Mercier Mercier PROPN NNP PERSON
+said say VERB VBD NULL
+about about ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+atrocities atrocity NOUN NNS NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+said say VERB VBD NULL
+simply simply ADV RB NULL
+: : PUNCT : NULL
+“ “ VERB VB NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+transcends transcend VERB VBZ NULL
+the the DET DT NULL
+limits limit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+probable probable ADJ JJ NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+It -PRON- PRON PRP NULL
+does do VERB VBZ NULL
+indeed indeed ADV RB NULL
+. . PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+read read VERB VB NULL
+Marshal Marshal PROPN NNP PERSON
+Foch Foch PROPN NNP PERSON
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+‘ ' PUNCT `` NULL
+the the DET DT NULL
+army army NOUN NN NULL
+of of ADP IN NULL
+clever clever ADJ JJ NULL
+and and CCONJ CC NULL
+convinced convinced ADJ JJ NULL
+criminals criminal NOUN NNS NULL
+whom whom PRON WP NULL
+Prussian- Prussian- PROPN NNP NULL
+ized ize VERB VBD NULL
+Germany Germany PROPN NNP GPE
+let let VERB VBD NULL
+loose loose ADJ JJ NULL
+— — ADV RBS NULL
+in in ADP IN NULL
+defiance defiance NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+treaties treaty NOUN NNS NULL
+— — PUNCT -LRB- NULL
+upon upon ADP IN NULL
+the the DET DT NULL
+peaceful peaceful ADJ JJ NULL
+population population NOUN NN NULL
+of of ADP IN NULL
+Europe Europe PROPN NNP LOC
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+His -PRON- DET PRP$ NULL
+colleague colleague NOUN NN NULL
+, , PUNCT , NULL
+Marshal Marshal PROPN NNP PERSON
+Pétain Pétain PROPN NNP PERSON
+, , PUNCT , NULL
+was be VERB VBD NULL
+more more ADV RBR NULL
+confiding confiding NOUN NN NULL
+. . PUNCT . NULL
+
+
+Before before ADP IN NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+us— us— ADV RB NULL
+I -PRON- PRON PRP NULL
+shall shall VERB MD NULL
+say say VERB VB NULL
+nothing nothing NOUN NN NULL
+here here ADV RB NULL
+of of ADP IN NULL
+that that DET DT NULL
+pitiful pitiful ADJ JJ NULL
+episode episode NOUN NN NULL
+
+
+— — INTJ UH NULL
+
+
+he -PRON- PRON PRP NULL
+dreamed dream VERB VBD NULL
+of of ADP IN NULL
+an an DET DT NULL
+honourable honourable ADJ JJ NULL
+peace peace NOUN NN NULL
+between between ADP IN NULL
+soldiers soldier NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+said say VERB VBD NULL
+that that ADP IN NULL
+“ “ NOUN NN NULL
+he -PRON- PRON PRP NULL
+gave give VERB VBD NULL
+himself -PRON- PRON PRP NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+for for ADP IN NULL
+that that DET DT NULL
+purpose purpose NOUN NN NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+. . PUNCT . NULL
+
+
+Alas alas INTJ UH PERSON
+, , PUNCT , NULL
+he -PRON- PRON PRP NULL
+thereby thereby ADV RB NULL
+gave give VERB VBD NULL
+Franee Franee PROPN NNP PERSON
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+was be VERB VBD NULL
+greater great ADJ JJR NULL
+than than ADP IN NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+. . PUNCT . NULL
+
+
+France France PROPN NNP GPE
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+now now ADV RB NULL
+being be VERB VBG NULL
+devoured devour VERB VBN NULL
+. . PUNCT . NULL
+
+
+If if ADP IN NULL
+you -PRON- PRON PRP NULL
+study study VERB VBP NULL
+the the DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+larder larder NOUN NN NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+soon soon ADV RB NULL
+be be VERB VB NULL
+convinced convince VERB VBN NULL
+that that ADP IN NULL
+you -PRON- PRON PRP NULL
+x x SYM SYM NULL
+
+
+* * PUNCT NFP NULL
+* * PUNCT NFP NULL
+8 8 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+can can AUX MD NULL
+not not ADV RB NULL
+possibly possibly ADV RB NULL
+make make VERB VB NULL
+honourable honourable ADJ JJ NULL
+terms term NOUN NNS NULL
+with with ADP IN NULL
+a a DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+will will VERB MD NULL
+always always ADV RB NULL
+insist insist VERB VB NULL
+on on ADP IN NULL
+eating eat VERB VBG NULL
+you -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+given give VERB VBN NULL
+every every DET DT NULL
+chance chance NOUN NN NULL
+to to PART TO NULL
+change change VERB VB NULL
+its -PRON- DET PRP$ NULL
+habits habit NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+not not ADV RB NULL
+done do VERB VBN NULL
+so so ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+extraordinary extraordinary ADJ JJ NULL
+how how ADV WRB NULL
+many many ADJ JJ NULL
+patient patient ADJ JJ NULL
+people people NOUN NNS NULL
+have have VERB VBP NULL
+trusted trust VERB VBN NULL
+the the DET DT NULL
+creature creature NOUN NN NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+said say VERB VBD NULL
+on on ADP IN NULL
+the the DET DT DATE
+first first ADJ JJ DATE
+day day NOUN NN DATE
+of of ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+that that DET WDT NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+wage wage VERB VB NULL
+it -PRON- PRON PRP NULL
+on on ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+; ; PUNCT : NULL
+yet yet CCONJ CC NULL
+that that DET DT NULL
+is be VERB VBZ NULL
+exactly exactly ADV RB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+did do VERB VBD NULL
+from from ADP IN NULL
+the the DET DT NULL
+start start NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+when when ADV WRB NULL
+did do VERB VBD NULL
+Hitler Hitler PROPN NNP PERSON
+ever ever ADV RB NULL
+keep keep VERB VB NULL
+his -PRON- DET PRP$ NULL
+word word NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Literally literally ADV RB NULL
+never never ADV RB NULL
+once once ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+there there ADV EX NULL
+is be VERB VBZ NULL
+nothing nothing NOUN NN NULL
+new new ADJ JJ NULL
+in in ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+Frederick frederick VERB VB PERSON
+the the DET DT PERSON
+Great Great PROPN NNP PERSON
+was be VERB VBD NULL
+an an DET DT NULL
+adept adept ADJ JJ NULL
+in in ADP IN NULL
+perfidy perfidy NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+did do VERB VBD NULL
+Bethmann Bethmann PROPN NNP ORG
+- - PUNCT HYPH ORG
+Hollweg Hollweg PROPN NNP ORG
+call call VERB VBP NULL
+a a DET DT NULL
+solemn solemn ADJ JJ NULL
+treaty treaty NOUN NN NULL
+with with ADP IN NULL
+Prussia Prussia PROPN NNP ORG
+’s ’s PROPN NNP ORG
+signature signature NOUN NN NULL
+on on ADP IN NULL
+it -PRON- PRON PRP NULL
+? ? PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+A a DET DT NULL
+scrap scrap NOUN NN NULL
+of of ADP IN NULL
+paper paper NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+He -PRON- PRON PRP NULL
+could could VERB MD NULL
+have have VERB VB NULL
+bitten bite VERB VBN NULL
+his -PRON- DET PRP$ NULL
+tongue tongue NOUN NN NULL
+out out PART RP NULL
+the the DET DT NULL
+moment moment NOUN NN NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+said say VERB VBN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+in in ADP IN NULL
+four four NUM CD CARDINAL
+words word NOUN NNS NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+given give VERB VBN NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+German german ADJ JJ NORP
+show show NOUN NN NULL
+away away ADV RB NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+is be VERB VBZ NULL
+what what PRON WP NULL
+most most ADJ JJS NULL
+Germans Germans PROPN NNPS NORP
+really really ADV RB NULL
+think think VERB VBP NULL
+of of ADP IN NULL
+treaties treaty NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+a a DET DT NULL
+definite definite ADJ JJ NULL
+continuity continuity NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+outlook outlook NOUN NN NULL
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP PERSON
+announced announce VERB VBD NULL
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+after after ADP IN NULL
+1871 1871 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+Ribbentrop Ribbentrop PROPN NNP ORG
+and and CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+kept keep VERB VBD NULL
+saying say VERB VBG NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+with with ADP IN NULL
+every every DET DT NULL
+fresh fresh ADJ JJ NULL
+acquisition acquisition NOUN NN NULL
+, , PUNCT , NULL
+especially especially ADV RB NULL
+after after ADP IN NULL
+the the DET DT NULL
+annexation annexation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Sudetenland.1 Sudetenland.1 NOUN NNS NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+did do VERB VBD NULL
+
+
+n’t not ADV RB NULL
+mean mean VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+everyone everyone NOUN NN NULL
+can can VERB MD NULL
+now now ADV RB NULL
+plainly plainly ADV RB NULL
+see see VERB VB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+yet yet ADV RB NULL
+, , PUNCT , NULL
+long long ADV RB NULL
+after after ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+had have VERB VBD NULL
+broken break VERB VBN NULL
+out out PART RP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+well well ADV RB NULL
+- - PUNCT HYPH NULL
+known know VERB VBN NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Dean Dean PROPN NNP ORG
+Inge Inge PROPN NNP ORG
+, , PUNCT , NULL
+could could VERB MD NULL
+write write VERB VB NULL
+of of ADP IN NULL
+Hitler Hitler PROPN NNP ORG
+’s ’s PROPN NNP ORG
+“ “ PROPN NNP NULL
+
+
+‘ ‘ PART POS NULL
+fibs”—a fibs”—a PROPN NNP NULL
+striking strike VERB VBG NULL
+case case NOUN NN NULL
+of of ADP IN NULL
+ecclesiastical ecclesiastical ADJ JJ NULL
+charity charity NOUN NN NULL
+. . PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+people people NOUN NNS NULL
+were be VERB VBD NULL
+so so ADV RB NULL
+indulgent indulgent ADJ JJ NULL
+and and CCONJ CC NULL
+credulous credulous ADJ JJ NULL
+towards towards ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+, , PUNCT , NULL
+particularly particularly ADV RB NULL
+in in ADP IN NULL
+view view NOUN NN NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+foul foul ADJ JJ NULL
+and and CCONJ CC NULL
+turgid turgid ADJ JJ NULL
+
+
+1 1 NUM CD NULL
+“ “ PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+neither neither CCONJ CC NULL
+intends intend VERB VBZ NULL
+to to PART TO NULL
+interfere interfere VERB VB NULL
+in in ADP IN NULL
+the the DET DT NULL
+internal internal ADJ JJ NULL
+affairs affair NOUN NNS NULL
+of of ADP IN NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+nor nor CCONJ CC NULL
+to to PART TO NULL
+conclude conclude VERB VB NULL
+an an DET DT NULL
+Anschluss.’’— anschluss.’’— NOUN NN NULL
+HITLER HITLER PROPN NNP NULL
+, , PUNCT , NULL
+1935 1935 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+After after ADP IN NULL
+three three NUM CD DATE
+years year NOUN NNS DATE
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+regard regard VERB VB NULL
+the the DET DT NULL
+struggle struggle NOUN NN NULL
+for for ADP IN NULL
+German german ADJ JJ NORP
+equality equality NOUN NN NULL
+as as ADP IN NULL
+concluded conclude VERB VBD NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+no no DET DT NULL
+territorial territorial ADJ JJ NULL
+demands demand NOUN NNS NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe.’’—HIT Europe.’’—HIT PROPN NNP PERSON
+Ler Ler PROPN NNP PERSON
+, , PUNCT , NULL
+1936 1936 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Sudetenland Sudetenland PROPN NNP GPE
+is be VERB VBZ NULL
+the the DET DT NULL
+/ast /ast ADJ JJ NULL
+territorial territorial ADJ JJ NULL
+claim claim NOUN NN NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+” " PUNCT '' NULL
+—HIt —hit ADP IN NULL
+ter ter NOUN NN NULL
+, , PUNCT , NULL
+1938 1938 NUM CD NULL
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+broke break VERB VBD NULL
+up up PART RP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+—HITLER —hitler NOUN NN NULL
+, , PUNCT , NULL
+1939 1939 NUM CD DATE
+. . PUNCT . NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+9 9 NUM CD NULL
+book book NOUN NN NULL
+, , PUNCT , NULL
+Mein Mein PROPN NNP PERSON
+Kampf Kampf PROPN NNP PERSON
+, , PUNCT , NULL
+cribbed cribbed NOUN NN NULL
+largely largely ADV RB NULL
+from from ADP IN NULL
+a a DET DT NULL
+renegade renegade NOUN NN NULL
+Englishman Englishman PROPN NNP NORP
+, , PUNCT , NULL
+Houston Houston PROPN NNP GPE
+Stewart Stewart PROPN NNP PERSON
+Chamberlain Chamberlain PROPN NNP PERSON
+, , PUNCT , NULL
+who who PRON WP NULL
+wrote write VERB VBD NULL
+a a DET DT NULL
+deal deal NOUN NN NULL
+of of ADP IN NULL
+rubbish rubbish NOUN NN NULL
+in in ADP IN NULL
+German German PROPN NNP NORP
+? ? PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+modern modern ADJ JJ NULL
+Ger- Ger- PROPN NNP NULL
+many many ADJ JJ NULL
+has have VERB VBZ NULL
+surrendered surrender VERB VBN NULL
+itself -PRON- PRON PRP NULL
+to to ADP IN NULL
+one one NUM CD NULL
+who who PRON WP NULL
+wanted want VERB VBD NULL
+war war NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+he -PRON- PRON PRP NULL
+himself -PRON- PRON PRP NULL
+said say VERB VBD NULL
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+
+
+fifty fifty NUM CD DATE
+years year NOUN NNS DATE
+old old ADJ JJ DATE
+— — PUNCT NFP NULL
+
+
+he -PRON- PRON PRP NULL
+just just ADV RB NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+wait wait VERB VB NULL
+until until ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+fifty fifty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+five five NUM CD CARDINAL
+? ? PUNCT . NULL
+
+
+The the DET DT NULL
+answer answer NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+the the DET DT NULL
+rem- rem- ADJ JJ NULL
+nants nant NOUN NNS NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+conscience conscience NOUN NN NULL
+are be VERB VBP NULL
+easily easily ADV RB NULL
+satisfied satisfied ADJ JJ NULL
+by by ADP IN NULL
+the the DET DT NULL
+drug drug NOUN NN NULL
+of of ADP IN NULL
+mechanical mechanical ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to ADP IN NULL
+any any DET DT NULL
+order order NOUN NN NULL
+, , PUNCT , NULL
+however however ADV RB NULL
+cruel cruel ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Prussianism prussianism NOUN NN NULL
+, , PUNCT , NULL
+militarism militarism NOUN NN NULL
+, , PUNCT , NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+conquest conquest NOUN NN NULL
+, , PUNCT , NULL
+Nazism Nazism PROPN NNP NULL
+—that —that DET DT NULL
+sequence sequence NOUN NN NULL
+has have VERB VBZ NULL
+made make VERB VBN NULL
+Germans Germans PROPN NNPS NORP
+the the DET DT NULL
+exponents exponent NOUN NNS NULL
+of of ADP IN NULL
+every every DET DT NULL
+imaginable imaginable ADJ JJ NULL
+variety variety NOUN NN NULL
+of of ADP IN NULL
+dirty dirty ADJ JJ NULL
+fighting fighting NOUN NN NULL
+and and CCONJ CC NULL
+foul foul ADJ JJ NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Incidentally incidentally ADV RB NULL
+, , PUNCT , NULL
+Nazis nazi NOUN NNS NORP
+have have VERB VBP NULL
+some some DET DT NULL
+very very ADV RB NULL
+odd odd ADJ JJ NULL
+notions notion NOUN NNS NULL
+of of ADP IN NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+adjutant adjutant NOUN NN NULL
+of of ADP IN NULL
+Julius Julius PROPN NNP PERSON
+Streicher Streicher PROPN NNP PERSON
+, , PUNCT , NULL
+chief chief NOUN NN NULL
+Nazi Nazi PROPN NNP NORP
+pur- pur- NOUN NN NULL
+veyor veyor NOUN NN NULL
+of of ADP IN NULL
+smut smut NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+urging urge VERB VBG NULL
+children child NOUN NNS NULL
+to to PART TO NULL
+play play VERB VB NULL
+football football NOUN NN NULL
+instead instead ADV RB NULL
+of of ADP IN NULL
+going go VERB VBG NULL
+to to ADP IN NULL
+church church NOUN NN NULL
+; ; PUNCT : NULL
+
+
+“ “ NOUN NN NULL
+
+
+‘ ‘ X ADD NULL
+
+
+but but CCONJ CC NULL
+, , PUNCT , NULL
+” " PUNCT '' NULL
+he -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+, , PUNCT , NULL
+“ " PUNCT `` NULL
+
+
+‘ ‘ X XX NULL
+
+
+if if ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+your -PRON- DET PRP$ NULL
+comrades comrade NOUN NNS NULL
+will will VERB MD NULL
+not not ADV RB NULL
+play play VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+beat beat VERB VBD NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+he -PRON- PRON PRP NULL
+drops drop VERB VBZ NULL
+dead dead ADJ JJ NULL
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+Sad sad ADJ JJ PERSON
+stuff stuff NOUN NN NULL
+! ! PUNCT . NULL
+
+
+But but CCONJ CC NULL
+it -PRON- PRON PRP NULL
+catches catch VERB VBZ NULL
+on on PART RP NULL
+and and CCONJ CC NULL
+spreads spread NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Cruelty cruelty NOUN NN NULL
+has have VERB VBZ NULL
+grown grow VERB VBN NULL
+with with ADP IN NULL
+every every DET DT NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+embarked embark VERB VBN NULL
+, , PUNCT , NULL
+each each DET DT NULL
+time time NOUN NN NULL
+swearing swear VERB VBG NULL
+raucously raucously ADV RB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+attacked attack VERB VBN NULL
+by by ADP IN NULL
+someone someone NOUN NN NULL
+half half DET PDT NULL
+her -PRON- DET PRP$ NULL
+size size NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+degradation degradation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+human human ADJ JJ NULL
+species specie NOUN NNS NULL
+would would VERB MD NULL
+have have VERB VB NULL
+astonished astonish VERB VBN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+believed believe VERB VBD NULL
+that that ADP IN NULL
+progress progress NOUN NN NULL
+was be VERB VBD NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+automatic automatic ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+taught teach VERB VBN NULL
+a a DET DT NULL
+tortured tortured ADJ JJ NULL
+world world NOUN NN NULL
+that that ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+easier easy ADJ JJR NULL
+to to PART TO NULL
+go go VERB VB NULL
+back- back- ADJ JJ NULL
+wards ward NOUN NNS NULL
+towards towards ADP IN NULL
+barbarism barbarism NOUN NN NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+go go VERB VB NULL
+forward forward ADV RB NULL
+to to ADP IN NULL
+a a DET DT NULL
+higher high ADJ JJR NULL
+civilization civilization NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+we -PRON- PRON PRP NULL
+were be VERB VBD NULL
+to to PART TO NULL
+fail fail VERB VB NULL
+in in ADP IN NULL
+standing stand VERB VBG NULL
+up up PART RP NULL
+to to ADP IN NULL
+her -PRON- PRON PRP NULL
+, , PUNCT , NULL
+the the DET DT NULL
+clock clock NOUN NN NULL
+would would VERB MD NULL
+go go VERB VB NULL
+back back ADV RB NULL
+by by ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+and and CCONJ CC NULL
+for for ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+. . PUNCT . NULL
+
+
+Indeed indeed ADV RB NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+worse bad ADJ JJR NULL
+even even ADV RB NULL
+than than ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+distinguished distinguished ADJ JJ NULL
+American American PROPN NNP NORP
+has have VERB VBZ NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+to to PART TO NULL
+compare compare VERB VB NULL
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+is be VERB VBZ NULL
+an an DET DT NULL
+insult insult NOUN NN NULL
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+. . PUNCT . NULL
+
+
+A a DET DT DATE
+year year NOUN NN DATE
+ago ago ADV RB DATE
+today today NOUN NN DATE
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+we -PRON- PRON PRP NULL
+are be VERB VBP NULL
+fighting fight VERB VBG NULL
+evil evil ADJ JJ NULL
+things thing NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+wonder wonder VERB VBP NULL
+if if ADP IN NULL
+even even ADV RB NULL
+now now ADV RB NULL
+the the DET DT NULL
+world world NOUN NN NULL
+realizes realize VERB VBZ NULL
+how how ADV WRB NULL
+evil evil ADJ JJ NULL
+. . PUNCT . NULL
+
+
+One one NUM CD CARDINAL
+of of ADP IN NULL
+the the DET DT NULL
+first first ADJ JJ ORDINAL
+“ “ NOUN NN NULL
+
+
+‘ ‘ PART POS NULL
+sights sight NOUN NNS NULL
+” " PUNCT '' NULL
+that that DET WDT NULL
+I -PRON- PRON PRP NULL
+saw see VERB VBD NULL
+as as ADP IN NULL
+a a DET DT NULL
+boy boy NOUN NN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+
+
+10 10 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+relics relic NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+mediaeval mediaeval ADJ JJ NULL
+torture torture NOUN NN NULL
+chamber chamber NOUN NN NULL
+at at ADP IN NULL
+Niirn- Niirn- PROPN NNP NULL
+berg berg NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+assure assure VERB VB NULL
+you -PRON- PRON PRP NULL
+that that ADP IN NULL
+tortures torture NOUN NNS NULL
+are be VERB VBP NULL
+practised practise VERB VBN NULL
+in in ADP IN NULL
+modern modern ADJ JJ NULL
+Germany Germany PROPN NNP GPE
+on on ADP IN NULL
+a a DET DT NULL
+scale scale NOUN NN NULL
+that that DET WDT NULL
+puts put VERB VBZ NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+into into ADP IN NULL
+the the DET DT NULL
+shade shade NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+enormity enormity NOUN NN NULL
+and and CCONJ CC NULL
+ferocity ferocity NOUN NN NULL
+of of ADP IN NULL
+those those DET DT NULL
+tor- tor- NOUN NN NULL
+tures ture NOUN NNS NULL
+are be VERB VBP NULL
+almost almost ADV RB NULL
+beyond beyond ADP IN NULL
+belief belief NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT ORG
+Marquis Marquis PROPN NNP ORG
+de de X FW ORG
+Sade Sade PROPN NNP ORG
+, , PUNCT , NULL
+who who PRON WP NULL
+has have VERB VBZ NULL
+given give VERB VBN NULL
+his -PRON- DET PRP$ NULL
+name name NOUN NN NULL
+to to ADP IN NULL
+Sadism Sadism PROPN NNP NULL
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+pretty pretty ADV RB NULL
+foul foul ADJ JJ NULL
+creature creature NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+taken take VERB VBN NULL
+the the DET DT NULL
+strongest strong ADJ JJS NULL
+exception exception NOUN NN NULL
+to to ADP IN NULL
+having have VERB VBG NULL
+the the DET DT NULL
+word word NOUN NN NULL
+Sadism Sadism PROPN NNP NORP
+applied apply VERB VBD NULL
+to to ADP IN NULL
+present present ADJ JJ NULL
+practices practice NOUN NNS NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+only only ADV RB NULL
+have have VERB VB NULL
+turned turn VERB VBN NULL
+in in PART RP NULL
+his -PRON- DET PRP$ NULL
+grave grave NOUN NN NULL
+; ; PUNCT : NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+sat sit VERB VBN NULL
+bolt bolt NOUN NN NULL
+upright upright ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Never never ADV RB NULL
+before before ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+Chris- Chris- PROPN NNP NULL
+tian tian ADJ JJ NULL
+country country NOUN NN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+indeed indeed ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+land land NOUN NN NULL
+or or CCONJ CC NULL
+period period NOUN NN NULL
+, , PUNCT , NULL
+has have VERB VBZ NULL
+there there ADV EX NULL
+been be VERB VBN NULL
+anything anything NOUN NN NULL
+like like ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+concentration concentration NOUN NN NULL
+- - PUNCT HYPH NULL
+camp camp NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+then then ADV RB NULL
+the the DET DT ORG
+Nazi Nazi PROPN NNP ORG
+Government Government PROPN NNP ORG
+is be VERB VBZ NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+no no DET DT NULL
+time time NOUN NN NULL
+here here ADV RB NULL
+to to PART TO NULL
+dilate dilate VERB VB NULL
+- - PUNCT : NULL
+on on ADP IN NULL
+the the DET DT NULL
+persecution persecution NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+churches church NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+just just ADV RB NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+two two NUM CD CARDINAL
+or or CCONJ CC NULL
+three three NUM CD CARDINAL
+quotations quotation NOUN NNS NULL
+that that DET WDT NULL
+tell tell VERB VBP NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+story story NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+Proclamation Proclamation PROPN NNP NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NULL
+Faith Faith PROPN NNP NULL
+Movement Movement PROPN NNP NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+The the DET DT NULL
+Cross Cross PROPN NNP NULL
+must must VERB MD NULL
+fall fall VERB VB NULL
+to to PART TO NULL
+make make VERB VB NULL
+Germany Germany PROPN NNP GPE
+live live VERB VB NULL
+.... .... PUNCT . NULL
+
+
+The the DET DT NULL
+Christian christian ADJ JJ NORP
+religion religion NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+destroyed destroy VERB VBN NULL
+... ... PUNCT NFP NULL
+. . PUNCT . NULL
+
+
+Jesus Jesus PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+himself -PRON- PRON PRP NULL
+, , PUNCT , NULL
+- - PUNCT HYPH NULL
+speaking speak VERB VBG NULL
+to to ADP IN NULL
+Mussolini Mussolini PROPN NNP PERSON
+: : PUNCT : NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Christianity Christianity PROPN NNP NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+Bolshevism Bolshevism PROPN NNP NULL
+of of ADP IN NULL
+Antiquity Antiquity PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+What what PRON WP NULL
+a a DET DT NULL
+precious precious ADJ JJ NULL
+pair pair NOUN NN NULL
+of of ADP IN NULL
+scholars scholar NOUN NNS NULL
+! ! PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Herr Herr PROPN NNP PERSON
+Kerrl Kerrl PROPN NNP PERSON
+, , PUNCT , NULL
+the the DET DT NULL
+Minister Minister PROPN NNP NULL
+for for ADP IN NULL
+Ecclesiastical Ecclesiastical PROPN NNP NULL
+Affairs Affairs PROPN NNPS NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Fuehrer Fuehrer PROPN NNP WORK_OF_ART
+is be VERB VBZ NULL
+the the DET DT NULL
+carrier carrier NOUN NN NULL
+of of ADP IN NULL
+a a DET DT NULL
+new new ADJ JJ NULL
+Revelation Revelation PROPN NNP ORG
+.... .... PUNCT NFP NULL
+
+
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+true true ADJ JJ NULL
+Holy Holy PROPN NNP NULL
+Ghost Ghost PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+I -PRON- PRON PRP NULL
+need need VERB VBP NULL
+not not ADV RB NULL
+multiply multiply VERB VB NULL
+these these DET DT NULL
+blasphemies blasphemy NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+millions million NOUN NNS CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+They -PRON- PRON PRP NULL
+admit admit VERB VBP NULL
+of of ADP IN NULL
+no no DET DT NULL
+doubt doubt NOUN NN NULL
+or or CCONJ CC NULL
+argument argument NOUN NN NULL
+as.to as.to PROPN NNP NULL
+the the DET DT NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+nature nature NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+régime régime NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+Pastor Pastor PROPN NNP PERSON
+Niemédller Niemédller PROPN NNP PERSON
+said say VERB VBD NULL
+: : PUNCT : NULL
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+feel feel VERB VBP NULL
+obliged obliged ADJ JJ NULL
+to to PART TO NULL
+express express VERB VB NULL
+our -PRON- DET PRP$ NULL
+concern concern NOUN NN NULL
+at at ADP IN NULL
+honours honour NOUN NNS NULL
+being be VERB VBG NULL
+bestowed bestow VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Fuehrer Fuehrer PROPN NNP FAC
+which which DET WDT NULL
+are be VERB VBP NULL
+due due ADJ JJ NULL
+only only ADV RB NULL
+to to ADP IN NULL
+God God PROPN NNP NULL
+. . PUNCT . NULL
+” " PUNCT '' NULL
+
+
+And and CCONJ CC NULL
+no no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+saying say VERB VBG NULL
+so so ADV RB NULL
+, , PUNCT , NULL
+Niemdller Niemdller PROPN NNP PERSON
+was be VERB VBD NULL
+clapped clap VERB VBN NULL
+into into ADP IN NULL
+solitary solitary ADJ JJ NULL
+confinement confinement NOUN NN NULL
+for for ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Christianity Christianity PROPN NNP ORG
+rejected reject VERB VBN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+gentle gentle ADJ JJ NULL
+to to PART TO NULL
+be be VERB VB NULL
+compatible compatible ADJ JJ NULL
+with with ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Jesus Jesus PROPN NNP PERSON
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+He -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+a a DET DT NULL
+kingdom kingdom NOUN NN NULL
+not not ADV RB NULL
+of of ADP IN NULL
+this this DET DT NULL
+world world NOUN NN NULL
+. . PUNCT . NULL
+
+
+
+
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+
+
+I -PRON- PRON PRP NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES happinesses NOUN NN NULL
+
+
+In in ADP IN NULL
+1907 1907 NUM CD DATE
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+crossing cross VERB VBG NULL
+the the DET DT LOC
+Black Black PROPN NNP LOC
+Sea Sea PROPN NNP LOC
+in in ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+spring spring NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+rigging rig VERB VBG NULL
+was be VERB VBD NULL
+full full ADJ JJ NULL
+of of ADP IN NULL
+bright bright ADV RB NULL
+- - PUNCT HYPH NULL
+coloured coloured ADJ JJ NULL
+birds bird NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+noticed notice VERB VBD NULL
+one one NUM CD NULL
+among among ADP IN NULL
+them -PRON- PRON PRP NULL
+in in ADP IN NULL
+particular particular ADJ JJ NULL
+, , PUNCT , NULL
+strongly strongly ADV RB NULL
+marked mark VERB VBN NULL
+, , PUNCT , NULL
+heavier heavier ADV RBR NULL
+- - PUNCT HYPH NULL
+beaked beaked ADJ JJ NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+every every DET DT NULL
+now now ADV RB NULL
+and and CCONJ CC NULL
+then then ADV RB NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+spring spring VERB VB NULL
+upon upon ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+the the DET DT NULL
+smaller small ADJ JJR NULL
+, , PUNCT , NULL
+unsuspecting unsuspecting ADJ JJ NULL
+birds bird NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kill kill VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+shrike shrike NOUN NN NULL
+or or CCONJ CC NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+steadily steadily ADV RB NULL
+destroying destroy VERB VBG NULL
+all all DET PDT NULL
+its -PRON- DET PRP$ NULL
+fellows fellow NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+I -PRON- PRON PRP NULL
+am be VERB VBP NULL
+a a DET DT NULL
+bird- bird- ADJ JJ NULL
+lover lover NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+only only ADV RB NULL
+had have VERB VBD NULL
+a a DET DT NULL
+revolver revolver NOUN NN NULL
+handy handy ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+took take VERB VBD NULL
+me -PRON- PRON PRP NULL
+the the DET DT DATE
+whole whole ADJ JJ DATE
+day day NOUN NN DATE
+to to PART TO NULL
+get get VERB VB NULL
+that that DET DT NULL
+
+
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+while while ADP IN NULL
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+doing do VERB VBG NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+thought thought NOUN NN NULL
+flew fly VERB VBD NULL
+across across ADP IN NULL
+my -PRON- DET PRP$ NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+never never ADV RB NULL
+again again ADV RB NULL
+left leave VERB VBD NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+on on ADP IN NULL
+that that DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+behaved behave VERB VBD NULL
+exactly exactly ADV RB NULL
+like like ADP IN NULL
+Germany Germany PROPN NNP GPE
+behaves behave NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+twenty twenty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+six six NUM CD CARDINAL
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+life life NOUN NN NULL
+looked look VERB VBD NULL
+pretty pretty ADV RB NULL
+good— good— NOUN NN NULL
+or or CCONJ CC NULL
+should should VERB MD NULL
+have have VERB VB NULL
+looked look VERB VBN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+there there ADV EX NULL
+were be VERB VBD NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+of of ADP IN NULL
+a a DET DT NULL
+sort sort NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+already already ADV RB NULL
+I -PRON- PRON PRP NULL
+could could VERB MD NULL
+feel feel VERB VB NULL
+the the DET DT NULL
+shadow shadow NOUN NN NULL
+on on ADP IN NULL
+them -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+I -PRON- PRON PRP NULL
+had have VERB VBD NULL
+spent spend VERB VBN NULL
+long long ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+know know VERB VB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+would would VERB MD NULL
+bring bring VERB VB NULL
+on on PART RP NULL
+her -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+as as ADV RB NULL
+soon soon ADV RB NULL
+as as ADP IN NULL
+she -PRON- PRON PRP NULL
+thought think VERB VBD NULL
+the the DET DT NULL
+going go VERB VBG NULL
+good good ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+, , PUNCT , NULL
+think think VERB VB NULL
+for for ADP IN NULL
+a a DET DT NULL
+moment moment NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+’s ’s PROPN NNP NULL
+record record NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+well well ADV RB NULL
+said say VERB VBN NULL
+by by ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+social social ADJ JJ NULL
+historian historian NOUN NN NULL
+that that DET WDT NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+rise rise NOUN NN NULL
+of of ADP IN NULL
+Nazism Nazism PROPN NNP NORP
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+extends extend VERB VBZ NULL
+over over ADP IN NULL
+three three NUM CD NULL
+genera- genera- ADJ JJ NULL
+tions tion NOUN NNS NULL
+” " PUNCT '' NULL
+. . PUNCT . NULL
+
+
+Nazi nazi ADV RB NORP
+. . PUNCT . NULL
+
+
+methods method NOUN NNS NULL
+are be VERB VBP NULL
+certainly certainly ADV RB NULL
+deep deep ADV RB NULL
+- - PUNCT HYPH NULL
+rooted root VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP GPE
+’s ’s PROPN NNP NULL
+resort resort NOUN NN NULL
+to to ADP IN NULL
+forgery forgery NOUN NN NULL
+— — X XX NULL
+to to PART TO NULL
+make make VERB VB NULL
+sure sure ADJ JJ NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+in in ADP IN NULL
+1870—was 1870—was NUM CD DATE
+thought think VERB VBD NULL
+clever clever ADJ JJ NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+if if ADP IN NULL
+a a DET DT NULL
+little little ADJ JJ NULL
+original original ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Since since ADP IN NULL
+then then ADV RB NULL
+forgery forgery NOUN NN NULL
+has have VERB VBZ NULL
+become become VERB VBN NULL
+endemic endemic ADJ JJ NULL
+: : PUNCT : NULL
+for for ADP IN NULL
+
+
+I -PRON- PRON PRP NULL
+
+
+2 2 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+years year NOUN NNS NULL
+
+
+now now ADV RB NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+an an DET DT NULL
+integral integral ADJ JJ NULL
+, , PUNCT , NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+system system NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+German german ADJ JJ NORP
+State state NOUN NN ORG
+- - PUNCT HYPH NULL
+paper paper NOUN NN NULL
+is be VERB VBZ NULL
+ever ever ADV RB NULL
+issued issue VERB VBN NULL
+that that DET WDT NULL
+does do VERB VBZ NULL
+not not ADV RB NULL
+bristle bristle VERB VB NULL
+with with ADP IN NULL
+falsification falsification NOUN NN NULL
+, , PUNCT , NULL
+no no DET DT NULL
+German german ADJ JJ NORP
+communiqué communiqué NOUN NN NULL
+that that DET WDT NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+compounded compound VERB VBN NULL
+of of ADP IN NULL
+lies lie NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Anyone Anyone NOUN NN NULL
+henceforth henceforth ADV RB NULL
+who who PRON WP NULL
+believes believe VERB VBZ NULL
+in in ADP IN NULL
+any any DET DT NULL
+German german ADJ JJ NORP
+official official ADJ JJ NULL
+publication publication NOUN NN NULL
+qualifies qualifie NOUN NNS NULL
+auto- auto- VERB VBZ NULL
+matically matically ADV RB NULL
+as as ADP IN NULL
+a a DET DT NULL
+professional professional ADJ JJ NULL
+dupe dupe NOUN NN NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+by by ADP IN NULL
+hook hook NOUN NN NULL
+and and CCONJ CC NULL
+by by ADP IN NULL
+crook crook NOUN NN NULL
+
+
+— — PUNCT : NULL
+
+
+especially especially ADV RB NULL
+crook crook ADJ JJ NULL
+
+
+— — PUNCT NFP NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+got get VERB VBD NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+each each DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+
+
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+mounted mount VERB VBD NULL
+; ; PUNCT : NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1864 1864 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1870 1870 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+. . PUNCT . NULL
+
+
+Each each DET DT NULL
+of of ADP IN NULL
+these these DET DT NULL
+wars war NOUN NNS NULL
+was be VERB VBD NULL
+carefully carefully ADV RB NULL
+planned plan VERB VBN NULL
+and and CCONJ CC NULL
+provoked provoke VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+Then then ADV RB NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1905 1905 NUM CD DATE
+it -PRON- PRON PRP NULL
+nearly nearly ADV RB NULL
+got get VERB VBD NULL
+another another DET DT NULL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+submitted submit VERB VBD NULL
+to to ADP IN NULL
+the the DET DT NULL
+humiliation humiliation NOUN NN NULL
+of of ADP IN NULL
+throwing throw VERB VBG NULL
+overboard overboard ADV RB NULL
+their -PRON- DET PRP$ NULL
+Foreign Foreign PROPN NNP NULL
+Minister Minister PROPN NNP NULL
+, , PUNCT , NULL
+Monsieur Monsieur PROPN NNP PERSON
+Delcassé Delcassé PROPN NNP PERSON
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+before before ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+they -PRON- PRON PRP NULL
+recoiled recoil VERB VBD NULL
+again again ADV RB NULL
+and and CCONJ CC NULL
+again again ADV RB NULL
+rather rather ADV RB NULL
+than than ADP IN NULL
+give give VERB VB NULL
+Germany Germany PROPN NNP GPE
+any any DET DT NULL
+pretext pretext NOUN NN NULL
+for for ADP IN NULL
+turning turn VERB VBG NULL
+Europe Europe PROPN NNP LOC
+into into ADP IN NULL
+a a DET DT NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+bath bath NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+another another DET DT NULL
+narrow narrow ADJ JJ NULL
+squeak squeak NOUN NN NULL
+in in ADP IN NULL
+1911 1911 NUM CD DATE
+, , PUNCT , NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+landed land VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+right right ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+crescendo crescendo NOUN NN NULL
+mounted mount VERB VBD NULL
+formidably formidably ADV RB NULL
+; ; PUNCT : NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+went go VERB VBD NULL
+rocketing rocket VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+had have VERB VBD NULL
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+to to PART TO NULL
+say say VERB VB NULL
+about about ADP IN NULL
+that that DET DT NULL
+? ? PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+in in ADP IN NULL
+Mein Mein PROPN NNP GPE
+Kampf Kampf PROPN NNP GPE
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+I -PRON- PRON PRP NULL
+sank sink VERB VBD NULL
+down down PART RP NULL
+upon upon ADP IN NULL
+my -PRON- DET PRP$ NULL
+knees knee NOUN NNS NULL
+and and CCONJ CC NULL
+thanked thank VERB VBD NULL
+heaven heaven PROPN NNP NULL
+out out ADP IN NULL
+of of ADP IN NULL
+the the DET DT NULL
+fullness fullness NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+heart heart NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+favour favour NOUN NN NULL
+of of ADP IN NULL
+being be VERB VBG NULL
+per- per- NOUN NNS NULL
+mitted mitte VERB VBN NULL
+to to PART TO NULL
+live live VERB VB NULL
+in in ADP IN NULL
+such such DET PDT NULL
+a a DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+
+
+But but CCONJ CC NULL
+do do VERB VB NULL
+n’t not ADV RB NULL
+think think VERB VB NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+is be VERB VBZ NULL
+, , PUNCT , NULL
+an an DET DT NULL
+exception exception NOUN NN NULL
+. . PUNCT . NULL
+
+
+As as ADV RB NULL
+early early ADV RB NULL
+as as ADP IN NULL
+the the DET DT NULL
+Franco Franco PROPN NNP NULL
+- - PUNCT HYPH NULL
+Prussian Prussian PROPN NNP NULL
+War War PROPN NNP NULL
+of of ADP IN NULL
+1870 1870 NUM CD DATE
+the the DET DT NULL
+King King PROPN NNP NULL
+of of ADP IN NULL
+Prussia Prussia PROPN NNP NULL
+was be VERB VBD NULL
+continually continually ADV RB NULL
+thanking thank VERB VBG NULL
+God God PROPN NNP NULL
+in in ADP IN NULL
+letters letter NOUN NNS NULL
+to to ADP IN NULL
+his -PRON- DET PRP$ NULL
+wife wife NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+number number NOUN NN NULL
+of of ADP IN NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+men man NOUN NNS NULL
+whom whom PRON WP NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+killed kill VERB VBN NULL
+. . PUNCT . NULL
+
+
+Even even ADV RB NULL
+to to ADP IN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+this this DET DT NULL
+seemed seem VERB VBD NULL
+insufferable insufferable ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+think think VERB VBP NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+Punch Punch PROPN NNP NULL
+that that DET WDT NULL
+pub- pub- VERB VBZ NULL
+lished lishe VERB VBN NULL
+a a DET DT NULL
+parody parody NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+correspondence correspondence NOUN NN NULL
+: : PUNCT : NULL
+
+
+Thanks thank NOUN NNS NULL
+to to ADP IN NULL
+the’Lord the’Lord PROPN NNP NULL
+, , PUNCT , NULL
+my -PRON- DET PRP$ NULL
+dear dear ADJ JJ NULL
+Augusta Augusta PROPN NNP PERSON
+, , PUNCT , NULL
+We -PRON- PRON PRP NULL
+’ve have VERB VB NULL
+hit hit VERB VBD NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+an an DET DT NULL
+awful awful ADJ JJ NULL
+buster buster NOUN NN NULL
+. . PUNCT . NULL
+
+
+Ten ten NUM CD CARDINAL
+thousand thousand NUM CD CARDINAL
+Frenchmen Frenchmen PROPN NNPS NORP
+sent send VERB VBD NULL
+below below ADV RB NULL
+! ! PUNCT . NULL
+
+
+Praise praise VERB VB NULL
+God God PROPN NNP NULL
+from from ADP IN NULL
+whom whom PRON WP NULL
+all all DET DT NULL
+blessings blessing NOUN NNS NULL
+flow flow VERB VBP NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+
+
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+3 3 NUM CD NULL
+
+
+For for ADP IN NULL
+generations generation NOUN NNS NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+not not ADV RB NULL
+only only ADV RB NULL
+the the DET DT NULL
+earth earth NOUN NN NULL
+but but CCONJ CC NULL
+heaven heaven PROPN NNP NULL
+. . PUNCT . NULL
+
+
+When when ADV WRB NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+found find VERB VBD NULL
+that that ADP IN NULL
+heaven heaven PROPN NNP NULL
+could could VERB MD NULL
+not not ADV RB NULL
+be be VERB VB NULL
+annexed annex VERB VBN NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+discarded discard VERB VBD NULL
+it -PRON- PRON PRP NULL
+altogether altogether ADV RB NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+can can VERB MD NULL
+see see VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+did do VERB VBD NULL
+n’t not ADV RB NULL
+come come VERB VB NULL
+from from ADP IN NULL
+nowhere nowhere ADV RB NULL
+. . PUNCT . NULL
+
+
+In in ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+exultation exultation NOUN NN NULL
+and and CCONJ CC NULL
+sniffing sniffing NOUN NN NULL
+of of ADP IN NULL
+carnage carnage NOUN NN NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+never never ADV RB NULL
+occurred occur VERB VBD NULL
+to to ADP IN NULL
+him -PRON- PRON PRP NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+that that ADP IN NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happi- happi- NOUN NN NULL
+nesses ness NOUN NNS NULL
+were be VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+lined line VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+knocked knock VERB VBD NULL
+down down PART RP NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+’s ’s PROPN NNP NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+working work VERB VBG NULL
+on on ADP IN NULL
+those those DET DT NULL
+lines line NOUN NNS NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+may may VERB MD NULL
+think think VERB VB NULL
+it -PRON- PRON PRP NULL
+strange strange ADJ JJ NULL
+that that ADP IN NULL
+anyone anyone NOUN NN NULL
+should should VERB MD NULL
+thank thank VERB VB NULL
+heaven heaven PROPN NNP NULL
+—why —why NOUN NN PERSON
+heaven?—for heaven?—for ADP IN NULL
+the the DET DT NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+wholesale wholesale ADJ JJ NULL
+slaughter slaughter NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+see see VERB VB NULL
+from from ADP IN NULL
+what what PRON WP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+just just ADV RB NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+one one NUM CD NULL
+with with ADP IN NULL
+the the DET DT NULL
+past past NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+was be VERB VBD NULL
+
+
+Der Der PROPN NNP NULL
+Tag—‘‘The Tag—‘‘The PROPN NNP NULL
+Day’”—that day’”—that PRON WP NULL
+had have VERB VBD NULL
+been be VERB VBN NULL
+toasted toast VERB VBN NULL
+all all ADV RB NULL
+over over ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+those those DET DT NULL
+of of ADP IN NULL
+us -PRON- PRON PRP NULL
+who who PRON WP NULL
+had have VERB VBD NULL
+lived live VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+long long ADV RB NULL
+known know VERB VBN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+being be VERB VBG NULL
+toasted toast VERB VBN NULL
+and and CCONJ CC NULL
+lived live VERB VBD NULL
+for for ADP IN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+therefore therefore ADV RB NULL
+not not ADV RB NULL
+surprising surprising ADJ JJ NULL
+that that ADP IN NULL
+last last ADJ JJ DATE
+year year NOUN NN DATE
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+began begin VERB VBD NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+so so ADV RB NULL
+overjoyed overjoyed ADJ JJ NULL
+at at ADP IN NULL
+the the DET DT EVENT
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+determined determined ADJ JJ NULL
+to to PART TO NULL
+have have VERB VB NULL
+a a DET DT NULL
+fifth fifth ADJ JJ ORDINAL
+all all DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+no no DET DT NULL
+stone stone NOUN NN NULL
+unturned unturned ADJ JJ NULL
+to to PART TO NULL
+ensure ensure VERB VB NULL
+and and CCONJ CC NULL
+prepare prepare VERB VB NULL
+for for ADP IN NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+must must VERB MD NULL
+be be VERB VB NULL
+clear clear ADJ JJ NULL
+to to ADP IN NULL
+anyone anyone NOUN NN NULL
+who who PRON WP NULL
+looks look VERB VBZ NULL
+back back ADV RB NULL
+over over ADP IN NULL
+the the DET DT DATE
+years year NOUN NNS DATE
+, , PUNCT , NULL
+though though ADP IN NULL
+the the DET DT NULL
+sheer sheer NOUN NN NULL
+beastly beastly ADV RB NULL
+folly folly NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+thing thing NOUN NN NULL
+made make VERB VBD NULL
+decent decent ADJ JJ NULL
+people people NOUN NNS NULL
+believe believe VERB VB NULL
+it -PRON- PRON PRP NULL
+to to PART TO NULL
+be be VERB VB NULL
+impossible impossible ADJ JJ NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+youth youth NOUN NN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+people people NOUN NNS NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+taught teach VERB VBN NULL
+to to PART TO NULL
+regard regard VERB VB NULL
+great great ADJ JJ NULL
+wars war NOUN NNS NULL
+as as ADP IN NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+salutary salutary ADJ JJ NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+regarded regard VERB VBN NULL
+them -PRON- PRON PRP NULL
+as as ADP IN NULL
+neither neither DET DT NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+the the DET DT NULL
+great great ADJ JJ NULL
+gulf gulf NOUN NN NULL
+between between ADP IN NULL
+us -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+Europe Europe PROPN NNP LOC
+has have VERB VBZ NULL
+had have VERB VBN NULL
+five five NUM CD CARDINAL
+wars war NOUN NNS NULL
+in in ADP IN NULL
+seventy seventy NUM CD DATE
+- - PUNCT HYPH DATE
+five five NUM CD DATE
+years year NOUN NNS DATE
+! ! PUNCT . NULL
+
+
+People People NOUN NNS NULL
+tried try VERB VBD NULL
+hard hard ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+anyhow anyhow ADV RB NULL
+not not ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+— — PUNCT NFP NULL
+a a DET DT NULL
+credit- credit- ADJ JJ NULL
+able able ADJ JJ NULL
+trait trait NOUN NN NULL
+in in ADP IN NULL
+human human ADJ JJ NULL
+nature nature NOUN NN NULL
+when when ADV WRB NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+too too ADV RB NULL
+expensive expensive ADJ JJ NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+was be VERB VBD NULL
+true true ADJ JJ NULL
+all all DET PDT NULL
+the the DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+Nazi Nazi PROPN NNP NORP
+is be VERB VBZ NULL
+congenitally congenitally ADV RB NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+his -PRON- DET PRP$ NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+never never ADV RB NULL
+the the DET DT NULL
+least least ADJ JJS NULL
+real real ADJ JJ NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+not not ADV RB NULL
+making make VERB VBG NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+German german ADJ JJ NORP
+War War PROPN NNP NULL
+every every DET DT NULL
+fifteen fifteen NUM CD NULL
+years year NOUN NNS NULL
+on on ADP IN NULL
+an an DET DT NULL
+average average NOUN NN NULL
+. . PUNCT . NULL
+
+
+Butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+are be VERB VBP NULL
+destructive destructive ADJ JJ NULL
+animals animal NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+no no DET DT NULL
+drinking drinking NOUN NN NULL
+to to ADP IN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+preparation preparation NOUN NN NULL
+for for ADP IN NULL
+, , PUNCT , NULL
+
+
+‘ ' PUNCT '' NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Day day NOUN NN NULL
+” " PUNCT '' NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+4 4 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+in in ADP IN NULL
+England England PROPN NNP GPE
+or or CCONJ CC NULL
+France France PROPN NNP GPE
+, , PUNCT , NULL
+let let VERB VB NULL
+alone alone ADV RB NULL
+in in ADP IN NULL
+poor poor ADJ JJ NULL
+little little ADJ JJ NULL
+Belgium Belgium PROPN NNP GPE
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+already already ADV RB NULL
+said say VERB VBN NULL
+how how ADV WRB NULL
+far far ADV RB NULL
+France France PROPN NNP GPE
+went go VERB VBD NULL
+to to PART TO NULL
+avoid avoid VERB VB NULL
+it -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+England England PROPN NNP GPE
+’s ’s PROPN NNP NULL
+“ “ PROPN NNP NULL
+contemptibly contemptibly ADV RB NULL
+small small ADJ JJ NULL
+army’—as army’—as PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+des- des- NOUN NN NULL
+cribed crib VERB VBD NULL
+it -PRON- PRON PRP NULL
+
+
+— — VERB MD NULL
+was be VERB VBD NULL
+not not ADV RB NULL
+designed design VERB VBN NULL
+or or CCONJ CC NULL
+ready ready ADJ JJ NULL
+for for ADP IN NULL
+continental continental ADJ JJ NULL
+war- war- NOUN NN NULL
+fare fare NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+characteristic characteristic NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+pounce pounce VERB VB NULL
+upon upon ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+living live VERB VBG NULL
+peaceably peaceably ADV RB NULL
+beside beside ADP IN NULL
+him -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+their -PRON- DET PRP$ NULL
+characteristic characteristic NOUN NN NULL
+never never ADV RB NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+late late ADJ JJ NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+had have VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+won win VERB VBD NULL
+, , PUNCT , NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+any any DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+began begin VERB VBD NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+really really ADV RB NULL
+after after ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+first first ADJ JJ ORDINAL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+were be VERB VBD NULL
+prelude prelude NOUN NN NULL
+and and CCONJ CC NULL
+preparation preparation NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bid bid NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+real real ADJ JJ NULL
+thing thing NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+working work VERB VBG NULL
+in in ADP IN NULL
+them -PRON- PRON PRP NULL
+for for ADP IN NULL
+generations generation NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+for for ADP IN NULL
+two two NUM CD CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+myself -PRON- PRON PRP NULL
+watched watch VERB VBN NULL
+it -PRON- PRON PRP NULL
+at at ADP IN NULL
+work work NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+seen see VERB VBN NULL
+the the DET DT NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NORP
+Empire Empire PROPN NNP NULL
+corrupting corrupt VERB VBG NULL
+German german ADJ JJ NORP
+nature nature NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+philosopher philosopher NOUN NN NULL
+Nietzsche Nietzsche PROPN NNP PERSON
+foresaw foresaw NOUN NN NULL
+seventy seventy NUM CD DATE
+years year NOUN NNS DATE
+ago ago ADV RB DATE
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+had have VERB VBN NULL
+three three NUM CD CARDINAL
+elements element NOUN NNS NULL
+to to PART TO NULL
+work work VERB VB NULL
+on on ADP IN NULL
+, , PUNCT , NULL
+all all DET DT NULL
+of of ADP IN NULL
+which which DET WDT NULL
+are be VERB VBP NULL
+well well ADV RB NULL
+known known ADJ JJ NULL
+to to ADP IN NULL
+those those DET DT NULL
+with with ADP IN NULL
+any any DET DT NULL
+knowledge knowledge NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+psy- psy- NOUN NN NULL
+chology chology NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+three three NUM CD CARDINAL
+are be VERB VBP NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty Cruelty PROPN NNP NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+made make VERB VBN NULL
+personally personally ADV RB NULL
+and and CCONJ CC NULL
+painfully painfully ADV RB NULL
+aware aware ADJ JJ NULL
+of of ADP IN NULL
+these these DET DT NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+during during ADP IN NULL
+my -PRON- DET PRP$ NULL
+early early ADJ JJ DATE
+years year NOUN NNS DATE
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+are be VERB VBP NULL
+an an DET DT NULL
+infallible infallible ADJ JJ NULL
+guide guide NOUN NN NULL
+to to ADP IN NULL
+actions action NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+an an DET DT NULL
+example example NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+eighteen eighteen NUM CD DATE
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bitter bitter ADJ JJ NULL
+winter winter NOUN NN DATE
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+starving starve VERB VBG NULL
+German german ADJ JJ NORP
+lad lad NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+age age NOUN NN NULL
+stole steal VERB VBD NULL
+a a DET DT NULL
+cutlet cutlet NOUN NN NULL
+from from ADP IN NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+shop shop NOUN NN NULL
+and and CCONJ CC NULL
+bolted bolt VERB VBD NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+was be VERB VBD NULL
+pursued pursue VERB VBN NULL
+, , PUNCT , NULL
+caught catch VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kicked kick VERB VBD NULL
+into into ADP IN NULL
+a a DET DT NULL
+mess mess NOUN NN NULL
+— — X XX NULL
+not not ADV RB NULL
+by by ADP IN NULL
+toughs tough NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+by by ADP IN NULL
+apparently apparently ADV RB NULL
+ordinary ordinary ADJ JJ NULL
+citizens citizen NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+tried try VERB VBD NULL
+to to PART TO NULL
+intervene intervene VERB VB NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+was be VERB VBD NULL
+told tell VERB VBN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+I -PRON- PRON PRP NULL
+did do VERB VBD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+clear clear ADJ JJ NULL
+, , PUNCT , NULL
+I -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+served serve VERB VBN NULL
+in in ADP IN NULL
+the the DET DT NULL
+same same ADJ JJ NULL
+way way NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+mtany mtany NOUN NN NULL
+Germans Germans PROPN NNPS NORP
+who who PRON WP NULL
+dislike dislike VERB VBP NULL
+the the DET DT NULL
+habits habit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+as as ADV RB NULL
+much much ADV RB NULL
+as as ADP IN NULL
+we -PRON- PRON PRP NULL
+do do VERB VBP NULL
+. . PUNCT . NULL
+
+
+Unfortu- unfortu- INTJ UH NULL
+
+
+nately nately ADV RB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+never never ADV RB NULL
+there there ADV RB NULL
+on on ADP IN NULL
+The the DET DT DATE
+Day day NOUN NN DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+5 5 NUM CD NULL
+nation nation NOUN NN NULL
+
+
+— — PUNCT : NULL
+stertorously stertorously ADV RB NULL
+breathing breathe VERB VBG NULL
+Hymns Hymns PROPN NNP ORG
+of of ADP IN ORG
+Hate Hate PROPN NNP NULL
+— — PUNCT : NULL
+
+
+is be VERB VBZ NULL
+period- period- ADJ JJ NULL
+ically ically ADV RB NULL
+stampeded stampede VERB VBN NULL
+into into ADP IN NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+expansion expansion NOUN NN NULL
+, , PUNCT , NULL
+be be VERB VB NULL
+the the DET DT LOC
+Leader Leader PROPN NNP LOC
+Bismarck Bismarck PROPN NNP LOC
+, , PUNCT , NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+By by ADP IN NULL
+the the DET DT NULL
+way way NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Hymn Hymn PROPN NNP NULL
+of of ADP IN NULL
+Hate Hate PROPN NNP NULL
+against against ADP IN NULL
+England England PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+German german ADJ JJ NORP
+poem poem NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+last last ADJ JJ NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Ernst Ernst PROPN NNP ORG
+Lissauer Lissauer PROPN NNP ORG
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+Jew Jew PROPN NNP PERSON
+; ; PUNCT : NULL
+so so ADV RB NULL
+Hitler Hitler PROPN NNP PERSON
+could could VERB MD NULL
+not not ADV RB NULL
+use use VERB VB NULL
+it -PRON- PRON PRP NULL
+this this DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+had have VERB VBD NULL
+to to PART TO NULL
+have have VERB VB NULL
+instead instead ADV RB NULL
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+'re be VERB VBP NULL
+marching march VERB VBG NULL
+against against ADP IN NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ' PUNCT . NULL
+Quite quite DET PDT NULL
+a a DET DT NULL
+good good ADJ JJ NULL
+tune— tune— NOUN NN NULL
+relatively relatively ADV RB NULL
+doggerel doggerel NOUN NN NULL
+words word NOUN NNS NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+please please INTJ UH NULL
+note note VERB VB NULL
+that that ADP IN NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+is be VERB VBZ NULL
+always always ADV RB NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+‘ ‘ X ADD NULL
+
+
+hat hat NOUN NN NULL
+is be VERB VBZ NULL
+because because ADP IN NULL
+the the DET DT NULL
+British British PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+stirs stir VERB VBZ NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+envy envy VERB VB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+very very ADV RB NULL
+important important ADJ JJ NULL
+to to PART TO NULL
+recognize recognize VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+so so ADV RB NULL
+happened happen VERB VBD NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+failed fail VERB VBD NULL
+, , PUNCT , NULL
+though though ADP IN NULL
+it -PRON- PRON PRP NULL
+only only ADV RB NULL
+just just ADV RB NULL
+failed fail VERB VBD NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+that that DET DT NULL
+moment moment NOUN NN NULL
+the the DET DT NULL
+welkin welkin NOUN NN NULL
+rang rang VERB VB NULL
+with with ADP IN NULL
+German german ADJ JJ NORP
+grievances grievance NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+everyone everyone NOUN NN NULL
+was be VERB VBD NULL
+so so ADV RB NULL
+anxious anxious ADJ JJ NULL
+to to PART TO NULL
+forget forget VERB VB NULL
+the the DET DT NULL
+gratuitous gratuitous ADJ JJ NULL
+destruction destruction NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+they -PRON- PRON PRP NULL
+also also ADV RB NULL
+forgot forget VERB VBD NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+with with ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+conducted conduct VERB VBN NULL
+that that ADP IN NULL
+war— war— PROPN NNP NULL
+gas gas NOUN NN NULL
+, , PUNCT , NULL
+indiscriminate indiscriminate NOUN NN NULL
+sinkings sinking NOUN NNS NULL
+, , PUNCT , NULL
+mass mass NOUN NN NULL
+- - PUNCT HYPH NULL
+deportations deportation NOUN NNS NULL
+, , PUNCT , NULL
+cruelty cruelty NOUN NN NULL
+in in ADP IN NULL
+prison prison NOUN NN NULL
+- - PUNCT HYPH NULL
+camps camp NOUN NNS NULL
+— — X XX NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+type type NOUN NN NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+that that DET WDT NULL
+she -PRON- PRON PRP NULL
+had have VERB VBD NULL
+im- im- VERB VBN NULL
+posed pose VERB VBN NULL
+at at ADP IN NULL
+Brest Brest PROPN NNP ORG
+- - PUNCT HYPH ORG
+Litovsk Litovsk PROPN NNP ORG
+and and CCONJ CC NULL
+Bucharest Bucharest PROPN NNP GPE
+in in ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+when when ADV WRB NULL
+the the DET DT NULL
+aggressor aggressor NOUN NN NULL
+seemed seem VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+winning win VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+everything everything NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+blamed blame VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+‘ ‘ PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNPS NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+whining whine VERB VBG NULL
+bully bully ADV RB NULL
+must must VERB MD NULL
+be be VERB VB NULL
+picked pick VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+dusted dust VERB VBD NULL
+down down PART RP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+put put VERB VBD NULL
+on on PART RP NULL
+his -PRON- DET PRP$ NULL
+feet foot NOUN NNS NULL
+again again ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+soon soon ADV RB NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+back back ADV RB NULL
+on on ADP IN NULL
+his -PRON- DET PRP$ NULL
+perch perch NOUN NN NULL
+in in ADP IN NULL
+the the DET DT NULL
+thornhedge thornhedge NOUN NN NULL
+, , PUNCT , NULL
+preparing prepare VERB VBG NULL
+for for ADP IN NULL
+his -PRON- DET PRP$ NULL
+next next ADJ JJ NULL
+meal meal NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+destined destine VERB VBN NULL
+to to PART TO NULL
+be be VERB VB NULL
+a a DET DT NULL
+record record NOUN NN NULL
+one one NUM CD NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+the the DET DT NULL
+strange strange ADJ JJ NULL
+thing thing NOUN NN NULL
+was be VERB VBD NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+victims victim NOUN NNS NULL
+had have VERB VBD NULL
+contributed contribute VERB VBN NULL
+to to PART TO NULL
+put put VERB VB NULL
+him -PRON- PRON PRP NULL
+there there ADV RB NULL
+by by ADP IN NULL
+all all DET PDT NULL
+the the DET DT NULL
+means mean NOUN NNS NULL
+, , PUNCT , NULL
+including include VERB VBG NULL
+loans loan NOUN NNS NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+charitable charitable ADJ JJ NULL
+power power NOUN NN NULL
+. . PUNCT . NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+got get VERB VBD NULL
+nothing nothing NOUN NN NULL
+but but ADP IN NULL
+abuse abuse NOUN NN NULL
+for for ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+said say VERB VBD NULL
+just just ADV RB NULL
+now now ADV RB NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+always always ADV RB NULL
+seem seem VERB VBP NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+telling tell VERB VBG NULL
+- - PUNCT : NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+see see VERB VBP NULL
+one one NUM CD NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+uphill uphill ADJ JJ NULL
+work work NOUN NN NULL
+pointing point VERB VBG NULL
+out out PART RP NULL
+its -PRON- DET PRP$ NULL
+distinguishing distinguishing ADJ JJ NULL
+marks mark NOUN NNS NULL
+, , PUNCT , NULL
+unmistakable unmistakable ADJ JJ NULL
+though though ADP IN NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+to to ADP IN NULL
+any any DET DT NULL
+bird bird NOUN NN NULL
+- - PUNCT HYPH NULL
+lover lover NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNP NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+had have VERB VBD NULL
+practically practically ADV RB NULL
+6 6 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+mentality mentality NOUN NN NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+private private ADJ JJ NULL
+life life NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+family family NOUN NN NULL
+, , PUNCT , NULL
+Christianity Christianity PROPN NNP ORG
+and and CCONJ CC NULL
+culture culture NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+burning burning NOUN NN NULL
+of of ADP IN NULL
+books book NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+assaults assault NOUN NNS NULL
+on on ADP IN NULL
+the the DET DT NULL
+universities university NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Most Most ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT LAW
+‘ ' PUNCT `` LAW
+Treaty Treaty PROPN NNP LAW
+of of ADP IN LAW
+Versailles Versailles PROPN NNP LAW
+was be VERB VBD NULL
+dead dead ADJ JJ NULL
+long long ADV RB NULL
+before before ADP IN NULL
+1939 1939 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+remnants remnant NOUN NNS NULL
+were be VERB VBD NULL
+more more ADJ JJR NULL
+than than ADP IN NULL
+balanced balance VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+fact fact NOUN NN NULL
+that that ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+already already ADV RB NULL
+gained gain VERB VBN NULL
+more more ADJ JJR NULL
+— — PROPN NNP NULL
+Austria Austria PROPN NNP GPE
+and and CCONJ CC NULL
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+, , PUNCT , NULL
+for for ADP IN NULL
+example example NOUN NN NULL
+— — INTJ UH NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+lost lose VERB VBN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+had have VERB VBD NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+fact fact NOUN NN NULL
+, , PUNCT , NULL
+guzzled guzzle VERB VBD NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT GPE
+Austrian Austrian PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+that that DET WDT NULL
+Bismarck Bismarck PROPN NNP ORG
+had have VERB VBD NULL
+been be VERB VBN NULL
+intent intent ADJ JJ NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+out out ADP IN NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Appetite Appetite PROPN NNP NULL
+comes come VERB VBZ NULL
+in in ADP IN NULL
+eating eat VERB VBG NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+long long ADJ JJ NULL
+training training NOUN NN NULL
+in in ADP IN NULL
+militarism militarism NOUN NN NULL
+had have VERB VBD NULL
+led lead VERB VBN NULL
+inevitably inevitably ADV RB NULL
+first first ADV RB ORDINAL
+towards towards ADP IN NULL
+expansion expansion NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+and and CCONJ CC NULL
+then then ADV RB NULL
+towards towards ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+this this DET DT NULL
+urge urge NOUN NN NULL
+had have VERB VBD NULL
+become become VERB VBN NULL
+so so ADV RB NULL
+strong strong ADJ JJ NULL
+that that ADP IN NULL
+the the DET DT NULL
+temporary temporary ADJ JJ NULL
+set set NOUN NN NULL
+- - PUNCT HYPH NULL
+back back NOUN NN NULL
+of of ADP IN NULL
+1918 1918 NUM CD DATE
+would would VERB MD NULL
+in in ADP IN NULL
+no no DET DT NULL
+circumstances circumstance NOUN NNS NULL
+have have VERB VBP NULL
+sufficed suffice VERB VBN NULL
+to to PART TO NULL
+stem stem VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+After after ADP IN NULL
+a a DET DT NULL
+period period NOUN NN NULL
+of of ADP IN NULL
+disappointment disappointment NOUN NN NULL
+and and CCONJ CC NULL
+recovery recovery NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+— — PROPN NNP NULL
+moved move VERB VBN NULL
+by by ADP IN NULL
+what what PRON WP NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+writer writer NOUN NN NULL
+has have VERB VBZ NULL
+called call VERB VBN NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+snarling snarling NOUN NN NULL
+, , PUNCT , NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+resentment resentment NOUN NN NULL
+that that DET WDT NULL
+spread spread VERB VBD NULL
+throughout throughout ADP IN NULL
+Germany Germany PROPN NNP GPE
+after after ADP IN NULL
+1918”—would 1918”—would NUM CD NULL
+have have VERB VBP NULL
+had have VERB VBN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+fling fling NOUN NN NULL
+in in ADP IN NULL
+any any DET DT NULL
+event event NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+foiled foiled ADJ JJ NULL
+, , PUNCT , NULL
+not not ADV RB NULL
+repentant repentant ADJ JJ NULL
+. . PUNCT . NULL
+
+
+What what PRON WP NULL
+made make VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+a a DET DT NULL
+certainty certainty NOUN NN NULL
+was be VERB VBD NULL
+the the DET DT NULL
+advent advent NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+most most ADV RBS NULL
+horrible horrible ADJ JJ NULL
+oppression oppression NOUN NN NULL
+that that DET WDT NULL
+the the DET DT NULL
+world world NOUN NN NULL
+has have VERB VBZ NULL
+ever ever ADV RB NULL
+seen see VERB VBN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+tyranny tyranny NOUN NN NULL
+was be VERB VBD NULL
+brought bring VERB VBN NULL
+about about PART RP NULL
+and and CCONJ CC NULL
+guided guide VERB VBN NULL
+by by ADP IN NULL
+fanatical fanatical ADJ JJ NULL
+, , PUNCT , NULL
+efficient efficient ADJ JJ NULL
+gangsters gangster NOUN NNS NULL
+; ; PUNCT : NULL
+their -PRON- DET PRP$ NULL
+efficiency efficiency NOUN NN NULL
+worked work VERB VBD NULL
+up up PART RP NULL
+the the DET DT NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty cruelty NOUN NN NULL
+latent latent NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+countrymen countryman NOUN NNS NULL
+until until ADP IN NULL
+they -PRON- PRON PRP NULL
+produced produce VERB VBD NULL
+the the DET DT NULL
+Germany Germany PROPN NNP GPE
+of of ADP IN NULL
+today today NOUN NN DATE
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+has have VERB VBZ NULL
+capitalized capitalize VERB VBN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+strain strain NOUN NN NULL
+of of ADP IN NULL
+ill ill ADV RB NULL
+- - PUNCT HYPH NULL
+defined define VERB VBN NULL
+mysticism mysticism NOUN NN NULL
+
+
+— — X XX NULL
+a a DET DT NULL
+blind blind ADJ JJ NULL
+faith faith NOUN NN NULL
+fed feed VERB VBN NULL
+on on ADP IN NULL
+phrases phrase NOUN NNS NULL
+about about ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+mission mission NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+destiny destiny NOUN NN NULL
+, , PUNCT , NULL
+which which DET WDT NULL
+thrives thrive VERB VBZ NULL
+on on ADP IN NULL
+blind blind ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to PART TO NULL
+blind blind VERB VB NULL
+doctrines doctrine NOUN NNS NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+explanation explanation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+otherwise otherwise ADV RB NULL
+inexplicable inexplicable ADJ JJ NULL
+bestialities bestiality NOUN NNS NULL
+com- com- NOUN NN NULL
+mitted mitte VERB VBN NULL
+by by ADP IN NULL
+Germany Germany PROPN NNP GPE
+in in ADP IN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+methodical methodical ADJ JJ NULL
+obliteration obliteration NOUN NN NULL
+from from ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+of of ADP IN NULL
+defenceless defenceless ADJ JJ NULL
+townlets townlet NOUN NNS NULL
+and and CCONJ CC NULL
+villages village NOUN NNS NULL
+in in ADP IN NULL
+order order NOUN NN NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+refugees refugee NOUN NNS NULL
+out out PART RP NULL
+to to PART TO NULL
+block block VERB VB NULL
+the the DET DT NULL
+roads road NOUN NNS NULL
+; ; PUNCT : NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+7 7 NUM CD NULL
+the the DET DT NULL
+crushing crushing NOUN NN NULL
+of of ADP IN NULL
+fugitive fugitive ADJ JJ NULL
+civilians civilian NOUN NNS NULL
+by by ADP IN NULL
+tanks tank NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine- machine- NOUN NN NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+merchant merchant NOUN NN NULL
+- - PUNCT HYPH NULL
+seamen seamen NOUN NN NULL
+and and CCONJ CC NULL
+lightship lightship NOUN NN NULL
+- - PUNCT HYPH NULL
+keepers keeper NOUN NNS NULL
+in in ADP IN NULL
+the the DET DT NULL
+water water NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+seamen seaman NOUN NNS NULL
+even even ADV RB NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+rescue rescue VERB VB NULL
+Germans Germans PROPN NNPS NORP
+, , PUNCT , NULL
+the the DET DT NULL
+systematic systematic ADJ JJ NULL
+bombing bombing NOUN NN NULL
+of of ADP IN NULL
+hospitals hospital NOUN NNS NULL
+and and CCONJ CC NULL
+hospital hospital NOUN NN NULL
+ships ship NOUN NNS NULL
+. . PUNCT . NULL
+
+
+These these DET DT NULL
+“ " PUNCT `` NULL
+knights knight NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+’ ' PUNCT -RRB- NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+are be VERB VBP NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+we -PRON- PRON PRP NULL
+hope hope VERB VBP NULL
+to to PART TO NULL
+cleanse cleanse VERB VB NULL
+the the DET DT NULL
+sky sky NOUN NN NULL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+To to PART TO NULL
+do do VERB VB NULL
+all all DET PDT NULL
+these these DET DT NULL
+things thing NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+no no DET DT NULL
+Briton Briton PROPN NNP PERSON
+could could VERB MD NULL
+or or CCONJ CC NULL
+would would VERB MD NULL
+do do VERB VB NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+can can VERB MD NULL
+find find VERB VB NULL
+a a DET DT NULL
+large large ADJ JJ NULL
+supply supply NOUN NN NULL
+of of ADP IN NULL
+cold cold ADJ JJ NULL
+- - PUNCT HYPH NULL
+blooded blooded ADJ JJ NULL
+young young ADJ JJ NULL
+barbarians barbarian NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+are be VERB VBP NULL
+not not ADV RB NULL
+only only ADV RB NULL
+willing willing ADJ JJ NULL
+to to PART TO NULL
+do do VERB VB NULL
+them -PRON- PRON PRP NULL
+but but CCONJ CC NULL
+revel revel VERB VB NULL
+in in ADP IN NULL
+doing do VERB VBG NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+, , PUNCT , NULL
+equally equally ADV RB NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+expect expect VERB VBP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+receive receive VERB VB NULL
+, , PUNCT , NULL
+chivalrous chivalrous ADJ JJ NULL
+treatment treatment NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+caught catch VERB VBN NULL
+. . PUNCT . NULL
+
+
+Ah ah INTJ UH NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+life life NOUN NN NULL
+consisted consist VERB VBD NULL
+only only ADV RB NULL
+of of ADP IN NULL
+easy easy ADJ JJ NULL
+shooting shooting NOUN NN NULL
+! ! PUNCT . NULL
+
+
+That that DET DT NULL
+would would VERB MD NULL
+be be VERB VB NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+’s ’s PROPN NNP NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+Paradise Paradise PROPN NNP ORG
+. . PUNCT . NULL
+
+
+Do Do VERB VBP NULL
+you -PRON- PRON PRP NULL
+want want VERB VB NULL
+full full ADJ JJ NULL
+proof proof NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Then then ADV RB NULL
+read read VERB VB NULL
+the the DET DT NULL
+Polish Polish PROPN NNP NULL
+Black Black PROPN NNP NULL
+Book Book PROPN NNP NULL
+. . PUNCT . NULL
+
+
+Read read VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+one one NUM CD NULL
+of of ADP IN NULL
+you -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+word word NOUN NN NULL
+of of ADP IN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+beginning begin VERB VBG NULL
+with with ADP IN NULL
+the the DET DT NULL
+introduc- introduc- ADJ JJ NULL
+tion tion NOUN NN NULL
+by by ADP IN NULL
+the the DET DT NULL
+Archbishop Archbishop PROPN NNP LOC
+of of ADP IN NULL
+York York PROPN NNP NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+: : PUNCT : NULL
+‘ ' PUNCT `` NULL
+
+
+This this DET DT NULL
+volume volume NOUN NN NULL
+supplies supply VERB VBZ NULL
+convincing convince VERB VBG NULL
+proof proof NOUN NN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+any any DET DT NULL
+were be VERB VBD NULL
+needed need VERB VBN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+the the DET DT NULL
+complete complete ADJ JJ NULL
+ruthlessness ruthlessness NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+methods method NOUN NNS NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+If if ADP IN NULL
+this this DET DT NULL
+tale tale NOUN NN NULL
+of of ADP IN NULL
+horror horror NOUN NN NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+enough enough ADJ JJ NULL
+, , PUNCT , NULL
+read read VERB VB NULL
+what what PRON WP NULL
+Cardinal Cardinal PROPN NNP PERSON
+Mercier Mercier PROPN NNP PERSON
+said say VERB VBD NULL
+about about ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+atrocities atrocity NOUN NNS NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+said say VERB VBD NULL
+simply simply ADV RB NULL
+: : PUNCT : NULL
+“ “ VERB VB NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+transcends transcend VERB VBZ NULL
+the the DET DT NULL
+limits limit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+probable probable ADJ JJ NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+It -PRON- PRON PRP NULL
+does do VERB VBZ NULL
+indeed indeed ADV RB NULL
+. . PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+read read VERB VB NULL
+Marshal Marshal PROPN NNP PERSON
+Foch Foch PROPN NNP PERSON
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+‘ ' PUNCT `` NULL
+the the DET DT NULL
+army army NOUN NN NULL
+of of ADP IN NULL
+clever clever ADJ JJ NULL
+and and CCONJ CC NULL
+convinced convinced ADJ JJ NULL
+criminals criminal NOUN NNS NULL
+whom whom PRON WP NULL
+Prussian- Prussian- PROPN NNP NULL
+ized ize VERB VBD NULL
+Germany Germany PROPN NNP GPE
+let let VERB VBD NULL
+loose loose ADJ JJ NULL
+— — ADV RBS NULL
+in in ADP IN NULL
+defiance defiance NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+treaties treaty NOUN NNS NULL
+— — PUNCT -LRB- NULL
+upon upon ADP IN NULL
+the the DET DT NULL
+peaceful peaceful ADJ JJ NULL
+population population NOUN NN NULL
+of of ADP IN NULL
+Europe Europe PROPN NNP LOC
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+His -PRON- DET PRP$ NULL
+colleague colleague NOUN NN NULL
+, , PUNCT , NULL
+Marshal Marshal PROPN NNP PERSON
+Pétain Pétain PROPN NNP PERSON
+, , PUNCT , NULL
+was be VERB VBD NULL
+more more ADV RBR NULL
+confiding confiding NOUN NN NULL
+. . PUNCT . NULL
+
+
+Before before ADP IN NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+us— us— ADV RB NULL
+I -PRON- PRON PRP NULL
+shall shall VERB MD NULL
+say say VERB VB NULL
+nothing nothing NOUN NN NULL
+here here ADV RB NULL
+of of ADP IN NULL
+that that DET DT NULL
+pitiful pitiful ADJ JJ NULL
+episode episode NOUN NN NULL
+
+
+— — INTJ UH NULL
+
+
+he -PRON- PRON PRP NULL
+dreamed dream VERB VBD NULL
+of of ADP IN NULL
+an an DET DT NULL
+honourable honourable ADJ JJ NULL
+peace peace NOUN NN NULL
+between between ADP IN NULL
+soldiers soldier NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+said say VERB VBD NULL
+that that ADP IN NULL
+“ “ NOUN NN NULL
+he -PRON- PRON PRP NULL
+gave give VERB VBD NULL
+himself -PRON- PRON PRP NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+for for ADP IN NULL
+that that DET DT NULL
+purpose purpose NOUN NN NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+. . PUNCT . NULL
+
+
+Alas alas INTJ UH PERSON
+, , PUNCT , NULL
+he -PRON- PRON PRP NULL
+thereby thereby ADV RB NULL
+gave give VERB VBD NULL
+Franee Franee PROPN NNP PERSON
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+was be VERB VBD NULL
+greater great ADJ JJR NULL
+than than ADP IN NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+. . PUNCT . NULL
+
+
+France France PROPN NNP GPE
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+now now ADV RB NULL
+being be VERB VBG NULL
+devoured devour VERB VBN NULL
+. . PUNCT . NULL
+
+
+If if ADP IN NULL
+you -PRON- PRON PRP NULL
+study study VERB VBP NULL
+the the DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+larder larder NOUN NN NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+soon soon ADV RB NULL
+be be VERB VB NULL
+convinced convince VERB VBN NULL
+that that ADP IN NULL
+you -PRON- PRON PRP NULL
+x x SYM SYM NULL
+
+
+* * PUNCT NFP NULL
+* * PUNCT NFP NULL
+8 8 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+can can AUX MD NULL
+not not ADV RB NULL
+possibly possibly ADV RB NULL
+make make VERB VB NULL
+honourable honourable ADJ JJ NULL
+terms term NOUN NNS NULL
+with with ADP IN NULL
+a a DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+will will VERB MD NULL
+always always ADV RB NULL
+insist insist VERB VB NULL
+on on ADP IN NULL
+eating eat VERB VBG NULL
+you -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+given give VERB VBN NULL
+every every DET DT NULL
+chance chance NOUN NN NULL
+to to PART TO NULL
+change change VERB VB NULL
+its -PRON- DET PRP$ NULL
+habits habit NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+not not ADV RB NULL
+done do VERB VBN NULL
+so so ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+extraordinary extraordinary ADJ JJ NULL
+how how ADV WRB NULL
+many many ADJ JJ NULL
+patient patient ADJ JJ NULL
+people people NOUN NNS NULL
+have have VERB VBP NULL
+trusted trust VERB VBN NULL
+the the DET DT NULL
+creature creature NOUN NN NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+said say VERB VBD NULL
+on on ADP IN NULL
+the the DET DT DATE
+first first ADJ JJ DATE
+day day NOUN NN DATE
+of of ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+that that DET WDT NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+wage wage VERB VB NULL
+it -PRON- PRON PRP NULL
+on on ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+; ; PUNCT : NULL
+yet yet CCONJ CC NULL
+that that DET DT NULL
+is be VERB VBZ NULL
+exactly exactly ADV RB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+did do VERB VBD NULL
+from from ADP IN NULL
+the the DET DT NULL
+start start NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+when when ADV WRB NULL
+did do VERB VBD NULL
+Hitler Hitler PROPN NNP PERSON
+ever ever ADV RB NULL
+keep keep VERB VB NULL
+his -PRON- DET PRP$ NULL
+word word NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Literally literally ADV RB NULL
+never never ADV RB NULL
+once once ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+there there ADV EX NULL
+is be VERB VBZ NULL
+nothing nothing NOUN NN NULL
+new new ADJ JJ NULL
+in in ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+Frederick frederick VERB VB PERSON
+the the DET DT PERSON
+Great Great PROPN NNP PERSON
+was be VERB VBD NULL
+an an DET DT NULL
+adept adept ADJ JJ NULL
+in in ADP IN NULL
+perfidy perfidy NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+did do VERB VBD NULL
+Bethmann Bethmann PROPN NNP ORG
+- - PUNCT HYPH ORG
+Hollweg Hollweg PROPN NNP ORG
+call call VERB VBP NULL
+a a DET DT NULL
+solemn solemn ADJ JJ NULL
+treaty treaty NOUN NN NULL
+with with ADP IN NULL
+Prussia Prussia PROPN NNP ORG
+’s ’s PROPN NNP ORG
+signature signature NOUN NN NULL
+on on ADP IN NULL
+it -PRON- PRON PRP NULL
+? ? PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+A a DET DT NULL
+scrap scrap NOUN NN NULL
+of of ADP IN NULL
+paper paper NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+He -PRON- PRON PRP NULL
+could could VERB MD NULL
+have have VERB VB NULL
+bitten bite VERB VBN NULL
+his -PRON- DET PRP$ NULL
+tongue tongue NOUN NN NULL
+out out PART RP NULL
+the the DET DT NULL
+moment moment NOUN NN NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+said say VERB VBN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+in in ADP IN NULL
+four four NUM CD CARDINAL
+words word NOUN NNS NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+given give VERB VBN NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+German german ADJ JJ NORP
+show show NOUN NN NULL
+away away ADV RB NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+is be VERB VBZ NULL
+what what PRON WP NULL
+most most ADJ JJS NULL
+Germans Germans PROPN NNPS NORP
+really really ADV RB NULL
+think think VERB VBP NULL
+of of ADP IN NULL
+treaties treaty NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+a a DET DT NULL
+definite definite ADJ JJ NULL
+continuity continuity NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+outlook outlook NOUN NN NULL
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP PERSON
+announced announce VERB VBD NULL
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+after after ADP IN NULL
+1871 1871 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+Ribbentrop Ribbentrop PROPN NNP ORG
+and and CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+kept keep VERB VBD NULL
+saying say VERB VBG NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+with with ADP IN NULL
+every every DET DT NULL
+fresh fresh ADJ JJ NULL
+acquisition acquisition NOUN NN NULL
+, , PUNCT , NULL
+especially especially ADV RB NULL
+after after ADP IN NULL
+the the DET DT NULL
+annexation annexation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Sudetenland.1 Sudetenland.1 NOUN NNS NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+did do VERB VBD NULL
+
+
+n’t not ADV RB NULL
+mean mean VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+everyone everyone NOUN NN NULL
+can can VERB MD NULL
+now now ADV RB NULL
+plainly plainly ADV RB NULL
+see see VERB VB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+yet yet ADV RB NULL
+, , PUNCT , NULL
+long long ADV RB NULL
+after after ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+had have VERB VBD NULL
+broken break VERB VBN NULL
+out out PART RP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+well well ADV RB NULL
+- - PUNCT HYPH NULL
+known know VERB VBN NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Dean Dean PROPN NNP ORG
+Inge Inge PROPN NNP ORG
+, , PUNCT , NULL
+could could VERB MD NULL
+write write VERB VB NULL
+of of ADP IN NULL
+Hitler Hitler PROPN NNP ORG
+’s ’s PROPN NNP ORG
+“ “ PROPN NNP NULL
+
+
+‘ ‘ PART POS NULL
+fibs”—a fibs”—a PROPN NNP NULL
+striking strike VERB VBG NULL
+case case NOUN NN NULL
+of of ADP IN NULL
+ecclesiastical ecclesiastical ADJ JJ NULL
+charity charity NOUN NN NULL
+. . PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+people people NOUN NNS NULL
+were be VERB VBD NULL
+so so ADV RB NULL
+indulgent indulgent ADJ JJ NULL
+and and CCONJ CC NULL
+credulous credulous ADJ JJ NULL
+towards towards ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+, , PUNCT , NULL
+particularly particularly ADV RB NULL
+in in ADP IN NULL
+view view NOUN NN NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+foul foul ADJ JJ NULL
+and and CCONJ CC NULL
+turgid turgid ADJ JJ NULL
+
+
+1 1 NUM CD NULL
+“ “ PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+neither neither CCONJ CC NULL
+intends intend VERB VBZ NULL
+to to PART TO NULL
+interfere interfere VERB VB NULL
+in in ADP IN NULL
+the the DET DT NULL
+internal internal ADJ JJ NULL
+affairs affair NOUN NNS NULL
+of of ADP IN NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+nor nor CCONJ CC NULL
+to to PART TO NULL
+conclude conclude VERB VB NULL
+an an DET DT NULL
+Anschluss.’’— anschluss.’’— NOUN NN NULL
+HITLER HITLER PROPN NNP NULL
+, , PUNCT , NULL
+1935 1935 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+After after ADP IN NULL
+three three NUM CD DATE
+years year NOUN NNS DATE
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+regard regard VERB VB NULL
+the the DET DT NULL
+struggle struggle NOUN NN NULL
+for for ADP IN NULL
+German german ADJ JJ NORP
+equality equality NOUN NN NULL
+as as ADP IN NULL
+concluded conclude VERB VBD NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+no no DET DT NULL
+territorial territorial ADJ JJ NULL
+demands demand NOUN NNS NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe.’’—HIT Europe.’’—HIT PROPN NNP PERSON
+Ler Ler PROPN NNP PERSON
+, , PUNCT , NULL
+1936 1936 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Sudetenland Sudetenland PROPN NNP GPE
+is be VERB VBZ NULL
+the the DET DT NULL
+/ast /ast ADJ JJ NULL
+territorial territorial ADJ JJ NULL
+claim claim NOUN NN NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+” " PUNCT '' NULL
+—HIt —hit ADP IN NULL
+ter ter NOUN NN NULL
+, , PUNCT , NULL
+1938 1938 NUM CD NULL
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+broke break VERB VBD NULL
+up up PART RP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+—HITLER —hitler NOUN NN NULL
+, , PUNCT , NULL
+1939 1939 NUM CD DATE
+. . PUNCT . NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+9 9 NUM CD NULL
+book book NOUN NN NULL
+, , PUNCT , NULL
+Mein Mein PROPN NNP PERSON
+Kampf Kampf PROPN NNP PERSON
+, , PUNCT , NULL
+cribbed cribbed NOUN NN NULL
+largely largely ADV RB NULL
+from from ADP IN NULL
+a a DET DT NULL
+renegade renegade NOUN NN NULL
+Englishman Englishman PROPN NNP NORP
+, , PUNCT , NULL
+Houston Houston PROPN NNP GPE
+Stewart Stewart PROPN NNP PERSON
+Chamberlain Chamberlain PROPN NNP PERSON
+, , PUNCT , NULL
+who who PRON WP NULL
+wrote write VERB VBD NULL
+a a DET DT NULL
+deal deal NOUN NN NULL
+of of ADP IN NULL
+rubbish rubbish NOUN NN NULL
+in in ADP IN NULL
+German German PROPN NNP NORP
+? ? PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+modern modern ADJ JJ NULL
+Ger- Ger- PROPN NNP NULL
+many many ADJ JJ NULL
+has have VERB VBZ NULL
+surrendered surrender VERB VBN NULL
+itself -PRON- PRON PRP NULL
+to to ADP IN NULL
+one one NUM CD NULL
+who who PRON WP NULL
+wanted want VERB VBD NULL
+war war NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+he -PRON- PRON PRP NULL
+himself -PRON- PRON PRP NULL
+said say VERB VBD NULL
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+
+
+fifty fifty NUM CD DATE
+years year NOUN NNS DATE
+old old ADJ JJ DATE
+— — PUNCT NFP NULL
+
+
+he -PRON- PRON PRP NULL
+just just ADV RB NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+wait wait VERB VB NULL
+until until ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+fifty fifty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+five five NUM CD CARDINAL
+? ? PUNCT . NULL
+
+
+The the DET DT NULL
+answer answer NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+the the DET DT NULL
+rem- rem- ADJ JJ NULL
+nants nant NOUN NNS NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+conscience conscience NOUN NN NULL
+are be VERB VBP NULL
+easily easily ADV RB NULL
+satisfied satisfied ADJ JJ NULL
+by by ADP IN NULL
+the the DET DT NULL
+drug drug NOUN NN NULL
+of of ADP IN NULL
+mechanical mechanical ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to ADP IN NULL
+any any DET DT NULL
+order order NOUN NN NULL
+, , PUNCT , NULL
+however however ADV RB NULL
+cruel cruel ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Prussianism prussianism NOUN NN NULL
+, , PUNCT , NULL
+militarism militarism NOUN NN NULL
+, , PUNCT , NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+conquest conquest NOUN NN NULL
+, , PUNCT , NULL
+Nazism Nazism PROPN NNP NULL
+—that —that DET DT NULL
+sequence sequence NOUN NN NULL
+has have VERB VBZ NULL
+made make VERB VBN NULL
+Germans Germans PROPN NNPS NORP
+the the DET DT NULL
+exponents exponent NOUN NNS NULL
+of of ADP IN NULL
+every every DET DT NULL
+imaginable imaginable ADJ JJ NULL
+variety variety NOUN NN NULL
+of of ADP IN NULL
+dirty dirty ADJ JJ NULL
+fighting fighting NOUN NN NULL
+and and CCONJ CC NULL
+foul foul ADJ JJ NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Incidentally incidentally ADV RB NULL
+, , PUNCT , NULL
+Nazis nazi NOUN NNS NORP
+have have VERB VBP NULL
+some some DET DT NULL
+very very ADV RB NULL
+odd odd ADJ JJ NULL
+notions notion NOUN NNS NULL
+of of ADP IN NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+adjutant adjutant NOUN NN NULL
+of of ADP IN NULL
+Julius Julius PROPN NNP PERSON
+Streicher Streicher PROPN NNP PERSON
+, , PUNCT , NULL
+chief chief NOUN NN NULL
+Nazi Nazi PROPN NNP NORP
+pur- pur- NOUN NN NULL
+veyor veyor NOUN NN NULL
+of of ADP IN NULL
+smut smut NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+urging urge VERB VBG NULL
+children child NOUN NNS NULL
+to to PART TO NULL
+play play VERB VB NULL
+football football NOUN NN NULL
+instead instead ADV RB NULL
+of of ADP IN NULL
+going go VERB VBG NULL
+to to ADP IN NULL
+church church NOUN NN NULL
+; ; PUNCT : NULL
+
+
+“ “ NOUN NN NULL
+
+
+‘ ‘ X ADD NULL
+
+
+but but CCONJ CC NULL
+, , PUNCT , NULL
+” " PUNCT '' NULL
+he -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+, , PUNCT , NULL
+“ " PUNCT `` NULL
+
+
+‘ ‘ X XX NULL
+
+
+if if ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+your -PRON- DET PRP$ NULL
+comrades comrade NOUN NNS NULL
+will will VERB MD NULL
+not not ADV RB NULL
+play play VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+beat beat VERB VBD NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+he -PRON- PRON PRP NULL
+drops drop VERB VBZ NULL
+dead dead ADJ JJ NULL
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+Sad sad ADJ JJ PERSON
+stuff stuff NOUN NN NULL
+! ! PUNCT . NULL
+
+
+But but CCONJ CC NULL
+it -PRON- PRON PRP NULL
+catches catch VERB VBZ NULL
+on on PART RP NULL
+and and CCONJ CC NULL
+spreads spread NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Cruelty cruelty NOUN NN NULL
+has have VERB VBZ NULL
+grown grow VERB VBN NULL
+with with ADP IN NULL
+every every DET DT NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+embarked embark VERB VBN NULL
+, , PUNCT , NULL
+each each DET DT NULL
+time time NOUN NN NULL
+swearing swear VERB VBG NULL
+raucously raucously ADV RB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+attacked attack VERB VBN NULL
+by by ADP IN NULL
+someone someone NOUN NN NULL
+half half DET PDT NULL
+her -PRON- DET PRP$ NULL
+size size NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+degradation degradation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+human human ADJ JJ NULL
+species specie NOUN NNS NULL
+would would VERB MD NULL
+have have VERB VB NULL
+astonished astonish VERB VBN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+believed believe VERB VBD NULL
+that that ADP IN NULL
+progress progress NOUN NN NULL
+was be VERB VBD NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+automatic automatic ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+taught teach VERB VBN NULL
+a a DET DT NULL
+tortured tortured ADJ JJ NULL
+world world NOUN NN NULL
+that that ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+easier easy ADJ JJR NULL
+to to PART TO NULL
+go go VERB VB NULL
+back- back- ADJ JJ NULL
+wards ward NOUN NNS NULL
+towards towards ADP IN NULL
+barbarism barbarism NOUN NN NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+go go VERB VB NULL
+forward forward ADV RB NULL
+to to ADP IN NULL
+a a DET DT NULL
+higher high ADJ JJR NULL
+civilization civilization NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+we -PRON- PRON PRP NULL
+were be VERB VBD NULL
+to to PART TO NULL
+fail fail VERB VB NULL
+in in ADP IN NULL
+standing stand VERB VBG NULL
+up up PART RP NULL
+to to ADP IN NULL
+her -PRON- PRON PRP NULL
+, , PUNCT , NULL
+the the DET DT NULL
+clock clock NOUN NN NULL
+would would VERB MD NULL
+go go VERB VB NULL
+back back ADV RB NULL
+by by ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+and and CCONJ CC NULL
+for for ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+. . PUNCT . NULL
+
+
+Indeed indeed ADV RB NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+worse bad ADJ JJR NULL
+even even ADV RB NULL
+than than ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+distinguished distinguished ADJ JJ NULL
+American American PROPN NNP NORP
+has have VERB VBZ NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+to to PART TO NULL
+compare compare VERB VB NULL
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+is be VERB VBZ NULL
+an an DET DT NULL
+insult insult NOUN NN NULL
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+. . PUNCT . NULL
+
+
+A a DET DT DATE
+year year NOUN NN DATE
+ago ago ADV RB DATE
+today today NOUN NN DATE
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+we -PRON- PRON PRP NULL
+are be VERB VBP NULL
+fighting fight VERB VBG NULL
+evil evil ADJ JJ NULL
+things thing NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+wonder wonder VERB VBP NULL
+if if ADP IN NULL
+even even ADV RB NULL
+now now ADV RB NULL
+the the DET DT NULL
+world world NOUN NN NULL
+realizes realize VERB VBZ NULL
+how how ADV WRB NULL
+evil evil ADJ JJ NULL
+. . PUNCT . NULL
+
+
+One one NUM CD CARDINAL
+of of ADP IN NULL
+the the DET DT NULL
+first first ADJ JJ ORDINAL
+“ “ NOUN NN NULL
+
+
+‘ ‘ PART POS NULL
+sights sight NOUN NNS NULL
+” " PUNCT '' NULL
+that that DET WDT NULL
+I -PRON- PRON PRP NULL
+saw see VERB VBD NULL
+as as ADP IN NULL
+a a DET DT NULL
+boy boy NOUN NN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+
+
+10 10 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+relics relic NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+mediaeval mediaeval ADJ JJ NULL
+torture torture NOUN NN NULL
+chamber chamber NOUN NN NULL
+at at ADP IN NULL
+Niirn- Niirn- PROPN NNP NULL
+berg berg NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+assure assure VERB VB NULL
+you -PRON- PRON PRP NULL
+that that ADP IN NULL
+tortures torture NOUN NNS NULL
+are be VERB VBP NULL
+practised practise VERB VBN NULL
+in in ADP IN NULL
+modern modern ADJ JJ NULL
+Germany Germany PROPN NNP GPE
+on on ADP IN NULL
+a a DET DT NULL
+scale scale NOUN NN NULL
+that that DET WDT NULL
+puts put VERB VBZ NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+into into ADP IN NULL
+the the DET DT NULL
+shade shade NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+enormity enormity NOUN NN NULL
+and and CCONJ CC NULL
+ferocity ferocity NOUN NN NULL
+of of ADP IN NULL
+those those DET DT NULL
+tor- tor- NOUN NN NULL
+tures ture NOUN NNS NULL
+are be VERB VBP NULL
+almost almost ADV RB NULL
+beyond beyond ADP IN NULL
+belief belief NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT ORG
+Marquis Marquis PROPN NNP ORG
+de de X FW ORG
+Sade Sade PROPN NNP ORG
+, , PUNCT , NULL
+who who PRON WP NULL
+has have VERB VBZ NULL
+given give VERB VBN NULL
+his -PRON- DET PRP$ NULL
+name name NOUN NN NULL
+to to ADP IN NULL
+Sadism Sadism PROPN NNP NULL
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+pretty pretty ADV RB NULL
+foul foul ADJ JJ NULL
+creature creature NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+taken take VERB VBN NULL
+the the DET DT NULL
+strongest strong ADJ JJS NULL
+exception exception NOUN NN NULL
+to to ADP IN NULL
+having have VERB VBG NULL
+the the DET DT NULL
+word word NOUN NN NULL
+Sadism Sadism PROPN NNP NORP
+applied apply VERB VBD NULL
+to to ADP IN NULL
+present present ADJ JJ NULL
+practices practice NOUN NNS NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+only only ADV RB NULL
+have have VERB VB NULL
+turned turn VERB VBN NULL
+in in PART RP NULL
+his -PRON- DET PRP$ NULL
+grave grave NOUN NN NULL
+; ; PUNCT : NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+sat sit VERB VBN NULL
+bolt bolt NOUN NN NULL
+upright upright ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Never never ADV RB NULL
+before before ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+Chris- Chris- PROPN NNP NULL
+tian tian ADJ JJ NULL
+country country NOUN NN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+indeed indeed ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+land land NOUN NN NULL
+or or CCONJ CC NULL
+period period NOUN NN NULL
+, , PUNCT , NULL
+has have VERB VBZ NULL
+there there ADV EX NULL
+been be VERB VBN NULL
+anything anything NOUN NN NULL
+like like ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+concentration concentration NOUN NN NULL
+- - PUNCT HYPH NULL
+camp camp NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+then then ADV RB NULL
+the the DET DT ORG
+Nazi Nazi PROPN NNP ORG
+Government Government PROPN NNP ORG
+is be VERB VBZ NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+no no DET DT NULL
+time time NOUN NN NULL
+here here ADV RB NULL
+to to PART TO NULL
+dilate dilate VERB VB NULL
+- - PUNCT : NULL
+on on ADP IN NULL
+the the DET DT NULL
+persecution persecution NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+churches church NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+just just ADV RB NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+two two NUM CD CARDINAL
+or or CCONJ CC NULL
+three three NUM CD CARDINAL
+quotations quotation NOUN NNS NULL
+that that DET WDT NULL
+tell tell VERB VBP NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+story story NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+Proclamation Proclamation PROPN NNP NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NULL
+Faith Faith PROPN NNP NULL
+Movement Movement PROPN NNP NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+The the DET DT NULL
+Cross Cross PROPN NNP NULL
+must must VERB MD NULL
+fall fall VERB VB NULL
+to to PART TO NULL
+make make VERB VB NULL
+Germany Germany PROPN NNP GPE
+live live VERB VB NULL
+.... .... PUNCT . NULL
+
+
+The the DET DT NULL
+Christian christian ADJ JJ NORP
+religion religion NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+destroyed destroy VERB VBN NULL
+... ... PUNCT NFP NULL
+. . PUNCT . NULL
+
+
+Jesus Jesus PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+himself -PRON- PRON PRP NULL
+, , PUNCT , NULL
+- - PUNCT HYPH NULL
+speaking speak VERB VBG NULL
+to to ADP IN NULL
+Mussolini Mussolini PROPN NNP PERSON
+: : PUNCT : NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Christianity Christianity PROPN NNP NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+Bolshevism Bolshevism PROPN NNP NULL
+of of ADP IN NULL
+Antiquity Antiquity PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+What what PRON WP NULL
+a a DET DT NULL
+precious precious ADJ JJ NULL
+pair pair NOUN NN NULL
+of of ADP IN NULL
+scholars scholar NOUN NNS NULL
+! ! PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Herr Herr PROPN NNP PERSON
+Kerrl Kerrl PROPN NNP PERSON
+, , PUNCT , NULL
+the the DET DT NULL
+Minister Minister PROPN NNP NULL
+for for ADP IN NULL
+Ecclesiastical Ecclesiastical PROPN NNP NULL
+Affairs Affairs PROPN NNPS NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Fuehrer Fuehrer PROPN NNP WORK_OF_ART
+is be VERB VBZ NULL
+the the DET DT NULL
+carrier carrier NOUN NN NULL
+of of ADP IN NULL
+a a DET DT NULL
+new new ADJ JJ NULL
+Revelation Revelation PROPN NNP ORG
+.... .... PUNCT NFP NULL
+
+
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+true true ADJ JJ NULL
+Holy Holy PROPN NNP NULL
+Ghost Ghost PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+I -PRON- PRON PRP NULL
+need need VERB VBP NULL
+not not ADV RB NULL
+multiply multiply VERB VB NULL
+these these DET DT NULL
+blasphemies blasphemy NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+millions million NOUN NNS CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+They -PRON- PRON PRP NULL
+admit admit VERB VBP NULL
+of of ADP IN NULL
+no no DET DT NULL
+doubt doubt NOUN NN NULL
+or or CCONJ CC NULL
+argument argument NOUN NN NULL
+as.to as.to PROPN NNP NULL
+the the DET DT NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+nature nature NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+régime régime NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+Pastor Pastor PROPN NNP PERSON
+Niemédller Niemédller PROPN NNP PERSON
+said say VERB VBD NULL
+: : PUNCT : NULL
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+feel feel VERB VBP NULL
+obliged obliged ADJ JJ NULL
+to to PART TO NULL
+express express VERB VB NULL
+our -PRON- DET PRP$ NULL
+concern concern NOUN NN NULL
+at at ADP IN NULL
+honours honour NOUN NNS NULL
+being be VERB VBG NULL
+bestowed bestow VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Fuehrer Fuehrer PROPN NNP FAC
+which which DET WDT NULL
+are be VERB VBP NULL
+due due ADJ JJ NULL
+only only ADV RB NULL
+to to ADP IN NULL
+God God PROPN NNP NULL
+. . PUNCT . NULL
+” " PUNCT '' NULL
+
+
+And and CCONJ CC NULL
+no no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+saying say VERB VBG NULL
+so so ADV RB NULL
+, , PUNCT , NULL
+Niemdller Niemdller PROPN NNP PERSON
+was be VERB VBD NULL
+clapped clap VERB VBN NULL
+into into ADP IN NULL
+solitary solitary ADJ JJ NULL
+confinement confinement NOUN NN NULL
+for for ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Christianity Christianity PROPN NNP ORG
+rejected reject VERB VBN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+gentle gentle ADJ JJ NULL
+to to PART TO NULL
+be be VERB VB NULL
+compatible compatible ADJ JJ NULL
+with with ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Jesus Jesus PROPN NNP PERSON
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+He -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+a a DET DT NULL
+kingdom kingdom NOUN NN NULL
+not not ADV RB NULL
+of of ADP IN NULL
+this this DET DT NULL
+world world NOUN NN NULL
+. . PUNCT . NULL
+
+
+
\ No newline at end of file
diff --git a/test_files/pjentsch.vrt b/test_files/pjentsch.vrt
new file mode 100644
index 0000000..c15adeb
--- /dev/null
+++ b/test_files/pjentsch.vrt
@@ -0,0 +1,4225 @@
+
+
+
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+
+
+I -PRON- PRON PRP NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES happinesses NOUN NN NULL
+
+
+In in ADP IN NULL
+1907 1907 NUM CD DATE
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+crossing cross VERB VBG NULL
+the the DET DT LOC
+Black Black PROPN NNP LOC
+Sea Sea PROPN NNP LOC
+in in ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+spring spring NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+rigging rig VERB VBG NULL
+was be VERB VBD NULL
+full full ADJ JJ NULL
+of of ADP IN NULL
+bright bright ADV RB NULL
+- - PUNCT HYPH NULL
+coloured coloured ADJ JJ NULL
+birds bird NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+noticed notice VERB VBD NULL
+one one NUM CD NULL
+among among ADP IN NULL
+them -PRON- PRON PRP NULL
+in in ADP IN NULL
+particular particular ADJ JJ NULL
+, , PUNCT , NULL
+strongly strongly ADV RB NULL
+marked mark VERB VBN NULL
+, , PUNCT , NULL
+heavier heavier ADV RBR NULL
+- - PUNCT HYPH NULL
+beaked beaked ADJ JJ NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+every every DET DT NULL
+now now ADV RB NULL
+and and CCONJ CC NULL
+then then ADV RB NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+spring spring VERB VB NULL
+upon upon ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+the the DET DT NULL
+smaller small ADJ JJR NULL
+, , PUNCT , NULL
+unsuspecting unsuspecting ADJ JJ NULL
+birds bird NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kill kill VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+shrike shrike NOUN NN NULL
+or or CCONJ CC NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+steadily steadily ADV RB NULL
+destroying destroy VERB VBG NULL
+all all DET PDT NULL
+its -PRON- DET PRP$ NULL
+fellows fellow NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+I -PRON- PRON PRP NULL
+am be VERB VBP NULL
+a a DET DT NULL
+bird- bird- ADJ JJ NULL
+lover lover NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+only only ADV RB NULL
+had have VERB VBD NULL
+a a DET DT NULL
+revolver revolver NOUN NN NULL
+handy handy ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+took take VERB VBD NULL
+me -PRON- PRON PRP NULL
+the the DET DT DATE
+whole whole ADJ JJ DATE
+day day NOUN NN DATE
+to to PART TO NULL
+get get VERB VB NULL
+that that DET DT NULL
+
+
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+while while ADP IN NULL
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+doing do VERB VBG NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+thought thought NOUN NN NULL
+flew fly VERB VBD NULL
+across across ADP IN NULL
+my -PRON- DET PRP$ NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+never never ADV RB NULL
+again again ADV RB NULL
+left leave VERB VBD NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+on on ADP IN NULL
+that that DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+behaved behave VERB VBD NULL
+exactly exactly ADV RB NULL
+like like ADP IN NULL
+Germany Germany PROPN NNP GPE
+behaves behave NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+twenty twenty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+six six NUM CD CARDINAL
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+life life NOUN NN NULL
+looked look VERB VBD NULL
+pretty pretty ADV RB NULL
+good— good— NOUN NN NULL
+or or CCONJ CC NULL
+should should VERB MD NULL
+have have VERB VB NULL
+looked look VERB VBN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+there there ADV EX NULL
+were be VERB VBD NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+of of ADP IN NULL
+a a DET DT NULL
+sort sort NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+already already ADV RB NULL
+I -PRON- PRON PRP NULL
+could could VERB MD NULL
+feel feel VERB VB NULL
+the the DET DT NULL
+shadow shadow NOUN NN NULL
+on on ADP IN NULL
+them -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+I -PRON- PRON PRP NULL
+had have VERB VBD NULL
+spent spend VERB VBN NULL
+long long ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+know know VERB VB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+would would VERB MD NULL
+bring bring VERB VB NULL
+on on PART RP NULL
+her -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+as as ADV RB NULL
+soon soon ADV RB NULL
+as as ADP IN NULL
+she -PRON- PRON PRP NULL
+thought think VERB VBD NULL
+the the DET DT NULL
+going go VERB VBG NULL
+good good ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+, , PUNCT , NULL
+think think VERB VB NULL
+for for ADP IN NULL
+a a DET DT NULL
+moment moment NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+’s ’s PROPN NNP NULL
+record record NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+well well ADV RB NULL
+said say VERB VBN NULL
+by by ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+social social ADJ JJ NULL
+historian historian NOUN NN NULL
+that that DET WDT NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+rise rise NOUN NN NULL
+of of ADP IN NULL
+Nazism Nazism PROPN NNP NORP
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+extends extend VERB VBZ NULL
+over over ADP IN NULL
+three three NUM CD NULL
+genera- genera- ADJ JJ NULL
+tions tion NOUN NNS NULL
+” " PUNCT '' NULL
+. . PUNCT . NULL
+
+
+Nazi nazi ADV RB NORP
+. . PUNCT . NULL
+
+
+methods method NOUN NNS NULL
+are be VERB VBP NULL
+certainly certainly ADV RB NULL
+deep deep ADV RB NULL
+- - PUNCT HYPH NULL
+rooted root VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP GPE
+’s ’s PROPN NNP NULL
+resort resort NOUN NN NULL
+to to ADP IN NULL
+forgery forgery NOUN NN NULL
+— — X XX NULL
+to to PART TO NULL
+make make VERB VB NULL
+sure sure ADJ JJ NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+in in ADP IN NULL
+1870—was 1870—was NUM CD DATE
+thought think VERB VBD NULL
+clever clever ADJ JJ NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+if if ADP IN NULL
+a a DET DT NULL
+little little ADJ JJ NULL
+original original ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Since since ADP IN NULL
+then then ADV RB NULL
+forgery forgery NOUN NN NULL
+has have VERB VBZ NULL
+become become VERB VBN NULL
+endemic endemic ADJ JJ NULL
+: : PUNCT : NULL
+for for ADP IN NULL
+
+
+I -PRON- PRON PRP NULL
+
+
+2 2 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+years year NOUN NNS NULL
+
+
+now now ADV RB NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+an an DET DT NULL
+integral integral ADJ JJ NULL
+, , PUNCT , NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+system system NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+German german ADJ JJ NORP
+State state NOUN NN ORG
+- - PUNCT HYPH NULL
+paper paper NOUN NN NULL
+is be VERB VBZ NULL
+ever ever ADV RB NULL
+issued issue VERB VBN NULL
+that that DET WDT NULL
+does do VERB VBZ NULL
+not not ADV RB NULL
+bristle bristle VERB VB NULL
+with with ADP IN NULL
+falsification falsification NOUN NN NULL
+, , PUNCT , NULL
+no no DET DT NULL
+German german ADJ JJ NORP
+communiqué communiqué NOUN NN NULL
+that that DET WDT NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+compounded compound VERB VBN NULL
+of of ADP IN NULL
+lies lie NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Anyone Anyone NOUN NN NULL
+henceforth henceforth ADV RB NULL
+who who PRON WP NULL
+believes believe VERB VBZ NULL
+in in ADP IN NULL
+any any DET DT NULL
+German german ADJ JJ NORP
+official official ADJ JJ NULL
+publication publication NOUN NN NULL
+qualifies qualifie NOUN NNS NULL
+auto- auto- VERB VBZ NULL
+matically matically ADV RB NULL
+as as ADP IN NULL
+a a DET DT NULL
+professional professional ADJ JJ NULL
+dupe dupe NOUN NN NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+by by ADP IN NULL
+hook hook NOUN NN NULL
+and and CCONJ CC NULL
+by by ADP IN NULL
+crook crook NOUN NN NULL
+
+
+— — PUNCT : NULL
+
+
+especially especially ADV RB NULL
+crook crook ADJ JJ NULL
+
+
+— — PUNCT NFP NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+got get VERB VBD NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+each each DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+
+
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+mounted mount VERB VBD NULL
+; ; PUNCT : NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1864 1864 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1870 1870 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+. . PUNCT . NULL
+
+
+Each each DET DT NULL
+of of ADP IN NULL
+these these DET DT NULL
+wars war NOUN NNS NULL
+was be VERB VBD NULL
+carefully carefully ADV RB NULL
+planned plan VERB VBN NULL
+and and CCONJ CC NULL
+provoked provoke VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+Then then ADV RB NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1905 1905 NUM CD DATE
+it -PRON- PRON PRP NULL
+nearly nearly ADV RB NULL
+got get VERB VBD NULL
+another another DET DT NULL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+submitted submit VERB VBD NULL
+to to ADP IN NULL
+the the DET DT NULL
+humiliation humiliation NOUN NN NULL
+of of ADP IN NULL
+throwing throw VERB VBG NULL
+overboard overboard ADV RB NULL
+their -PRON- DET PRP$ NULL
+Foreign Foreign PROPN NNP NULL
+Minister Minister PROPN NNP NULL
+, , PUNCT , NULL
+Monsieur Monsieur PROPN NNP PERSON
+Delcassé Delcassé PROPN NNP PERSON
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+before before ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+they -PRON- PRON PRP NULL
+recoiled recoil VERB VBD NULL
+again again ADV RB NULL
+and and CCONJ CC NULL
+again again ADV RB NULL
+rather rather ADV RB NULL
+than than ADP IN NULL
+give give VERB VB NULL
+Germany Germany PROPN NNP GPE
+any any DET DT NULL
+pretext pretext NOUN NN NULL
+for for ADP IN NULL
+turning turn VERB VBG NULL
+Europe Europe PROPN NNP LOC
+into into ADP IN NULL
+a a DET DT NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+bath bath NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+another another DET DT NULL
+narrow narrow ADJ JJ NULL
+squeak squeak NOUN NN NULL
+in in ADP IN NULL
+1911 1911 NUM CD DATE
+, , PUNCT , NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+landed land VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+right right ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+crescendo crescendo NOUN NN NULL
+mounted mount VERB VBD NULL
+formidably formidably ADV RB NULL
+; ; PUNCT : NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+went go VERB VBD NULL
+rocketing rocket VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+had have VERB VBD NULL
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+to to PART TO NULL
+say say VERB VB NULL
+about about ADP IN NULL
+that that DET DT NULL
+? ? PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+in in ADP IN NULL
+Mein Mein PROPN NNP GPE
+Kampf Kampf PROPN NNP GPE
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+I -PRON- PRON PRP NULL
+sank sink VERB VBD NULL
+down down PART RP NULL
+upon upon ADP IN NULL
+my -PRON- DET PRP$ NULL
+knees knee NOUN NNS NULL
+and and CCONJ CC NULL
+thanked thank VERB VBD NULL
+heaven heaven PROPN NNP NULL
+out out ADP IN NULL
+of of ADP IN NULL
+the the DET DT NULL
+fullness fullness NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+heart heart NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+favour favour NOUN NN NULL
+of of ADP IN NULL
+being be VERB VBG NULL
+per- per- NOUN NNS NULL
+mitted mitte VERB VBN NULL
+to to PART TO NULL
+live live VERB VB NULL
+in in ADP IN NULL
+such such DET PDT NULL
+a a DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+
+
+But but CCONJ CC NULL
+do do VERB VB NULL
+n’t not ADV RB NULL
+think think VERB VB NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+is be VERB VBZ NULL
+, , PUNCT , NULL
+an an DET DT NULL
+exception exception NOUN NN NULL
+. . PUNCT . NULL
+
+
+As as ADV RB NULL
+early early ADV RB NULL
+as as ADP IN NULL
+the the DET DT NULL
+Franco Franco PROPN NNP NULL
+- - PUNCT HYPH NULL
+Prussian Prussian PROPN NNP NULL
+War War PROPN NNP NULL
+of of ADP IN NULL
+1870 1870 NUM CD DATE
+the the DET DT NULL
+King King PROPN NNP NULL
+of of ADP IN NULL
+Prussia Prussia PROPN NNP NULL
+was be VERB VBD NULL
+continually continually ADV RB NULL
+thanking thank VERB VBG NULL
+God God PROPN NNP NULL
+in in ADP IN NULL
+letters letter NOUN NNS NULL
+to to ADP IN NULL
+his -PRON- DET PRP$ NULL
+wife wife NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+number number NOUN NN NULL
+of of ADP IN NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+men man NOUN NNS NULL
+whom whom PRON WP NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+killed kill VERB VBN NULL
+. . PUNCT . NULL
+
+
+Even even ADV RB NULL
+to to ADP IN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+this this DET DT NULL
+seemed seem VERB VBD NULL
+insufferable insufferable ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+think think VERB VBP NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+Punch Punch PROPN NNP NULL
+that that DET WDT NULL
+pub- pub- VERB VBZ NULL
+lished lishe VERB VBN NULL
+a a DET DT NULL
+parody parody NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+correspondence correspondence NOUN NN NULL
+: : PUNCT : NULL
+
+
+Thanks thank NOUN NNS NULL
+to to ADP IN NULL
+the’Lord the’Lord PROPN NNP NULL
+, , PUNCT , NULL
+my -PRON- DET PRP$ NULL
+dear dear ADJ JJ NULL
+Augusta Augusta PROPN NNP PERSON
+, , PUNCT , NULL
+We -PRON- PRON PRP NULL
+’ve have VERB VB NULL
+hit hit VERB VBD NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+an an DET DT NULL
+awful awful ADJ JJ NULL
+buster buster NOUN NN NULL
+. . PUNCT . NULL
+
+
+Ten ten NUM CD CARDINAL
+thousand thousand NUM CD CARDINAL
+Frenchmen Frenchmen PROPN NNPS NORP
+sent send VERB VBD NULL
+below below ADV RB NULL
+! ! PUNCT . NULL
+
+
+Praise praise VERB VB NULL
+God God PROPN NNP NULL
+from from ADP IN NULL
+whom whom PRON WP NULL
+all all DET DT NULL
+blessings blessing NOUN NNS NULL
+flow flow VERB VBP NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+
+
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+3 3 NUM CD NULL
+
+
+For for ADP IN NULL
+generations generation NOUN NNS NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+not not ADV RB NULL
+only only ADV RB NULL
+the the DET DT NULL
+earth earth NOUN NN NULL
+but but CCONJ CC NULL
+heaven heaven PROPN NNP NULL
+. . PUNCT . NULL
+
+
+When when ADV WRB NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+found find VERB VBD NULL
+that that ADP IN NULL
+heaven heaven PROPN NNP NULL
+could could VERB MD NULL
+not not ADV RB NULL
+be be VERB VB NULL
+annexed annex VERB VBN NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+discarded discard VERB VBD NULL
+it -PRON- PRON PRP NULL
+altogether altogether ADV RB NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+can can VERB MD NULL
+see see VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+did do VERB VBD NULL
+n’t not ADV RB NULL
+come come VERB VB NULL
+from from ADP IN NULL
+nowhere nowhere ADV RB NULL
+. . PUNCT . NULL
+
+
+In in ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+exultation exultation NOUN NN NULL
+and and CCONJ CC NULL
+sniffing sniffing NOUN NN NULL
+of of ADP IN NULL
+carnage carnage NOUN NN NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+never never ADV RB NULL
+occurred occur VERB VBD NULL
+to to ADP IN NULL
+him -PRON- PRON PRP NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+that that ADP IN NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happi- happi- NOUN NN NULL
+nesses ness NOUN NNS NULL
+were be VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+lined line VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+knocked knock VERB VBD NULL
+down down PART RP NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+’s ’s PROPN NNP NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+working work VERB VBG NULL
+on on ADP IN NULL
+those those DET DT NULL
+lines line NOUN NNS NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+may may VERB MD NULL
+think think VERB VB NULL
+it -PRON- PRON PRP NULL
+strange strange ADJ JJ NULL
+that that ADP IN NULL
+anyone anyone NOUN NN NULL
+should should VERB MD NULL
+thank thank VERB VB NULL
+heaven heaven PROPN NNP NULL
+—why —why NOUN NN PERSON
+heaven?—for heaven?—for ADP IN NULL
+the the DET DT NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+wholesale wholesale ADJ JJ NULL
+slaughter slaughter NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+see see VERB VB NULL
+from from ADP IN NULL
+what what PRON WP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+just just ADV RB NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+one one NUM CD NULL
+with with ADP IN NULL
+the the DET DT NULL
+past past NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+was be VERB VBD NULL
+
+
+Der Der PROPN NNP NULL
+Tag—‘‘The Tag—‘‘The PROPN NNP NULL
+Day’”—that day’”—that PRON WP NULL
+had have VERB VBD NULL
+been be VERB VBN NULL
+toasted toast VERB VBN NULL
+all all ADV RB NULL
+over over ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+those those DET DT NULL
+of of ADP IN NULL
+us -PRON- PRON PRP NULL
+who who PRON WP NULL
+had have VERB VBD NULL
+lived live VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+long long ADV RB NULL
+known know VERB VBN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+being be VERB VBG NULL
+toasted toast VERB VBN NULL
+and and CCONJ CC NULL
+lived live VERB VBD NULL
+for for ADP IN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+therefore therefore ADV RB NULL
+not not ADV RB NULL
+surprising surprising ADJ JJ NULL
+that that ADP IN NULL
+last last ADJ JJ DATE
+year year NOUN NN DATE
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+began begin VERB VBD NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+so so ADV RB NULL
+overjoyed overjoyed ADJ JJ NULL
+at at ADP IN NULL
+the the DET DT EVENT
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+determined determined ADJ JJ NULL
+to to PART TO NULL
+have have VERB VB NULL
+a a DET DT NULL
+fifth fifth ADJ JJ ORDINAL
+all all DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+no no DET DT NULL
+stone stone NOUN NN NULL
+unturned unturned ADJ JJ NULL
+to to PART TO NULL
+ensure ensure VERB VB NULL
+and and CCONJ CC NULL
+prepare prepare VERB VB NULL
+for for ADP IN NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+must must VERB MD NULL
+be be VERB VB NULL
+clear clear ADJ JJ NULL
+to to ADP IN NULL
+anyone anyone NOUN NN NULL
+who who PRON WP NULL
+looks look VERB VBZ NULL
+back back ADV RB NULL
+over over ADP IN NULL
+the the DET DT DATE
+years year NOUN NNS DATE
+, , PUNCT , NULL
+though though ADP IN NULL
+the the DET DT NULL
+sheer sheer NOUN NN NULL
+beastly beastly ADV RB NULL
+folly folly NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+thing thing NOUN NN NULL
+made make VERB VBD NULL
+decent decent ADJ JJ NULL
+people people NOUN NNS NULL
+believe believe VERB VB NULL
+it -PRON- PRON PRP NULL
+to to PART TO NULL
+be be VERB VB NULL
+impossible impossible ADJ JJ NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+youth youth NOUN NN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+people people NOUN NNS NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+taught teach VERB VBN NULL
+to to PART TO NULL
+regard regard VERB VB NULL
+great great ADJ JJ NULL
+wars war NOUN NNS NULL
+as as ADP IN NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+salutary salutary ADJ JJ NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+regarded regard VERB VBN NULL
+them -PRON- PRON PRP NULL
+as as ADP IN NULL
+neither neither DET DT NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+the the DET DT NULL
+great great ADJ JJ NULL
+gulf gulf NOUN NN NULL
+between between ADP IN NULL
+us -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+Europe Europe PROPN NNP LOC
+has have VERB VBZ NULL
+had have VERB VBN NULL
+five five NUM CD CARDINAL
+wars war NOUN NNS NULL
+in in ADP IN NULL
+seventy seventy NUM CD DATE
+- - PUNCT HYPH DATE
+five five NUM CD DATE
+years year NOUN NNS DATE
+! ! PUNCT . NULL
+
+
+People People NOUN NNS NULL
+tried try VERB VBD NULL
+hard hard ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+anyhow anyhow ADV RB NULL
+not not ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+— — PUNCT NFP NULL
+a a DET DT NULL
+credit- credit- ADJ JJ NULL
+able able ADJ JJ NULL
+trait trait NOUN NN NULL
+in in ADP IN NULL
+human human ADJ JJ NULL
+nature nature NOUN NN NULL
+when when ADV WRB NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+too too ADV RB NULL
+expensive expensive ADJ JJ NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+was be VERB VBD NULL
+true true ADJ JJ NULL
+all all DET PDT NULL
+the the DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+Nazi Nazi PROPN NNP NORP
+is be VERB VBZ NULL
+congenitally congenitally ADV RB NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+his -PRON- DET PRP$ NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+never never ADV RB NULL
+the the DET DT NULL
+least least ADJ JJS NULL
+real real ADJ JJ NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+not not ADV RB NULL
+making make VERB VBG NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+German german ADJ JJ NORP
+War War PROPN NNP NULL
+every every DET DT NULL
+fifteen fifteen NUM CD NULL
+years year NOUN NNS NULL
+on on ADP IN NULL
+an an DET DT NULL
+average average NOUN NN NULL
+. . PUNCT . NULL
+
+
+Butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+are be VERB VBP NULL
+destructive destructive ADJ JJ NULL
+animals animal NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+no no DET DT NULL
+drinking drinking NOUN NN NULL
+to to ADP IN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+preparation preparation NOUN NN NULL
+for for ADP IN NULL
+, , PUNCT , NULL
+
+
+‘ ' PUNCT '' NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Day day NOUN NN NULL
+” " PUNCT '' NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+4 4 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+in in ADP IN NULL
+England England PROPN NNP GPE
+or or CCONJ CC NULL
+France France PROPN NNP GPE
+, , PUNCT , NULL
+let let VERB VB NULL
+alone alone ADV RB NULL
+in in ADP IN NULL
+poor poor ADJ JJ NULL
+little little ADJ JJ NULL
+Belgium Belgium PROPN NNP GPE
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+already already ADV RB NULL
+said say VERB VBN NULL
+how how ADV WRB NULL
+far far ADV RB NULL
+France France PROPN NNP GPE
+went go VERB VBD NULL
+to to PART TO NULL
+avoid avoid VERB VB NULL
+it -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+England England PROPN NNP GPE
+’s ’s PROPN NNP NULL
+“ “ PROPN NNP NULL
+contemptibly contemptibly ADV RB NULL
+small small ADJ JJ NULL
+army’—as army’—as PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+des- des- NOUN NN NULL
+cribed crib VERB VBD NULL
+it -PRON- PRON PRP NULL
+
+
+— — VERB MD NULL
+was be VERB VBD NULL
+not not ADV RB NULL
+designed design VERB VBN NULL
+or or CCONJ CC NULL
+ready ready ADJ JJ NULL
+for for ADP IN NULL
+continental continental ADJ JJ NULL
+war- war- NOUN NN NULL
+fare fare NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+characteristic characteristic NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+pounce pounce VERB VB NULL
+upon upon ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+living live VERB VBG NULL
+peaceably peaceably ADV RB NULL
+beside beside ADP IN NULL
+him -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+their -PRON- DET PRP$ NULL
+characteristic characteristic NOUN NN NULL
+never never ADV RB NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+late late ADJ JJ NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+had have VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+won win VERB VBD NULL
+, , PUNCT , NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+any any DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+began begin VERB VBD NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+really really ADV RB NULL
+after after ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+first first ADJ JJ ORDINAL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+were be VERB VBD NULL
+prelude prelude NOUN NN NULL
+and and CCONJ CC NULL
+preparation preparation NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bid bid NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+real real ADJ JJ NULL
+thing thing NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+working work VERB VBG NULL
+in in ADP IN NULL
+them -PRON- PRON PRP NULL
+for for ADP IN NULL
+generations generation NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+for for ADP IN NULL
+two two NUM CD CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+myself -PRON- PRON PRP NULL
+watched watch VERB VBN NULL
+it -PRON- PRON PRP NULL
+at at ADP IN NULL
+work work NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+seen see VERB VBN NULL
+the the DET DT NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NORP
+Empire Empire PROPN NNP NULL
+corrupting corrupt VERB VBG NULL
+German german ADJ JJ NORP
+nature nature NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+philosopher philosopher NOUN NN NULL
+Nietzsche Nietzsche PROPN NNP PERSON
+foresaw foresaw NOUN NN NULL
+seventy seventy NUM CD DATE
+years year NOUN NNS DATE
+ago ago ADV RB DATE
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+had have VERB VBN NULL
+three three NUM CD CARDINAL
+elements element NOUN NNS NULL
+to to PART TO NULL
+work work VERB VB NULL
+on on ADP IN NULL
+, , PUNCT , NULL
+all all DET DT NULL
+of of ADP IN NULL
+which which DET WDT NULL
+are be VERB VBP NULL
+well well ADV RB NULL
+known known ADJ JJ NULL
+to to ADP IN NULL
+those those DET DT NULL
+with with ADP IN NULL
+any any DET DT NULL
+knowledge knowledge NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+psy- psy- NOUN NN NULL
+chology chology NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+three three NUM CD CARDINAL
+are be VERB VBP NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty Cruelty PROPN NNP NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+made make VERB VBN NULL
+personally personally ADV RB NULL
+and and CCONJ CC NULL
+painfully painfully ADV RB NULL
+aware aware ADJ JJ NULL
+of of ADP IN NULL
+these these DET DT NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+during during ADP IN NULL
+my -PRON- DET PRP$ NULL
+early early ADJ JJ DATE
+years year NOUN NNS DATE
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+are be VERB VBP NULL
+an an DET DT NULL
+infallible infallible ADJ JJ NULL
+guide guide NOUN NN NULL
+to to ADP IN NULL
+actions action NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+an an DET DT NULL
+example example NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+eighteen eighteen NUM CD DATE
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bitter bitter ADJ JJ NULL
+winter winter NOUN NN DATE
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+starving starve VERB VBG NULL
+German german ADJ JJ NORP
+lad lad NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+age age NOUN NN NULL
+stole steal VERB VBD NULL
+a a DET DT NULL
+cutlet cutlet NOUN NN NULL
+from from ADP IN NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+shop shop NOUN NN NULL
+and and CCONJ CC NULL
+bolted bolt VERB VBD NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+was be VERB VBD NULL
+pursued pursue VERB VBN NULL
+, , PUNCT , NULL
+caught catch VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kicked kick VERB VBD NULL
+into into ADP IN NULL
+a a DET DT NULL
+mess mess NOUN NN NULL
+— — X XX NULL
+not not ADV RB NULL
+by by ADP IN NULL
+toughs tough NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+by by ADP IN NULL
+apparently apparently ADV RB NULL
+ordinary ordinary ADJ JJ NULL
+citizens citizen NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+tried try VERB VBD NULL
+to to PART TO NULL
+intervene intervene VERB VB NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+was be VERB VBD NULL
+told tell VERB VBN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+I -PRON- PRON PRP NULL
+did do VERB VBD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+clear clear ADJ JJ NULL
+, , PUNCT , NULL
+I -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+served serve VERB VBN NULL
+in in ADP IN NULL
+the the DET DT NULL
+same same ADJ JJ NULL
+way way NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+mtany mtany NOUN NN NULL
+Germans Germans PROPN NNPS NORP
+who who PRON WP NULL
+dislike dislike VERB VBP NULL
+the the DET DT NULL
+habits habit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+as as ADV RB NULL
+much much ADV RB NULL
+as as ADP IN NULL
+we -PRON- PRON PRP NULL
+do do VERB VBP NULL
+. . PUNCT . NULL
+
+
+Unfortu- unfortu- INTJ UH NULL
+
+
+nately nately ADV RB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+never never ADV RB NULL
+there there ADV RB NULL
+on on ADP IN NULL
+The the DET DT DATE
+Day day NOUN NN DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+5 5 NUM CD NULL
+nation nation NOUN NN NULL
+
+
+— — PUNCT : NULL
+stertorously stertorously ADV RB NULL
+breathing breathe VERB VBG NULL
+Hymns Hymns PROPN NNP ORG
+of of ADP IN ORG
+Hate Hate PROPN NNP NULL
+— — PUNCT : NULL
+
+
+is be VERB VBZ NULL
+period- period- ADJ JJ NULL
+ically ically ADV RB NULL
+stampeded stampede VERB VBN NULL
+into into ADP IN NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+expansion expansion NOUN NN NULL
+, , PUNCT , NULL
+be be VERB VB NULL
+the the DET DT LOC
+Leader Leader PROPN NNP LOC
+Bismarck Bismarck PROPN NNP LOC
+, , PUNCT , NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+By by ADP IN NULL
+the the DET DT NULL
+way way NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Hymn Hymn PROPN NNP NULL
+of of ADP IN NULL
+Hate Hate PROPN NNP NULL
+against against ADP IN NULL
+England England PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+German german ADJ JJ NORP
+poem poem NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+last last ADJ JJ NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Ernst Ernst PROPN NNP ORG
+Lissauer Lissauer PROPN NNP ORG
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+Jew Jew PROPN NNP PERSON
+; ; PUNCT : NULL
+so so ADV RB NULL
+Hitler Hitler PROPN NNP PERSON
+could could VERB MD NULL
+not not ADV RB NULL
+use use VERB VB NULL
+it -PRON- PRON PRP NULL
+this this DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+had have VERB VBD NULL
+to to PART TO NULL
+have have VERB VB NULL
+instead instead ADV RB NULL
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+'re be VERB VBP NULL
+marching march VERB VBG NULL
+against against ADP IN NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ' PUNCT . NULL
+Quite quite DET PDT NULL
+a a DET DT NULL
+good good ADJ JJ NULL
+tune— tune— NOUN NN NULL
+relatively relatively ADV RB NULL
+doggerel doggerel NOUN NN NULL
+words word NOUN NNS NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+please please INTJ UH NULL
+note note VERB VB NULL
+that that ADP IN NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+is be VERB VBZ NULL
+always always ADV RB NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+‘ ‘ X ADD NULL
+
+
+hat hat NOUN NN NULL
+is be VERB VBZ NULL
+because because ADP IN NULL
+the the DET DT NULL
+British British PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+stirs stir VERB VBZ NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+envy envy VERB VB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+very very ADV RB NULL
+important important ADJ JJ NULL
+to to PART TO NULL
+recognize recognize VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+so so ADV RB NULL
+happened happen VERB VBD NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+failed fail VERB VBD NULL
+, , PUNCT , NULL
+though though ADP IN NULL
+it -PRON- PRON PRP NULL
+only only ADV RB NULL
+just just ADV RB NULL
+failed fail VERB VBD NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+that that DET DT NULL
+moment moment NOUN NN NULL
+the the DET DT NULL
+welkin welkin NOUN NN NULL
+rang rang VERB VB NULL
+with with ADP IN NULL
+German german ADJ JJ NORP
+grievances grievance NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+everyone everyone NOUN NN NULL
+was be VERB VBD NULL
+so so ADV RB NULL
+anxious anxious ADJ JJ NULL
+to to PART TO NULL
+forget forget VERB VB NULL
+the the DET DT NULL
+gratuitous gratuitous ADJ JJ NULL
+destruction destruction NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+they -PRON- PRON PRP NULL
+also also ADV RB NULL
+forgot forget VERB VBD NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+with with ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+conducted conduct VERB VBN NULL
+that that ADP IN NULL
+war— war— PROPN NNP NULL
+gas gas NOUN NN NULL
+, , PUNCT , NULL
+indiscriminate indiscriminate NOUN NN NULL
+sinkings sinking NOUN NNS NULL
+, , PUNCT , NULL
+mass mass NOUN NN NULL
+- - PUNCT HYPH NULL
+deportations deportation NOUN NNS NULL
+, , PUNCT , NULL
+cruelty cruelty NOUN NN NULL
+in in ADP IN NULL
+prison prison NOUN NN NULL
+- - PUNCT HYPH NULL
+camps camp NOUN NNS NULL
+— — X XX NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+type type NOUN NN NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+that that DET WDT NULL
+she -PRON- PRON PRP NULL
+had have VERB VBD NULL
+im- im- VERB VBN NULL
+posed pose VERB VBN NULL
+at at ADP IN NULL
+Brest Brest PROPN NNP ORG
+- - PUNCT HYPH ORG
+Litovsk Litovsk PROPN NNP ORG
+and and CCONJ CC NULL
+Bucharest Bucharest PROPN NNP GPE
+in in ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+when when ADV WRB NULL
+the the DET DT NULL
+aggressor aggressor NOUN NN NULL
+seemed seem VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+winning win VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+everything everything NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+blamed blame VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+‘ ‘ PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNPS NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+whining whine VERB VBG NULL
+bully bully ADV RB NULL
+must must VERB MD NULL
+be be VERB VB NULL
+picked pick VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+dusted dust VERB VBD NULL
+down down PART RP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+put put VERB VBD NULL
+on on PART RP NULL
+his -PRON- DET PRP$ NULL
+feet foot NOUN NNS NULL
+again again ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+soon soon ADV RB NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+back back ADV RB NULL
+on on ADP IN NULL
+his -PRON- DET PRP$ NULL
+perch perch NOUN NN NULL
+in in ADP IN NULL
+the the DET DT NULL
+thornhedge thornhedge NOUN NN NULL
+, , PUNCT , NULL
+preparing prepare VERB VBG NULL
+for for ADP IN NULL
+his -PRON- DET PRP$ NULL
+next next ADJ JJ NULL
+meal meal NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+destined destine VERB VBN NULL
+to to PART TO NULL
+be be VERB VB NULL
+a a DET DT NULL
+record record NOUN NN NULL
+one one NUM CD NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+the the DET DT NULL
+strange strange ADJ JJ NULL
+thing thing NOUN NN NULL
+was be VERB VBD NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+victims victim NOUN NNS NULL
+had have VERB VBD NULL
+contributed contribute VERB VBN NULL
+to to PART TO NULL
+put put VERB VB NULL
+him -PRON- PRON PRP NULL
+there there ADV RB NULL
+by by ADP IN NULL
+all all DET PDT NULL
+the the DET DT NULL
+means mean NOUN NNS NULL
+, , PUNCT , NULL
+including include VERB VBG NULL
+loans loan NOUN NNS NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+charitable charitable ADJ JJ NULL
+power power NOUN NN NULL
+. . PUNCT . NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+got get VERB VBD NULL
+nothing nothing NOUN NN NULL
+but but ADP IN NULL
+abuse abuse NOUN NN NULL
+for for ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+said say VERB VBD NULL
+just just ADV RB NULL
+now now ADV RB NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+always always ADV RB NULL
+seem seem VERB VBP NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+telling tell VERB VBG NULL
+- - PUNCT : NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+see see VERB VBP NULL
+one one NUM CD NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+uphill uphill ADJ JJ NULL
+work work NOUN NN NULL
+pointing point VERB VBG NULL
+out out PART RP NULL
+its -PRON- DET PRP$ NULL
+distinguishing distinguishing ADJ JJ NULL
+marks mark NOUN NNS NULL
+, , PUNCT , NULL
+unmistakable unmistakable ADJ JJ NULL
+though though ADP IN NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+to to ADP IN NULL
+any any DET DT NULL
+bird bird NOUN NN NULL
+- - PUNCT HYPH NULL
+lover lover NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNP NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+had have VERB VBD NULL
+practically practically ADV RB NULL
+6 6 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+mentality mentality NOUN NN NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+private private ADJ JJ NULL
+life life NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+family family NOUN NN NULL
+, , PUNCT , NULL
+Christianity Christianity PROPN NNP ORG
+and and CCONJ CC NULL
+culture culture NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+burning burning NOUN NN NULL
+of of ADP IN NULL
+books book NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+assaults assault NOUN NNS NULL
+on on ADP IN NULL
+the the DET DT NULL
+universities university NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Most Most ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT LAW
+‘ ' PUNCT `` LAW
+Treaty Treaty PROPN NNP LAW
+of of ADP IN LAW
+Versailles Versailles PROPN NNP LAW
+was be VERB VBD NULL
+dead dead ADJ JJ NULL
+long long ADV RB NULL
+before before ADP IN NULL
+1939 1939 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+remnants remnant NOUN NNS NULL
+were be VERB VBD NULL
+more more ADJ JJR NULL
+than than ADP IN NULL
+balanced balance VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+fact fact NOUN NN NULL
+that that ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+already already ADV RB NULL
+gained gain VERB VBN NULL
+more more ADJ JJR NULL
+— — PROPN NNP NULL
+Austria Austria PROPN NNP GPE
+and and CCONJ CC NULL
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+, , PUNCT , NULL
+for for ADP IN NULL
+example example NOUN NN NULL
+— — INTJ UH NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+lost lose VERB VBN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+had have VERB VBD NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+fact fact NOUN NN NULL
+, , PUNCT , NULL
+guzzled guzzle VERB VBD NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT GPE
+Austrian Austrian PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+that that DET WDT NULL
+Bismarck Bismarck PROPN NNP ORG
+had have VERB VBD NULL
+been be VERB VBN NULL
+intent intent ADJ JJ NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+out out ADP IN NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Appetite Appetite PROPN NNP NULL
+comes come VERB VBZ NULL
+in in ADP IN NULL
+eating eat VERB VBG NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+long long ADJ JJ NULL
+training training NOUN NN NULL
+in in ADP IN NULL
+militarism militarism NOUN NN NULL
+had have VERB VBD NULL
+led lead VERB VBN NULL
+inevitably inevitably ADV RB NULL
+first first ADV RB ORDINAL
+towards towards ADP IN NULL
+expansion expansion NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+and and CCONJ CC NULL
+then then ADV RB NULL
+towards towards ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+this this DET DT NULL
+urge urge NOUN NN NULL
+had have VERB VBD NULL
+become become VERB VBN NULL
+so so ADV RB NULL
+strong strong ADJ JJ NULL
+that that ADP IN NULL
+the the DET DT NULL
+temporary temporary ADJ JJ NULL
+set set NOUN NN NULL
+- - PUNCT HYPH NULL
+back back NOUN NN NULL
+of of ADP IN NULL
+1918 1918 NUM CD DATE
+would would VERB MD NULL
+in in ADP IN NULL
+no no DET DT NULL
+circumstances circumstance NOUN NNS NULL
+have have VERB VBP NULL
+sufficed suffice VERB VBN NULL
+to to PART TO NULL
+stem stem VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+After after ADP IN NULL
+a a DET DT NULL
+period period NOUN NN NULL
+of of ADP IN NULL
+disappointment disappointment NOUN NN NULL
+and and CCONJ CC NULL
+recovery recovery NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+— — PROPN NNP NULL
+moved move VERB VBN NULL
+by by ADP IN NULL
+what what PRON WP NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+writer writer NOUN NN NULL
+has have VERB VBZ NULL
+called call VERB VBN NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+snarling snarling NOUN NN NULL
+, , PUNCT , NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+resentment resentment NOUN NN NULL
+that that DET WDT NULL
+spread spread VERB VBD NULL
+throughout throughout ADP IN NULL
+Germany Germany PROPN NNP GPE
+after after ADP IN NULL
+1918”—would 1918”—would NUM CD NULL
+have have VERB VBP NULL
+had have VERB VBN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+fling fling NOUN NN NULL
+in in ADP IN NULL
+any any DET DT NULL
+event event NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+foiled foiled ADJ JJ NULL
+, , PUNCT , NULL
+not not ADV RB NULL
+repentant repentant ADJ JJ NULL
+. . PUNCT . NULL
+
+
+What what PRON WP NULL
+made make VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+a a DET DT NULL
+certainty certainty NOUN NN NULL
+was be VERB VBD NULL
+the the DET DT NULL
+advent advent NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+most most ADV RBS NULL
+horrible horrible ADJ JJ NULL
+oppression oppression NOUN NN NULL
+that that DET WDT NULL
+the the DET DT NULL
+world world NOUN NN NULL
+has have VERB VBZ NULL
+ever ever ADV RB NULL
+seen see VERB VBN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+tyranny tyranny NOUN NN NULL
+was be VERB VBD NULL
+brought bring VERB VBN NULL
+about about PART RP NULL
+and and CCONJ CC NULL
+guided guide VERB VBN NULL
+by by ADP IN NULL
+fanatical fanatical ADJ JJ NULL
+, , PUNCT , NULL
+efficient efficient ADJ JJ NULL
+gangsters gangster NOUN NNS NULL
+; ; PUNCT : NULL
+their -PRON- DET PRP$ NULL
+efficiency efficiency NOUN NN NULL
+worked work VERB VBD NULL
+up up PART RP NULL
+the the DET DT NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty cruelty NOUN NN NULL
+latent latent NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+countrymen countryman NOUN NNS NULL
+until until ADP IN NULL
+they -PRON- PRON PRP NULL
+produced produce VERB VBD NULL
+the the DET DT NULL
+Germany Germany PROPN NNP GPE
+of of ADP IN NULL
+today today NOUN NN DATE
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+has have VERB VBZ NULL
+capitalized capitalize VERB VBN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+strain strain NOUN NN NULL
+of of ADP IN NULL
+ill ill ADV RB NULL
+- - PUNCT HYPH NULL
+defined define VERB VBN NULL
+mysticism mysticism NOUN NN NULL
+
+
+— — X XX NULL
+a a DET DT NULL
+blind blind ADJ JJ NULL
+faith faith NOUN NN NULL
+fed feed VERB VBN NULL
+on on ADP IN NULL
+phrases phrase NOUN NNS NULL
+about about ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+mission mission NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+destiny destiny NOUN NN NULL
+, , PUNCT , NULL
+which which DET WDT NULL
+thrives thrive VERB VBZ NULL
+on on ADP IN NULL
+blind blind ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to PART TO NULL
+blind blind VERB VB NULL
+doctrines doctrine NOUN NNS NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+explanation explanation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+otherwise otherwise ADV RB NULL
+inexplicable inexplicable ADJ JJ NULL
+bestialities bestiality NOUN NNS NULL
+com- com- NOUN NN NULL
+mitted mitte VERB VBN NULL
+by by ADP IN NULL
+Germany Germany PROPN NNP GPE
+in in ADP IN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+methodical methodical ADJ JJ NULL
+obliteration obliteration NOUN NN NULL
+from from ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+of of ADP IN NULL
+defenceless defenceless ADJ JJ NULL
+townlets townlet NOUN NNS NULL
+and and CCONJ CC NULL
+villages village NOUN NNS NULL
+in in ADP IN NULL
+order order NOUN NN NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+refugees refugee NOUN NNS NULL
+out out PART RP NULL
+to to PART TO NULL
+block block VERB VB NULL
+the the DET DT NULL
+roads road NOUN NNS NULL
+; ; PUNCT : NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+7 7 NUM CD NULL
+the the DET DT NULL
+crushing crushing NOUN NN NULL
+of of ADP IN NULL
+fugitive fugitive ADJ JJ NULL
+civilians civilian NOUN NNS NULL
+by by ADP IN NULL
+tanks tank NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine- machine- NOUN NN NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+merchant merchant NOUN NN NULL
+- - PUNCT HYPH NULL
+seamen seamen NOUN NN NULL
+and and CCONJ CC NULL
+lightship lightship NOUN NN NULL
+- - PUNCT HYPH NULL
+keepers keeper NOUN NNS NULL
+in in ADP IN NULL
+the the DET DT NULL
+water water NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+seamen seaman NOUN NNS NULL
+even even ADV RB NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+rescue rescue VERB VB NULL
+Germans Germans PROPN NNPS NORP
+, , PUNCT , NULL
+the the DET DT NULL
+systematic systematic ADJ JJ NULL
+bombing bombing NOUN NN NULL
+of of ADP IN NULL
+hospitals hospital NOUN NNS NULL
+and and CCONJ CC NULL
+hospital hospital NOUN NN NULL
+ships ship NOUN NNS NULL
+. . PUNCT . NULL
+
+
+These these DET DT NULL
+“ " PUNCT `` NULL
+knights knight NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+’ ' PUNCT -RRB- NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+are be VERB VBP NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+we -PRON- PRON PRP NULL
+hope hope VERB VBP NULL
+to to PART TO NULL
+cleanse cleanse VERB VB NULL
+the the DET DT NULL
+sky sky NOUN NN NULL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+To to PART TO NULL
+do do VERB VB NULL
+all all DET PDT NULL
+these these DET DT NULL
+things thing NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+no no DET DT NULL
+Briton Briton PROPN NNP PERSON
+could could VERB MD NULL
+or or CCONJ CC NULL
+would would VERB MD NULL
+do do VERB VB NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+can can VERB MD NULL
+find find VERB VB NULL
+a a DET DT NULL
+large large ADJ JJ NULL
+supply supply NOUN NN NULL
+of of ADP IN NULL
+cold cold ADJ JJ NULL
+- - PUNCT HYPH NULL
+blooded blooded ADJ JJ NULL
+young young ADJ JJ NULL
+barbarians barbarian NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+are be VERB VBP NULL
+not not ADV RB NULL
+only only ADV RB NULL
+willing willing ADJ JJ NULL
+to to PART TO NULL
+do do VERB VB NULL
+them -PRON- PRON PRP NULL
+but but CCONJ CC NULL
+revel revel VERB VB NULL
+in in ADP IN NULL
+doing do VERB VBG NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+, , PUNCT , NULL
+equally equally ADV RB NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+expect expect VERB VBP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+receive receive VERB VB NULL
+, , PUNCT , NULL
+chivalrous chivalrous ADJ JJ NULL
+treatment treatment NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+caught catch VERB VBN NULL
+. . PUNCT . NULL
+
+
+Ah ah INTJ UH NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+life life NOUN NN NULL
+consisted consist VERB VBD NULL
+only only ADV RB NULL
+of of ADP IN NULL
+easy easy ADJ JJ NULL
+shooting shooting NOUN NN NULL
+! ! PUNCT . NULL
+
+
+That that DET DT NULL
+would would VERB MD NULL
+be be VERB VB NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+’s ’s PROPN NNP NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+Paradise Paradise PROPN NNP ORG
+. . PUNCT . NULL
+
+
+Do Do VERB VBP NULL
+you -PRON- PRON PRP NULL
+want want VERB VB NULL
+full full ADJ JJ NULL
+proof proof NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Then then ADV RB NULL
+read read VERB VB NULL
+the the DET DT NULL
+Polish Polish PROPN NNP NULL
+Black Black PROPN NNP NULL
+Book Book PROPN NNP NULL
+. . PUNCT . NULL
+
+
+Read read VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+one one NUM CD NULL
+of of ADP IN NULL
+you -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+word word NOUN NN NULL
+of of ADP IN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+beginning begin VERB VBG NULL
+with with ADP IN NULL
+the the DET DT NULL
+introduc- introduc- ADJ JJ NULL
+tion tion NOUN NN NULL
+by by ADP IN NULL
+the the DET DT NULL
+Archbishop Archbishop PROPN NNP LOC
+of of ADP IN NULL
+York York PROPN NNP NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+: : PUNCT : NULL
+‘ ' PUNCT `` NULL
+
+
+This this DET DT NULL
+volume volume NOUN NN NULL
+supplies supply VERB VBZ NULL
+convincing convince VERB VBG NULL
+proof proof NOUN NN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+any any DET DT NULL
+were be VERB VBD NULL
+needed need VERB VBN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+the the DET DT NULL
+complete complete ADJ JJ NULL
+ruthlessness ruthlessness NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+methods method NOUN NNS NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+If if ADP IN NULL
+this this DET DT NULL
+tale tale NOUN NN NULL
+of of ADP IN NULL
+horror horror NOUN NN NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+enough enough ADJ JJ NULL
+, , PUNCT , NULL
+read read VERB VB NULL
+what what PRON WP NULL
+Cardinal Cardinal PROPN NNP PERSON
+Mercier Mercier PROPN NNP PERSON
+said say VERB VBD NULL
+about about ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+atrocities atrocity NOUN NNS NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+said say VERB VBD NULL
+simply simply ADV RB NULL
+: : PUNCT : NULL
+“ “ VERB VB NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+transcends transcend VERB VBZ NULL
+the the DET DT NULL
+limits limit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+probable probable ADJ JJ NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+It -PRON- PRON PRP NULL
+does do VERB VBZ NULL
+indeed indeed ADV RB NULL
+. . PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+read read VERB VB NULL
+Marshal Marshal PROPN NNP PERSON
+Foch Foch PROPN NNP PERSON
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+‘ ' PUNCT `` NULL
+the the DET DT NULL
+army army NOUN NN NULL
+of of ADP IN NULL
+clever clever ADJ JJ NULL
+and and CCONJ CC NULL
+convinced convinced ADJ JJ NULL
+criminals criminal NOUN NNS NULL
+whom whom PRON WP NULL
+Prussian- Prussian- PROPN NNP NULL
+ized ize VERB VBD NULL
+Germany Germany PROPN NNP GPE
+let let VERB VBD NULL
+loose loose ADJ JJ NULL
+— — ADV RBS NULL
+in in ADP IN NULL
+defiance defiance NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+treaties treaty NOUN NNS NULL
+— — PUNCT -LRB- NULL
+upon upon ADP IN NULL
+the the DET DT NULL
+peaceful peaceful ADJ JJ NULL
+population population NOUN NN NULL
+of of ADP IN NULL
+Europe Europe PROPN NNP LOC
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+His -PRON- DET PRP$ NULL
+colleague colleague NOUN NN NULL
+, , PUNCT , NULL
+Marshal Marshal PROPN NNP PERSON
+Pétain Pétain PROPN NNP PERSON
+, , PUNCT , NULL
+was be VERB VBD NULL
+more more ADV RBR NULL
+confiding confiding NOUN NN NULL
+. . PUNCT . NULL
+
+
+Before before ADP IN NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+us— us— ADV RB NULL
+I -PRON- PRON PRP NULL
+shall shall VERB MD NULL
+say say VERB VB NULL
+nothing nothing NOUN NN NULL
+here here ADV RB NULL
+of of ADP IN NULL
+that that DET DT NULL
+pitiful pitiful ADJ JJ NULL
+episode episode NOUN NN NULL
+
+
+— — INTJ UH NULL
+
+
+he -PRON- PRON PRP NULL
+dreamed dream VERB VBD NULL
+of of ADP IN NULL
+an an DET DT NULL
+honourable honourable ADJ JJ NULL
+peace peace NOUN NN NULL
+between between ADP IN NULL
+soldiers soldier NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+said say VERB VBD NULL
+that that ADP IN NULL
+“ “ NOUN NN NULL
+he -PRON- PRON PRP NULL
+gave give VERB VBD NULL
+himself -PRON- PRON PRP NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+for for ADP IN NULL
+that that DET DT NULL
+purpose purpose NOUN NN NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+. . PUNCT . NULL
+
+
+Alas alas INTJ UH PERSON
+, , PUNCT , NULL
+he -PRON- PRON PRP NULL
+thereby thereby ADV RB NULL
+gave give VERB VBD NULL
+Franee Franee PROPN NNP PERSON
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+was be VERB VBD NULL
+greater great ADJ JJR NULL
+than than ADP IN NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+. . PUNCT . NULL
+
+
+France France PROPN NNP GPE
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+now now ADV RB NULL
+being be VERB VBG NULL
+devoured devour VERB VBN NULL
+. . PUNCT . NULL
+
+
+If if ADP IN NULL
+you -PRON- PRON PRP NULL
+study study VERB VBP NULL
+the the DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+larder larder NOUN NN NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+soon soon ADV RB NULL
+be be VERB VB NULL
+convinced convince VERB VBN NULL
+that that ADP IN NULL
+you -PRON- PRON PRP NULL
+x x SYM SYM NULL
+
+
+* * PUNCT NFP NULL
+* * PUNCT NFP NULL
+8 8 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+can can AUX MD NULL
+not not ADV RB NULL
+possibly possibly ADV RB NULL
+make make VERB VB NULL
+honourable honourable ADJ JJ NULL
+terms term NOUN NNS NULL
+with with ADP IN NULL
+a a DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+will will VERB MD NULL
+always always ADV RB NULL
+insist insist VERB VB NULL
+on on ADP IN NULL
+eating eat VERB VBG NULL
+you -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+given give VERB VBN NULL
+every every DET DT NULL
+chance chance NOUN NN NULL
+to to PART TO NULL
+change change VERB VB NULL
+its -PRON- DET PRP$ NULL
+habits habit NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+not not ADV RB NULL
+done do VERB VBN NULL
+so so ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+extraordinary extraordinary ADJ JJ NULL
+how how ADV WRB NULL
+many many ADJ JJ NULL
+patient patient ADJ JJ NULL
+people people NOUN NNS NULL
+have have VERB VBP NULL
+trusted trust VERB VBN NULL
+the the DET DT NULL
+creature creature NOUN NN NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+said say VERB VBD NULL
+on on ADP IN NULL
+the the DET DT DATE
+first first ADJ JJ DATE
+day day NOUN NN DATE
+of of ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+that that DET WDT NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+wage wage VERB VB NULL
+it -PRON- PRON PRP NULL
+on on ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+; ; PUNCT : NULL
+yet yet CCONJ CC NULL
+that that DET DT NULL
+is be VERB VBZ NULL
+exactly exactly ADV RB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+did do VERB VBD NULL
+from from ADP IN NULL
+the the DET DT NULL
+start start NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+when when ADV WRB NULL
+did do VERB VBD NULL
+Hitler Hitler PROPN NNP PERSON
+ever ever ADV RB NULL
+keep keep VERB VB NULL
+his -PRON- DET PRP$ NULL
+word word NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Literally literally ADV RB NULL
+never never ADV RB NULL
+once once ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+there there ADV EX NULL
+is be VERB VBZ NULL
+nothing nothing NOUN NN NULL
+new new ADJ JJ NULL
+in in ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+Frederick frederick VERB VB PERSON
+the the DET DT PERSON
+Great Great PROPN NNP PERSON
+was be VERB VBD NULL
+an an DET DT NULL
+adept adept ADJ JJ NULL
+in in ADP IN NULL
+perfidy perfidy NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+did do VERB VBD NULL
+Bethmann Bethmann PROPN NNP ORG
+- - PUNCT HYPH ORG
+Hollweg Hollweg PROPN NNP ORG
+call call VERB VBP NULL
+a a DET DT NULL
+solemn solemn ADJ JJ NULL
+treaty treaty NOUN NN NULL
+with with ADP IN NULL
+Prussia Prussia PROPN NNP ORG
+’s ’s PROPN NNP ORG
+signature signature NOUN NN NULL
+on on ADP IN NULL
+it -PRON- PRON PRP NULL
+? ? PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+A a DET DT NULL
+scrap scrap NOUN NN NULL
+of of ADP IN NULL
+paper paper NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+He -PRON- PRON PRP NULL
+could could VERB MD NULL
+have have VERB VB NULL
+bitten bite VERB VBN NULL
+his -PRON- DET PRP$ NULL
+tongue tongue NOUN NN NULL
+out out PART RP NULL
+the the DET DT NULL
+moment moment NOUN NN NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+said say VERB VBN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+in in ADP IN NULL
+four four NUM CD CARDINAL
+words word NOUN NNS NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+given give VERB VBN NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+German german ADJ JJ NORP
+show show NOUN NN NULL
+away away ADV RB NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+is be VERB VBZ NULL
+what what PRON WP NULL
+most most ADJ JJS NULL
+Germans Germans PROPN NNPS NORP
+really really ADV RB NULL
+think think VERB VBP NULL
+of of ADP IN NULL
+treaties treaty NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+a a DET DT NULL
+definite definite ADJ JJ NULL
+continuity continuity NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+outlook outlook NOUN NN NULL
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP PERSON
+announced announce VERB VBD NULL
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+after after ADP IN NULL
+1871 1871 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+Ribbentrop Ribbentrop PROPN NNP ORG
+and and CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+kept keep VERB VBD NULL
+saying say VERB VBG NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+with with ADP IN NULL
+every every DET DT NULL
+fresh fresh ADJ JJ NULL
+acquisition acquisition NOUN NN NULL
+, , PUNCT , NULL
+especially especially ADV RB NULL
+after after ADP IN NULL
+the the DET DT NULL
+annexation annexation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Sudetenland.1 Sudetenland.1 NOUN NNS NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+did do VERB VBD NULL
+
+
+n’t not ADV RB NULL
+mean mean VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+everyone everyone NOUN NN NULL
+can can VERB MD NULL
+now now ADV RB NULL
+plainly plainly ADV RB NULL
+see see VERB VB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+yet yet ADV RB NULL
+, , PUNCT , NULL
+long long ADV RB NULL
+after after ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+had have VERB VBD NULL
+broken break VERB VBN NULL
+out out PART RP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+well well ADV RB NULL
+- - PUNCT HYPH NULL
+known know VERB VBN NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Dean Dean PROPN NNP ORG
+Inge Inge PROPN NNP ORG
+, , PUNCT , NULL
+could could VERB MD NULL
+write write VERB VB NULL
+of of ADP IN NULL
+Hitler Hitler PROPN NNP ORG
+’s ’s PROPN NNP ORG
+“ “ PROPN NNP NULL
+
+
+‘ ‘ PART POS NULL
+fibs”—a fibs”—a PROPN NNP NULL
+striking strike VERB VBG NULL
+case case NOUN NN NULL
+of of ADP IN NULL
+ecclesiastical ecclesiastical ADJ JJ NULL
+charity charity NOUN NN NULL
+. . PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+people people NOUN NNS NULL
+were be VERB VBD NULL
+so so ADV RB NULL
+indulgent indulgent ADJ JJ NULL
+and and CCONJ CC NULL
+credulous credulous ADJ JJ NULL
+towards towards ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+, , PUNCT , NULL
+particularly particularly ADV RB NULL
+in in ADP IN NULL
+view view NOUN NN NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+foul foul ADJ JJ NULL
+and and CCONJ CC NULL
+turgid turgid ADJ JJ NULL
+
+
+1 1 NUM CD NULL
+“ “ PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+neither neither CCONJ CC NULL
+intends intend VERB VBZ NULL
+to to PART TO NULL
+interfere interfere VERB VB NULL
+in in ADP IN NULL
+the the DET DT NULL
+internal internal ADJ JJ NULL
+affairs affair NOUN NNS NULL
+of of ADP IN NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+nor nor CCONJ CC NULL
+to to PART TO NULL
+conclude conclude VERB VB NULL
+an an DET DT NULL
+Anschluss.’’— anschluss.’’— NOUN NN NULL
+HITLER HITLER PROPN NNP NULL
+, , PUNCT , NULL
+1935 1935 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+After after ADP IN NULL
+three three NUM CD DATE
+years year NOUN NNS DATE
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+regard regard VERB VB NULL
+the the DET DT NULL
+struggle struggle NOUN NN NULL
+for for ADP IN NULL
+German german ADJ JJ NORP
+equality equality NOUN NN NULL
+as as ADP IN NULL
+concluded conclude VERB VBD NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+no no DET DT NULL
+territorial territorial ADJ JJ NULL
+demands demand NOUN NNS NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe.’’—HIT Europe.’’—HIT PROPN NNP PERSON
+Ler Ler PROPN NNP PERSON
+, , PUNCT , NULL
+1936 1936 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Sudetenland Sudetenland PROPN NNP GPE
+is be VERB VBZ NULL
+the the DET DT NULL
+/ast /ast ADJ JJ NULL
+territorial territorial ADJ JJ NULL
+claim claim NOUN NN NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+” " PUNCT '' NULL
+—HIt —hit ADP IN NULL
+ter ter NOUN NN NULL
+, , PUNCT , NULL
+1938 1938 NUM CD NULL
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+broke break VERB VBD NULL
+up up PART RP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+—HITLER —hitler NOUN NN NULL
+, , PUNCT , NULL
+1939 1939 NUM CD DATE
+. . PUNCT . NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+9 9 NUM CD NULL
+book book NOUN NN NULL
+, , PUNCT , NULL
+Mein Mein PROPN NNP PERSON
+Kampf Kampf PROPN NNP PERSON
+, , PUNCT , NULL
+cribbed cribbed NOUN NN NULL
+largely largely ADV RB NULL
+from from ADP IN NULL
+a a DET DT NULL
+renegade renegade NOUN NN NULL
+Englishman Englishman PROPN NNP NORP
+, , PUNCT , NULL
+Houston Houston PROPN NNP GPE
+Stewart Stewart PROPN NNP PERSON
+Chamberlain Chamberlain PROPN NNP PERSON
+, , PUNCT , NULL
+who who PRON WP NULL
+wrote write VERB VBD NULL
+a a DET DT NULL
+deal deal NOUN NN NULL
+of of ADP IN NULL
+rubbish rubbish NOUN NN NULL
+in in ADP IN NULL
+German German PROPN NNP NORP
+? ? PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+modern modern ADJ JJ NULL
+Ger- Ger- PROPN NNP NULL
+many many ADJ JJ NULL
+has have VERB VBZ NULL
+surrendered surrender VERB VBN NULL
+itself -PRON- PRON PRP NULL
+to to ADP IN NULL
+one one NUM CD NULL
+who who PRON WP NULL
+wanted want VERB VBD NULL
+war war NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+he -PRON- PRON PRP NULL
+himself -PRON- PRON PRP NULL
+said say VERB VBD NULL
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+
+
+fifty fifty NUM CD DATE
+years year NOUN NNS DATE
+old old ADJ JJ DATE
+— — PUNCT NFP NULL
+
+
+he -PRON- PRON PRP NULL
+just just ADV RB NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+wait wait VERB VB NULL
+until until ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+fifty fifty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+five five NUM CD CARDINAL
+? ? PUNCT . NULL
+
+
+The the DET DT NULL
+answer answer NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+the the DET DT NULL
+rem- rem- ADJ JJ NULL
+nants nant NOUN NNS NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+conscience conscience NOUN NN NULL
+are be VERB VBP NULL
+easily easily ADV RB NULL
+satisfied satisfied ADJ JJ NULL
+by by ADP IN NULL
+the the DET DT NULL
+drug drug NOUN NN NULL
+of of ADP IN NULL
+mechanical mechanical ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to ADP IN NULL
+any any DET DT NULL
+order order NOUN NN NULL
+, , PUNCT , NULL
+however however ADV RB NULL
+cruel cruel ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Prussianism prussianism NOUN NN NULL
+, , PUNCT , NULL
+militarism militarism NOUN NN NULL
+, , PUNCT , NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+conquest conquest NOUN NN NULL
+, , PUNCT , NULL
+Nazism Nazism PROPN NNP NULL
+—that —that DET DT NULL
+sequence sequence NOUN NN NULL
+has have VERB VBZ NULL
+made make VERB VBN NULL
+Germans Germans PROPN NNPS NORP
+the the DET DT NULL
+exponents exponent NOUN NNS NULL
+of of ADP IN NULL
+every every DET DT NULL
+imaginable imaginable ADJ JJ NULL
+variety variety NOUN NN NULL
+of of ADP IN NULL
+dirty dirty ADJ JJ NULL
+fighting fighting NOUN NN NULL
+and and CCONJ CC NULL
+foul foul ADJ JJ NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Incidentally incidentally ADV RB NULL
+, , PUNCT , NULL
+Nazis nazi NOUN NNS NORP
+have have VERB VBP NULL
+some some DET DT NULL
+very very ADV RB NULL
+odd odd ADJ JJ NULL
+notions notion NOUN NNS NULL
+of of ADP IN NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+adjutant adjutant NOUN NN NULL
+of of ADP IN NULL
+Julius Julius PROPN NNP PERSON
+Streicher Streicher PROPN NNP PERSON
+, , PUNCT , NULL
+chief chief NOUN NN NULL
+Nazi Nazi PROPN NNP NORP
+pur- pur- NOUN NN NULL
+veyor veyor NOUN NN NULL
+of of ADP IN NULL
+smut smut NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+urging urge VERB VBG NULL
+children child NOUN NNS NULL
+to to PART TO NULL
+play play VERB VB NULL
+football football NOUN NN NULL
+instead instead ADV RB NULL
+of of ADP IN NULL
+going go VERB VBG NULL
+to to ADP IN NULL
+church church NOUN NN NULL
+; ; PUNCT : NULL
+
+
+“ “ NOUN NN NULL
+
+
+‘ ‘ X ADD NULL
+
+
+but but CCONJ CC NULL
+, , PUNCT , NULL
+” " PUNCT '' NULL
+he -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+, , PUNCT , NULL
+“ " PUNCT `` NULL
+
+
+‘ ‘ X XX NULL
+
+
+if if ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+your -PRON- DET PRP$ NULL
+comrades comrade NOUN NNS NULL
+will will VERB MD NULL
+not not ADV RB NULL
+play play VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+beat beat VERB VBD NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+he -PRON- PRON PRP NULL
+drops drop VERB VBZ NULL
+dead dead ADJ JJ NULL
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+Sad sad ADJ JJ PERSON
+stuff stuff NOUN NN NULL
+! ! PUNCT . NULL
+
+
+But but CCONJ CC NULL
+it -PRON- PRON PRP NULL
+catches catch VERB VBZ NULL
+on on PART RP NULL
+and and CCONJ CC NULL
+spreads spread NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Cruelty cruelty NOUN NN NULL
+has have VERB VBZ NULL
+grown grow VERB VBN NULL
+with with ADP IN NULL
+every every DET DT NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+embarked embark VERB VBN NULL
+, , PUNCT , NULL
+each each DET DT NULL
+time time NOUN NN NULL
+swearing swear VERB VBG NULL
+raucously raucously ADV RB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+attacked attack VERB VBN NULL
+by by ADP IN NULL
+someone someone NOUN NN NULL
+half half DET PDT NULL
+her -PRON- DET PRP$ NULL
+size size NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+degradation degradation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+human human ADJ JJ NULL
+species specie NOUN NNS NULL
+would would VERB MD NULL
+have have VERB VB NULL
+astonished astonish VERB VBN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+believed believe VERB VBD NULL
+that that ADP IN NULL
+progress progress NOUN NN NULL
+was be VERB VBD NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+automatic automatic ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+taught teach VERB VBN NULL
+a a DET DT NULL
+tortured tortured ADJ JJ NULL
+world world NOUN NN NULL
+that that ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+easier easy ADJ JJR NULL
+to to PART TO NULL
+go go VERB VB NULL
+back- back- ADJ JJ NULL
+wards ward NOUN NNS NULL
+towards towards ADP IN NULL
+barbarism barbarism NOUN NN NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+go go VERB VB NULL
+forward forward ADV RB NULL
+to to ADP IN NULL
+a a DET DT NULL
+higher high ADJ JJR NULL
+civilization civilization NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+we -PRON- PRON PRP NULL
+were be VERB VBD NULL
+to to PART TO NULL
+fail fail VERB VB NULL
+in in ADP IN NULL
+standing stand VERB VBG NULL
+up up PART RP NULL
+to to ADP IN NULL
+her -PRON- PRON PRP NULL
+, , PUNCT , NULL
+the the DET DT NULL
+clock clock NOUN NN NULL
+would would VERB MD NULL
+go go VERB VB NULL
+back back ADV RB NULL
+by by ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+and and CCONJ CC NULL
+for for ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+. . PUNCT . NULL
+
+
+Indeed indeed ADV RB NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+worse bad ADJ JJR NULL
+even even ADV RB NULL
+than than ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+distinguished distinguished ADJ JJ NULL
+American American PROPN NNP NORP
+has have VERB VBZ NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+to to PART TO NULL
+compare compare VERB VB NULL
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+is be VERB VBZ NULL
+an an DET DT NULL
+insult insult NOUN NN NULL
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+. . PUNCT . NULL
+
+
+A a DET DT DATE
+year year NOUN NN DATE
+ago ago ADV RB DATE
+today today NOUN NN DATE
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+we -PRON- PRON PRP NULL
+are be VERB VBP NULL
+fighting fight VERB VBG NULL
+evil evil ADJ JJ NULL
+things thing NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+wonder wonder VERB VBP NULL
+if if ADP IN NULL
+even even ADV RB NULL
+now now ADV RB NULL
+the the DET DT NULL
+world world NOUN NN NULL
+realizes realize VERB VBZ NULL
+how how ADV WRB NULL
+evil evil ADJ JJ NULL
+. . PUNCT . NULL
+
+
+One one NUM CD CARDINAL
+of of ADP IN NULL
+the the DET DT NULL
+first first ADJ JJ ORDINAL
+“ “ NOUN NN NULL
+
+
+‘ ‘ PART POS NULL
+sights sight NOUN NNS NULL
+” " PUNCT '' NULL
+that that DET WDT NULL
+I -PRON- PRON PRP NULL
+saw see VERB VBD NULL
+as as ADP IN NULL
+a a DET DT NULL
+boy boy NOUN NN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+
+
+10 10 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+relics relic NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+mediaeval mediaeval ADJ JJ NULL
+torture torture NOUN NN NULL
+chamber chamber NOUN NN NULL
+at at ADP IN NULL
+Niirn- Niirn- PROPN NNP NULL
+berg berg NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+assure assure VERB VB NULL
+you -PRON- PRON PRP NULL
+that that ADP IN NULL
+tortures torture NOUN NNS NULL
+are be VERB VBP NULL
+practised practise VERB VBN NULL
+in in ADP IN NULL
+modern modern ADJ JJ NULL
+Germany Germany PROPN NNP GPE
+on on ADP IN NULL
+a a DET DT NULL
+scale scale NOUN NN NULL
+that that DET WDT NULL
+puts put VERB VBZ NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+into into ADP IN NULL
+the the DET DT NULL
+shade shade NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+enormity enormity NOUN NN NULL
+and and CCONJ CC NULL
+ferocity ferocity NOUN NN NULL
+of of ADP IN NULL
+those those DET DT NULL
+tor- tor- NOUN NN NULL
+tures ture NOUN NNS NULL
+are be VERB VBP NULL
+almost almost ADV RB NULL
+beyond beyond ADP IN NULL
+belief belief NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT ORG
+Marquis Marquis PROPN NNP ORG
+de de X FW ORG
+Sade Sade PROPN NNP ORG
+, , PUNCT , NULL
+who who PRON WP NULL
+has have VERB VBZ NULL
+given give VERB VBN NULL
+his -PRON- DET PRP$ NULL
+name name NOUN NN NULL
+to to ADP IN NULL
+Sadism Sadism PROPN NNP NULL
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+pretty pretty ADV RB NULL
+foul foul ADJ JJ NULL
+creature creature NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+taken take VERB VBN NULL
+the the DET DT NULL
+strongest strong ADJ JJS NULL
+exception exception NOUN NN NULL
+to to ADP IN NULL
+having have VERB VBG NULL
+the the DET DT NULL
+word word NOUN NN NULL
+Sadism Sadism PROPN NNP NORP
+applied apply VERB VBD NULL
+to to ADP IN NULL
+present present ADJ JJ NULL
+practices practice NOUN NNS NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+only only ADV RB NULL
+have have VERB VB NULL
+turned turn VERB VBN NULL
+in in PART RP NULL
+his -PRON- DET PRP$ NULL
+grave grave NOUN NN NULL
+; ; PUNCT : NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+sat sit VERB VBN NULL
+bolt bolt NOUN NN NULL
+upright upright ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Never never ADV RB NULL
+before before ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+Chris- Chris- PROPN NNP NULL
+tian tian ADJ JJ NULL
+country country NOUN NN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+indeed indeed ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+land land NOUN NN NULL
+or or CCONJ CC NULL
+period period NOUN NN NULL
+, , PUNCT , NULL
+has have VERB VBZ NULL
+there there ADV EX NULL
+been be VERB VBN NULL
+anything anything NOUN NN NULL
+like like ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+concentration concentration NOUN NN NULL
+- - PUNCT HYPH NULL
+camp camp NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+then then ADV RB NULL
+the the DET DT ORG
+Nazi Nazi PROPN NNP ORG
+Government Government PROPN NNP ORG
+is be VERB VBZ NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+no no DET DT NULL
+time time NOUN NN NULL
+here here ADV RB NULL
+to to PART TO NULL
+dilate dilate VERB VB NULL
+- - PUNCT : NULL
+on on ADP IN NULL
+the the DET DT NULL
+persecution persecution NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+churches church NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+just just ADV RB NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+two two NUM CD CARDINAL
+or or CCONJ CC NULL
+three three NUM CD CARDINAL
+quotations quotation NOUN NNS NULL
+that that DET WDT NULL
+tell tell VERB VBP NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+story story NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+Proclamation Proclamation PROPN NNP NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NULL
+Faith Faith PROPN NNP NULL
+Movement Movement PROPN NNP NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+The the DET DT NULL
+Cross Cross PROPN NNP NULL
+must must VERB MD NULL
+fall fall VERB VB NULL
+to to PART TO NULL
+make make VERB VB NULL
+Germany Germany PROPN NNP GPE
+live live VERB VB NULL
+.... .... PUNCT . NULL
+
+
+The the DET DT NULL
+Christian christian ADJ JJ NORP
+religion religion NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+destroyed destroy VERB VBN NULL
+... ... PUNCT NFP NULL
+. . PUNCT . NULL
+
+
+Jesus Jesus PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+himself -PRON- PRON PRP NULL
+, , PUNCT , NULL
+- - PUNCT HYPH NULL
+speaking speak VERB VBG NULL
+to to ADP IN NULL
+Mussolini Mussolini PROPN NNP PERSON
+: : PUNCT : NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Christianity Christianity PROPN NNP NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+Bolshevism Bolshevism PROPN NNP NULL
+of of ADP IN NULL
+Antiquity Antiquity PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+What what PRON WP NULL
+a a DET DT NULL
+precious precious ADJ JJ NULL
+pair pair NOUN NN NULL
+of of ADP IN NULL
+scholars scholar NOUN NNS NULL
+! ! PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Herr Herr PROPN NNP PERSON
+Kerrl Kerrl PROPN NNP PERSON
+, , PUNCT , NULL
+the the DET DT NULL
+Minister Minister PROPN NNP NULL
+for for ADP IN NULL
+Ecclesiastical Ecclesiastical PROPN NNP NULL
+Affairs Affairs PROPN NNPS NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Fuehrer Fuehrer PROPN NNP WORK_OF_ART
+is be VERB VBZ NULL
+the the DET DT NULL
+carrier carrier NOUN NN NULL
+of of ADP IN NULL
+a a DET DT NULL
+new new ADJ JJ NULL
+Revelation Revelation PROPN NNP ORG
+.... .... PUNCT NFP NULL
+
+
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+true true ADJ JJ NULL
+Holy Holy PROPN NNP NULL
+Ghost Ghost PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+I -PRON- PRON PRP NULL
+need need VERB VBP NULL
+not not ADV RB NULL
+multiply multiply VERB VB NULL
+these these DET DT NULL
+blasphemies blasphemy NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+millions million NOUN NNS CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+They -PRON- PRON PRP NULL
+admit admit VERB VBP NULL
+of of ADP IN NULL
+no no DET DT NULL
+doubt doubt NOUN NN NULL
+or or CCONJ CC NULL
+argument argument NOUN NN NULL
+as.to as.to PROPN NNP NULL
+the the DET DT NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+nature nature NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+régime régime NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+Pastor Pastor PROPN NNP PERSON
+Niemédller Niemédller PROPN NNP PERSON
+said say VERB VBD NULL
+: : PUNCT : NULL
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+feel feel VERB VBP NULL
+obliged obliged ADJ JJ NULL
+to to PART TO NULL
+express express VERB VB NULL
+our -PRON- DET PRP$ NULL
+concern concern NOUN NN NULL
+at at ADP IN NULL
+honours honour NOUN NNS NULL
+being be VERB VBG NULL
+bestowed bestow VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Fuehrer Fuehrer PROPN NNP FAC
+which which DET WDT NULL
+are be VERB VBP NULL
+due due ADJ JJ NULL
+only only ADV RB NULL
+to to ADP IN NULL
+God God PROPN NNP NULL
+. . PUNCT . NULL
+” " PUNCT '' NULL
+
+
+And and CCONJ CC NULL
+no no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+saying say VERB VBG NULL
+so so ADV RB NULL
+, , PUNCT , NULL
+Niemdller Niemdller PROPN NNP PERSON
+was be VERB VBD NULL
+clapped clap VERB VBN NULL
+into into ADP IN NULL
+solitary solitary ADJ JJ NULL
+confinement confinement NOUN NN NULL
+for for ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Christianity Christianity PROPN NNP ORG
+rejected reject VERB VBN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+gentle gentle ADJ JJ NULL
+to to PART TO NULL
+be be VERB VB NULL
+compatible compatible ADJ JJ NULL
+with with ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Jesus Jesus PROPN NNP PERSON
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+He -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+a a DET DT NULL
+kingdom kingdom NOUN NN NULL
+not not ADV RB NULL
+of of ADP IN NULL
+this this DET DT NULL
+world world NOUN NN NULL
+. . PUNCT . NULL
+
+
+
\ No newline at end of file
diff --git a/test_files/sporada.vrt b/test_files/sporada.vrt
new file mode 100644
index 0000000..c182571
--- /dev/null
+++ b/test_files/sporada.vrt
@@ -0,0 +1,4225 @@
+
+
+
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+
+
+I -PRON- PRON PRP NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES happinesses NOUN NN NULL
+
+
+In in ADP IN NULL
+1907 1907 NUM CD DATE
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+crossing cross VERB VBG NULL
+the the DET DT LOC
+Black Black PROPN NNP LOC
+Sea Sea PROPN NNP LOC
+in in ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+spring spring NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+rigging rig VERB VBG NULL
+was be VERB VBD NULL
+full full ADJ JJ NULL
+of of ADP IN NULL
+bright bright ADV RB NULL
+- - PUNCT HYPH NULL
+coloured coloured ADJ JJ NULL
+birds bird NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+noticed notice VERB VBD NULL
+one one NUM CD NULL
+among among ADP IN NULL
+them -PRON- PRON PRP NULL
+in in ADP IN NULL
+particular particular ADJ JJ NULL
+, , PUNCT , NULL
+strongly strongly ADV RB NULL
+marked mark VERB VBN NULL
+, , PUNCT , NULL
+heavier heavier ADV RBR NULL
+- - PUNCT HYPH NULL
+beaked beaked ADJ JJ NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+every every DET DT NULL
+now now ADV RB NULL
+and and CCONJ CC NULL
+then then ADV RB NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+spring spring VERB VB NULL
+upon upon ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+the the DET DT NULL
+smaller small ADJ JJR NULL
+, , PUNCT , NULL
+unsuspecting unsuspecting ADJ JJ NULL
+birds bird NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kill kill VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+shrike shrike NOUN NN NULL
+or or CCONJ CC NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+steadily steadily ADV RB NULL
+destroying destroy VERB VBG NULL
+all all DET PDT NULL
+its -PRON- DET PRP$ NULL
+fellows fellow NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+I -PRON- PRON PRP NULL
+am be VERB VBP NULL
+a a DET DT NULL
+bird- bird- ADJ JJ NULL
+lover lover NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+only only ADV RB NULL
+had have VERB VBD NULL
+a a DET DT NULL
+revolver revolver NOUN NN NULL
+handy handy ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+took take VERB VBD NULL
+me -PRON- PRON PRP NULL
+the the DET DT DATE
+whole whole ADJ JJ DATE
+day day NOUN NN DATE
+to to PART TO NULL
+get get VERB VB NULL
+that that DET DT NULL
+
+
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+while while ADP IN NULL
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+doing do VERB VBG NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+thought thought NOUN NN NULL
+flew fly VERB VBD NULL
+across across ADP IN NULL
+my -PRON- DET PRP$ NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+never never ADV RB NULL
+again again ADV RB NULL
+left leave VERB VBD NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+on on ADP IN NULL
+that that DET DT NULL
+German german ADJ JJ NORP
+ship ship NOUN NN NULL
+behaved behave VERB VBD NULL
+exactly exactly ADV RB NULL
+like like ADP IN NULL
+Germany Germany PROPN NNP GPE
+behaves behave NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+twenty twenty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+six six NUM CD CARDINAL
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+life life NOUN NN NULL
+looked look VERB VBD NULL
+pretty pretty ADV RB NULL
+good— good— NOUN NN NULL
+or or CCONJ CC NULL
+should should VERB MD NULL
+have have VERB VB NULL
+looked look VERB VBN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+there there ADV EX NULL
+were be VERB VBD NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+of of ADP IN NULL
+a a DET DT NULL
+sort sort NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+already already ADV RB NULL
+I -PRON- PRON PRP NULL
+could could VERB MD NULL
+feel feel VERB VB NULL
+the the DET DT NULL
+shadow shadow NOUN NN NULL
+on on ADP IN NULL
+them -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+I -PRON- PRON PRP NULL
+had have VERB VBD NULL
+spent spend VERB VBN NULL
+long long ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+know know VERB VB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+would would VERB MD NULL
+bring bring VERB VB NULL
+on on PART RP NULL
+her -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+as as ADV RB NULL
+soon soon ADV RB NULL
+as as ADP IN NULL
+she -PRON- PRON PRP NULL
+thought think VERB VBD NULL
+the the DET DT NULL
+going go VERB VBG NULL
+good good ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Now now ADV RB NULL
+, , PUNCT , NULL
+think think VERB VB NULL
+for for ADP IN NULL
+a a DET DT NULL
+moment moment NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+’s ’s PROPN NNP NULL
+record record NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+well well ADV RB NULL
+said say VERB VBN NULL
+by by ADP IN NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+social social ADJ JJ NULL
+historian historian NOUN NN NULL
+that that DET WDT NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+rise rise NOUN NN NULL
+of of ADP IN NULL
+Nazism Nazism PROPN NNP NORP
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+extends extend VERB VBZ NULL
+over over ADP IN NULL
+three three NUM CD NULL
+genera- genera- ADJ JJ NULL
+tions tion NOUN NNS NULL
+” " PUNCT '' NULL
+. . PUNCT . NULL
+
+
+Nazi nazi ADV RB NORP
+. . PUNCT . NULL
+
+
+methods method NOUN NNS NULL
+are be VERB VBP NULL
+certainly certainly ADV RB NULL
+deep deep ADV RB NULL
+- - PUNCT HYPH NULL
+rooted root VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP GPE
+’s ’s PROPN NNP NULL
+resort resort NOUN NN NULL
+to to ADP IN NULL
+forgery forgery NOUN NN NULL
+— — X XX NULL
+to to PART TO NULL
+make make VERB VB NULL
+sure sure ADJ JJ NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+in in ADP IN NULL
+1870—was 1870—was NUM CD DATE
+thought think VERB VBD NULL
+clever clever ADJ JJ NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+if if ADP IN NULL
+a a DET DT NULL
+little little ADJ JJ NULL
+original original ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Since since ADP IN NULL
+then then ADV RB NULL
+forgery forgery NOUN NN NULL
+has have VERB VBZ NULL
+become become VERB VBN NULL
+endemic endemic ADJ JJ NULL
+: : PUNCT : NULL
+for for ADP IN NULL
+
+
+I -PRON- PRON PRP NULL
+
+
+2 2 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+years year NOUN NNS NULL
+
+
+now now ADV RB NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+an an DET DT NULL
+integral integral ADJ JJ NULL
+, , PUNCT , NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+system system NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+German german ADJ JJ NORP
+State state NOUN NN ORG
+- - PUNCT HYPH NULL
+paper paper NOUN NN NULL
+is be VERB VBZ NULL
+ever ever ADV RB NULL
+issued issue VERB VBN NULL
+that that DET WDT NULL
+does do VERB VBZ NULL
+not not ADV RB NULL
+bristle bristle VERB VB NULL
+with with ADP IN NULL
+falsification falsification NOUN NN NULL
+, , PUNCT , NULL
+no no DET DT NULL
+German german ADJ JJ NORP
+communiqué communiqué NOUN NN NULL
+that that DET WDT NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+compounded compound VERB VBN NULL
+of of ADP IN NULL
+lies lie NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Anyone Anyone NOUN NN NULL
+henceforth henceforth ADV RB NULL
+who who PRON WP NULL
+believes believe VERB VBZ NULL
+in in ADP IN NULL
+any any DET DT NULL
+German german ADJ JJ NORP
+official official ADJ JJ NULL
+publication publication NOUN NN NULL
+qualifies qualifie NOUN NNS NULL
+auto- auto- VERB VBZ NULL
+matically matically ADV RB NULL
+as as ADP IN NULL
+a a DET DT NULL
+professional professional ADJ JJ NULL
+dupe dupe NOUN NN NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+by by ADP IN NULL
+hook hook NOUN NN NULL
+and and CCONJ CC NULL
+by by ADP IN NULL
+crook crook NOUN NN NULL
+
+
+— — PUNCT : NULL
+
+
+especially especially ADV RB NULL
+crook crook ADJ JJ NULL
+
+
+— — PUNCT NFP NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+got get VERB VBD NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+each each DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+
+
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+mounted mount VERB VBD NULL
+; ; PUNCT : NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1864 1864 NUM CD DATE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+higher high ADJ JJR NULL
+in in ADP IN NULL
+1870 1870 NUM CD DATE
+than than ADP IN NULL
+in in ADP IN NULL
+1866 1866 NUM CD DATE
+. . PUNCT . NULL
+
+
+Each each DET DT NULL
+of of ADP IN NULL
+these these DET DT NULL
+wars war NOUN NNS NULL
+was be VERB VBD NULL
+carefully carefully ADV RB NULL
+planned plan VERB VBN NULL
+and and CCONJ CC NULL
+provoked provoke VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+Then then ADV RB NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1905 1905 NUM CD DATE
+it -PRON- PRON PRP NULL
+nearly nearly ADV RB NULL
+got get VERB VBD NULL
+another another DET DT NULL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+submitted submit VERB VBD NULL
+to to ADP IN NULL
+the the DET DT NULL
+humiliation humiliation NOUN NN NULL
+of of ADP IN NULL
+throwing throw VERB VBG NULL
+overboard overboard ADV RB NULL
+their -PRON- DET PRP$ NULL
+Foreign Foreign PROPN NNP NULL
+Minister Minister PROPN NNP NULL
+, , PUNCT , NULL
+Monsieur Monsieur PROPN NNP PERSON
+Delcassé Delcassé PROPN NNP PERSON
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+before before ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+they -PRON- PRON PRP NULL
+recoiled recoil VERB VBD NULL
+again again ADV RB NULL
+and and CCONJ CC NULL
+again again ADV RB NULL
+rather rather ADV RB NULL
+than than ADP IN NULL
+give give VERB VB NULL
+Germany Germany PROPN NNP GPE
+any any DET DT NULL
+pretext pretext NOUN NN NULL
+for for ADP IN NULL
+turning turn VERB VBG NULL
+Europe Europe PROPN NNP LOC
+into into ADP IN NULL
+a a DET DT NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+bath bath NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+another another DET DT NULL
+narrow narrow ADJ JJ NULL
+squeak squeak NOUN NN NULL
+in in ADP IN NULL
+1911 1911 NUM CD DATE
+, , PUNCT , NULL
+but but CCONJ CC NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+landed land VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+right right ADV RB NULL
+enough enough ADV RB NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+the the DET DT NULL
+crescendo crescendo NOUN NN NULL
+mounted mount VERB VBD NULL
+formidably formidably ADV RB NULL
+; ; PUNCT : NULL
+stakes stake NOUN NNS NULL
+and and CCONJ CC NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+bill bill NOUN NN NULL
+went go VERB VBD NULL
+rocketing rocket VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+had have VERB VBD NULL
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+to to PART TO NULL
+say say VERB VB NULL
+about about ADP IN NULL
+that that DET DT NULL
+? ? PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+in in ADP IN NULL
+Mein Mein PROPN NNP GPE
+Kampf Kampf PROPN NNP GPE
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+I -PRON- PRON PRP NULL
+sank sink VERB VBD NULL
+down down PART RP NULL
+upon upon ADP IN NULL
+my -PRON- DET PRP$ NULL
+knees knee NOUN NNS NULL
+and and CCONJ CC NULL
+thanked thank VERB VBD NULL
+heaven heaven PROPN NNP NULL
+out out ADP IN NULL
+of of ADP IN NULL
+the the DET DT NULL
+fullness fullness NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+heart heart NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+favour favour NOUN NN NULL
+of of ADP IN NULL
+being be VERB VBG NULL
+per- per- NOUN NNS NULL
+mitted mitte VERB VBN NULL
+to to PART TO NULL
+live live VERB VB NULL
+in in ADP IN NULL
+such such DET PDT NULL
+a a DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+
+
+But but CCONJ CC NULL
+do do VERB VB NULL
+n’t not ADV RB NULL
+think think VERB VB NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+is be VERB VBZ NULL
+, , PUNCT , NULL
+an an DET DT NULL
+exception exception NOUN NN NULL
+. . PUNCT . NULL
+
+
+As as ADV RB NULL
+early early ADV RB NULL
+as as ADP IN NULL
+the the DET DT NULL
+Franco Franco PROPN NNP NULL
+- - PUNCT HYPH NULL
+Prussian Prussian PROPN NNP NULL
+War War PROPN NNP NULL
+of of ADP IN NULL
+1870 1870 NUM CD DATE
+the the DET DT NULL
+King King PROPN NNP NULL
+of of ADP IN NULL
+Prussia Prussia PROPN NNP NULL
+was be VERB VBD NULL
+continually continually ADV RB NULL
+thanking thank VERB VBG NULL
+God God PROPN NNP NULL
+in in ADP IN NULL
+letters letter NOUN NNS NULL
+to to ADP IN NULL
+his -PRON- DET PRP$ NULL
+wife wife NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+number number NOUN NN NULL
+of of ADP IN NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+men man NOUN NNS NULL
+whom whom PRON WP NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+killed kill VERB VBN NULL
+. . PUNCT . NULL
+
+
+Even even ADV RB NULL
+to to ADP IN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+this this DET DT NULL
+seemed seem VERB VBD NULL
+insufferable insufferable ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+I -PRON- PRON PRP NULL
+think think VERB VBP NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+Punch Punch PROPN NNP NULL
+that that DET WDT NULL
+pub- pub- VERB VBZ NULL
+lished lishe VERB VBN NULL
+a a DET DT NULL
+parody parody NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+correspondence correspondence NOUN NN NULL
+: : PUNCT : NULL
+
+
+Thanks thank NOUN NNS NULL
+to to ADP IN NULL
+the’Lord the’Lord PROPN NNP NULL
+, , PUNCT , NULL
+my -PRON- DET PRP$ NULL
+dear dear ADJ JJ NULL
+Augusta Augusta PROPN NNP PERSON
+, , PUNCT , NULL
+We -PRON- PRON PRP NULL
+’ve have VERB VB NULL
+hit hit VERB VBD NULL
+the the DET DT NULL
+French French PROPN NNP NORP
+an an DET DT NULL
+awful awful ADJ JJ NULL
+buster buster NOUN NN NULL
+. . PUNCT . NULL
+
+
+Ten ten NUM CD CARDINAL
+thousand thousand NUM CD CARDINAL
+Frenchmen Frenchmen PROPN NNPS NORP
+sent send VERB VBD NULL
+below below ADV RB NULL
+! ! PUNCT . NULL
+
+
+Praise praise VERB VB NULL
+God God PROPN NNP NULL
+from from ADP IN NULL
+whom whom PRON WP NULL
+all all DET DT NULL
+blessings blessing NOUN NNS NULL
+flow flow VERB VBP NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+
+
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+3 3 NUM CD NULL
+
+
+For for ADP IN NULL
+generations generation NOUN NNS NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+not not ADV RB NULL
+only only ADV RB NULL
+the the DET DT NULL
+earth earth NOUN NN NULL
+but but CCONJ CC NULL
+heaven heaven PROPN NNP NULL
+. . PUNCT . NULL
+
+
+When when ADV WRB NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+found find VERB VBD NULL
+that that ADP IN NULL
+heaven heaven PROPN NNP NULL
+could could VERB MD NULL
+not not ADV RB NULL
+be be VERB VB NULL
+annexed annex VERB VBN NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+discarded discard VERB VBD NULL
+it -PRON- PRON PRP NULL
+altogether altogether ADV RB NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+can can VERB MD NULL
+see see VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+did do VERB VBD NULL
+n’t not ADV RB NULL
+come come VERB VB NULL
+from from ADP IN NULL
+nowhere nowhere ADV RB NULL
+. . PUNCT . NULL
+
+
+In in ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+exultation exultation NOUN NN NULL
+and and CCONJ CC NULL
+sniffing sniffing NOUN NN NULL
+of of ADP IN NULL
+carnage carnage NOUN NN NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+never never ADV RB NULL
+occurred occur VERB VBD NULL
+to to ADP IN NULL
+him -PRON- PRON PRP NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+that that ADP IN NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happi- happi- NOUN NN NULL
+nesses ness NOUN NNS NULL
+were be VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+lined line VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+knocked knock VERB VBD NULL
+down down PART RP NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+’s ’s PROPN NNP NULL
+mind mind NOUN NN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+working work VERB VBG NULL
+on on ADP IN NULL
+those those DET DT NULL
+lines line NOUN NNS NULL
+. . PUNCT . NULL
+
+
+You -PRON- PRON PRP NULL
+may may VERB MD NULL
+think think VERB VB NULL
+it -PRON- PRON PRP NULL
+strange strange ADJ JJ NULL
+that that ADP IN NULL
+anyone anyone NOUN NN NULL
+should should VERB MD NULL
+thank thank VERB VB NULL
+heaven heaven PROPN NNP NULL
+—why —why NOUN NN PERSON
+heaven?—for heaven?—for ADP IN NULL
+the the DET DT NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+wholesale wholesale ADJ JJ NULL
+slaughter slaughter NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+see see VERB VB NULL
+from from ADP IN NULL
+what what PRON WP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+just just ADV RB NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+one one NUM CD NULL
+with with ADP IN NULL
+the the DET DT NULL
+past past NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+was be VERB VBD NULL
+
+
+Der Der PROPN NNP NULL
+Tag—‘‘The Tag—‘‘The PROPN NNP NULL
+Day’”—that day’”—that PRON WP NULL
+had have VERB VBD NULL
+been be VERB VBN NULL
+toasted toast VERB VBN NULL
+all all ADV RB NULL
+over over ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+those those DET DT NULL
+of of ADP IN NULL
+us -PRON- PRON PRP NULL
+who who PRON WP NULL
+had have VERB VBD NULL
+lived live VERB VBN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+long long ADV RB NULL
+known know VERB VBN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+being be VERB VBG NULL
+toasted toast VERB VBN NULL
+and and CCONJ CC NULL
+lived live VERB VBD NULL
+for for ADP IN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+therefore therefore ADV RB NULL
+not not ADV RB NULL
+surprising surprising ADJ JJ NULL
+that that ADP IN NULL
+last last ADJ JJ DATE
+year year NOUN NN DATE
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+began begin VERB VBD NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+was be VERB VBD NULL
+so so ADV RB NULL
+overjoyed overjoyed ADJ JJ NULL
+at at ADP IN NULL
+the the DET DT EVENT
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+determined determined ADJ JJ NULL
+to to PART TO NULL
+have have VERB VB NULL
+a a DET DT NULL
+fifth fifth ADJ JJ ORDINAL
+all all DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+no no DET DT NULL
+stone stone NOUN NN NULL
+unturned unturned ADJ JJ NULL
+to to PART TO NULL
+ensure ensure VERB VB NULL
+and and CCONJ CC NULL
+prepare prepare VERB VB NULL
+for for ADP IN NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+must must VERB MD NULL
+be be VERB VB NULL
+clear clear ADJ JJ NULL
+to to ADP IN NULL
+anyone anyone NOUN NN NULL
+who who PRON WP NULL
+looks look VERB VBZ NULL
+back back ADV RB NULL
+over over ADP IN NULL
+the the DET DT DATE
+years year NOUN NNS DATE
+, , PUNCT , NULL
+though though ADP IN NULL
+the the DET DT NULL
+sheer sheer NOUN NN NULL
+beastly beastly ADV RB NULL
+folly folly NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+thing thing NOUN NN NULL
+made make VERB VBD NULL
+decent decent ADJ JJ NULL
+people people NOUN NNS NULL
+believe believe VERB VB NULL
+it -PRON- PRON PRP NULL
+to to PART TO NULL
+be be VERB VB NULL
+impossible impossible ADJ JJ NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+youth youth NOUN NN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+people people NOUN NNS NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+taught teach VERB VBN NULL
+to to PART TO NULL
+regard regard VERB VB NULL
+great great ADJ JJ NULL
+wars war NOUN NNS NULL
+as as ADP IN NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+salutary salutary ADJ JJ NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+regarded regard VERB VBN NULL
+them -PRON- PRON PRP NULL
+as as ADP IN NULL
+neither neither DET DT NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+the the DET DT NULL
+great great ADJ JJ NULL
+gulf gulf NOUN NN NULL
+between between ADP IN NULL
+us -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+Europe Europe PROPN NNP LOC
+has have VERB VBZ NULL
+had have VERB VBN NULL
+five five NUM CD CARDINAL
+wars war NOUN NNS NULL
+in in ADP IN NULL
+seventy seventy NUM CD DATE
+- - PUNCT HYPH DATE
+five five NUM CD DATE
+years year NOUN NNS DATE
+! ! PUNCT . NULL
+
+
+People People NOUN NNS NULL
+tried try VERB VBD NULL
+hard hard ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+anyhow anyhow ADV RB NULL
+not not ADV RB NULL
+to to PART TO NULL
+believe believe VERB VB NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+— — PUNCT NFP NULL
+a a DET DT NULL
+credit- credit- ADJ JJ NULL
+able able ADJ JJ NULL
+trait trait NOUN NN NULL
+in in ADP IN NULL
+human human ADJ JJ NULL
+nature nature NOUN NN NULL
+when when ADV WRB NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+too too ADV RB NULL
+expensive expensive ADJ JJ NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+was be VERB VBD NULL
+true true ADJ JJ NULL
+all all DET PDT NULL
+the the DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+Nazi Nazi PROPN NNP NORP
+is be VERB VBZ NULL
+congenitally congenitally ADV RB NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+his -PRON- DET PRP$ NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+never never ADV RB NULL
+the the DET DT NULL
+least least ADJ JJS NULL
+real real ADJ JJ NULL
+chance chance NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+not not ADV RB NULL
+making make VERB VBG NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+German german ADJ JJ NORP
+War War PROPN NNP NULL
+every every DET DT NULL
+fifteen fifteen NUM CD NULL
+years year NOUN NNS NULL
+on on ADP IN NULL
+an an DET DT NULL
+average average NOUN NN NULL
+. . PUNCT . NULL
+
+
+Butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+are be VERB VBP NULL
+destructive destructive ADJ JJ NULL
+animals animal NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+was be VERB VBD NULL
+no no DET DT NULL
+drinking drinking NOUN NN NULL
+to to ADP IN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+preparation preparation NOUN NN NULL
+for for ADP IN NULL
+, , PUNCT , NULL
+
+
+‘ ' PUNCT '' NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Day day NOUN NN NULL
+” " PUNCT '' NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+4 4 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+in in ADP IN NULL
+England England PROPN NNP GPE
+or or CCONJ CC NULL
+France France PROPN NNP GPE
+, , PUNCT , NULL
+let let VERB VB NULL
+alone alone ADV RB NULL
+in in ADP IN NULL
+poor poor ADJ JJ NULL
+little little ADJ JJ NULL
+Belgium Belgium PROPN NNP GPE
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+already already ADV RB NULL
+said say VERB VBN NULL
+how how ADV WRB NULL
+far far ADV RB NULL
+France France PROPN NNP GPE
+went go VERB VBD NULL
+to to PART TO NULL
+avoid avoid VERB VB NULL
+it -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+England England PROPN NNP GPE
+’s ’s PROPN NNP NULL
+“ “ PROPN NNP NULL
+contemptibly contemptibly ADV RB NULL
+small small ADJ JJ NULL
+army’—as army’—as PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+des- des- NOUN NN NULL
+cribed crib VERB VBD NULL
+it -PRON- PRON PRP NULL
+
+
+— — VERB MD NULL
+was be VERB VBD NULL
+not not ADV RB NULL
+designed design VERB VBN NULL
+or or CCONJ CC NULL
+ready ready ADJ JJ NULL
+for for ADP IN NULL
+continental continental ADJ JJ NULL
+war- war- NOUN NN NULL
+fare fare NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+characteristic characteristic NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+pounce pounce VERB VB NULL
+upon upon ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+living live VERB VBG NULL
+peaceably peaceably ADV RB NULL
+beside beside ADP IN NULL
+him -PRON- PRON PRP NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+their -PRON- DET PRP$ NULL
+characteristic characteristic NOUN NN NULL
+never never ADV RB NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+late late ADJ JJ NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+had have VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+won win VERB VBD NULL
+, , PUNCT , NULL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+before before ADP IN NULL
+any any DET DT NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+neighbours neighbour NOUN NNS NULL
+began begin VERB VBD NULL
+to to PART TO NULL
+suspect suspect VERB VB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+really really ADV RB NULL
+after after ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+was be VERB VBD NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+first first ADJ JJ ORDINAL
+three three NUM CD CARDINAL
+wars war NOUN NNS NULL
+were be VERB VBD NULL
+prelude prelude NOUN NN NULL
+and and CCONJ CC NULL
+preparation preparation NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+fourth fourth ADJ JJ ORDINAL
+war war NOUN NN NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bid bid NOUN NN NULL
+for for ADP IN NULL
+the the DET DT NULL
+real real ADJ JJ NULL
+thing thing NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+working work VERB VBG NULL
+in in ADP IN NULL
+them -PRON- PRON PRP NULL
+for for ADP IN NULL
+generations generation NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+for for ADP IN NULL
+two two NUM CD CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+myself -PRON- PRON PRP NULL
+watched watch VERB VBN NULL
+it -PRON- PRON PRP NULL
+at at ADP IN NULL
+work work NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+seen see VERB VBN NULL
+the the DET DT NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NORP
+Empire Empire PROPN NNP NULL
+corrupting corrupt VERB VBG NULL
+German german ADJ JJ NORP
+nature nature NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+philosopher philosopher NOUN NN NULL
+Nietzsche Nietzsche PROPN NNP PERSON
+foresaw foresaw NOUN NN NULL
+seventy seventy NUM CD DATE
+years year NOUN NNS DATE
+ago ago ADV RB DATE
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+had have VERB VBN NULL
+three three NUM CD CARDINAL
+elements element NOUN NNS NULL
+to to PART TO NULL
+work work VERB VB NULL
+on on ADP IN NULL
+, , PUNCT , NULL
+all all DET DT NULL
+of of ADP IN NULL
+which which DET WDT NULL
+are be VERB VBP NULL
+well well ADV RB NULL
+known known ADJ JJ NULL
+to to ADP IN NULL
+those those DET DT NULL
+with with ADP IN NULL
+any any DET DT NULL
+knowledge knowledge NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+psy- psy- NOUN NN NULL
+chology chology NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+three three NUM CD CARDINAL
+are be VERB VBP NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty Cruelty PROPN NNP NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+made make VERB VBN NULL
+personally personally ADV RB NULL
+and and CCONJ CC NULL
+painfully painfully ADV RB NULL
+aware aware ADJ JJ NULL
+of of ADP IN NULL
+these these DET DT NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+during during ADP IN NULL
+my -PRON- DET PRP$ NULL
+early early ADJ JJ DATE
+years year NOUN NNS DATE
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+character- character- ADJ JJ NULL
+istics istic NOUN NNS NULL
+are be VERB VBP NULL
+an an DET DT NULL
+infallible infallible ADJ JJ NULL
+guide guide NOUN NN NULL
+to to ADP IN NULL
+actions action NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+an an DET DT NULL
+example example NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+was be VERB VBD NULL
+eighteen eighteen NUM CD DATE
+at at ADP IN NULL
+the the DET DT NULL
+time time NOUN NN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+a a DET DT NULL
+bitter bitter ADJ JJ NULL
+winter winter NOUN NN DATE
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+starving starve VERB VBG NULL
+German german ADJ JJ NORP
+lad lad NOUN NN NULL
+of of ADP IN NULL
+my -PRON- DET PRP$ NULL
+own own ADJ JJ NULL
+age age NOUN NN NULL
+stole steal VERB VBD NULL
+a a DET DT NULL
+cutlet cutlet NOUN NN NULL
+from from ADP IN NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+’s ’s PROPN NNP ORG
+shop shop NOUN NN NULL
+and and CCONJ CC NULL
+bolted bolt VERB VBD NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+was be VERB VBD NULL
+pursued pursue VERB VBN NULL
+, , PUNCT , NULL
+caught catch VERB VBN NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+kicked kick VERB VBD NULL
+into into ADP IN NULL
+a a DET DT NULL
+mess mess NOUN NN NULL
+— — X XX NULL
+not not ADV RB NULL
+by by ADP IN NULL
+toughs tough NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+by by ADP IN NULL
+apparently apparently ADV RB NULL
+ordinary ordinary ADJ JJ NULL
+citizens citizen NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+tried try VERB VBD NULL
+to to PART TO NULL
+intervene intervene VERB VB NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+was be VERB VBD NULL
+told tell VERB VBN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+I -PRON- PRON PRP NULL
+did do VERB VBD NULL
+n’t not ADV RB NULL
+stand stand VERB VB NULL
+clear clear ADJ JJ NULL
+, , PUNCT , NULL
+I -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+served serve VERB VBN NULL
+in in ADP IN NULL
+the the DET DT NULL
+same same ADJ JJ NULL
+way way NOUN NN NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+mtany mtany NOUN NN NULL
+Germans Germans PROPN NNPS NORP
+who who PRON WP NULL
+dislike dislike VERB VBP NULL
+the the DET DT NULL
+habits habit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+as as ADV RB NULL
+much much ADV RB NULL
+as as ADP IN NULL
+we -PRON- PRON PRP NULL
+do do VERB VBP NULL
+. . PUNCT . NULL
+
+
+Unfortu- unfortu- INTJ UH NULL
+
+
+nately nately ADV RB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+never never ADV RB NULL
+there there ADV RB NULL
+on on ADP IN NULL
+The the DET DT DATE
+Day day NOUN NN DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+5 5 NUM CD NULL
+nation nation NOUN NN NULL
+
+
+— — PUNCT : NULL
+stertorously stertorously ADV RB NULL
+breathing breathe VERB VBG NULL
+Hymns Hymns PROPN NNP ORG
+of of ADP IN ORG
+Hate Hate PROPN NNP NULL
+— — PUNCT : NULL
+
+
+is be VERB VBZ NULL
+period- period- ADJ JJ NULL
+ically ically ADV RB NULL
+stampeded stampede VERB VBN NULL
+into into ADP IN NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+expansion expansion NOUN NN NULL
+, , PUNCT , NULL
+be be VERB VB NULL
+the the DET DT LOC
+Leader Leader PROPN NNP LOC
+Bismarck Bismarck PROPN NNP LOC
+, , PUNCT , NULL
+Kaiser Kaiser PROPN NNP PERSON
+or or CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+By by ADP IN NULL
+the the DET DT NULL
+way way NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Hymn Hymn PROPN NNP NULL
+of of ADP IN NULL
+Hate Hate PROPN NNP NULL
+against against ADP IN NULL
+England England PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+best good ADJ JJS NULL
+German german ADJ JJ NORP
+poem poem NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+last last ADJ JJ NULL
+war war NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Ernst Ernst PROPN NNP ORG
+Lissauer Lissauer PROPN NNP ORG
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+Jew Jew PROPN NNP PERSON
+; ; PUNCT : NULL
+so so ADV RB NULL
+Hitler Hitler PROPN NNP PERSON
+could could VERB MD NULL
+not not ADV RB NULL
+use use VERB VB NULL
+it -PRON- PRON PRP NULL
+this this DET DT NULL
+time time NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+had have VERB VBD NULL
+to to PART TO NULL
+have have VERB VB NULL
+instead instead ADV RB NULL
+: : PUNCT : NULL
+
+
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+'re be VERB VBP NULL
+marching march VERB VBG NULL
+against against ADP IN NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+’ ' PUNCT . NULL
+Quite quite DET PDT NULL
+a a DET DT NULL
+good good ADJ JJ NULL
+tune— tune— NOUN NN NULL
+relatively relatively ADV RB NULL
+doggerel doggerel NOUN NN NULL
+words word NOUN NNS NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+please please INTJ UH NULL
+note note VERB VB NULL
+that that ADP IN NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+is be VERB VBZ NULL
+always always ADV RB NULL
+England England PROPN NNP GPE
+. . PUNCT . NULL
+
+
+‘ ‘ X ADD NULL
+
+
+hat hat NOUN NN NULL
+is be VERB VBZ NULL
+because because ADP IN NULL
+the the DET DT NULL
+British British PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+stirs stir VERB VBZ NULL
+Germany Germany PROPN NNP GPE
+to to PART TO NULL
+envy envy VERB VB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+very very ADV RB NULL
+important important ADJ JJ NULL
+to to PART TO NULL
+recognize recognize VERB VB NULL
+this this DET DT NULL
+. . PUNCT . NULL
+
+
+Well well INTJ UH NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+so so ADV RB NULL
+happened happen VERB VBD NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fourth Fourth PROPN NNP EVENT
+War War PROPN NNP EVENT
+failed fail VERB VBD NULL
+, , PUNCT , NULL
+though though ADP IN NULL
+it -PRON- PRON PRP NULL
+only only ADV RB NULL
+just just ADV RB NULL
+failed fail VERB VBD NULL
+. . PUNCT . NULL
+
+
+From from ADP IN NULL
+that that DET DT NULL
+moment moment NOUN NN NULL
+the the DET DT NULL
+welkin welkin NOUN NN NULL
+rang rang VERB VB NULL
+with with ADP IN NULL
+German german ADJ JJ NORP
+grievances grievance NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+everyone everyone NOUN NN NULL
+was be VERB VBD NULL
+so so ADV RB NULL
+anxious anxious ADJ JJ NULL
+to to PART TO NULL
+forget forget VERB VB NULL
+the the DET DT NULL
+gratuitous gratuitous ADJ JJ NULL
+destruction destruction NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+four four NUM CD CARDINAL
+hundred hundred NUM CD CARDINAL
+million million NUM CD CARDINAL
+happinesses happiness NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+they -PRON- PRON PRP NULL
+also also ADV RB NULL
+forgot forget VERB VBD NULL
+the the DET DT NULL
+cruelty cruelty NOUN NN NULL
+with with ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+had have VERB VBD NULL
+conducted conduct VERB VBN NULL
+that that ADP IN NULL
+war— war— PROPN NNP NULL
+gas gas NOUN NN NULL
+, , PUNCT , NULL
+indiscriminate indiscriminate NOUN NN NULL
+sinkings sinking NOUN NNS NULL
+, , PUNCT , NULL
+mass mass NOUN NN NULL
+- - PUNCT HYPH NULL
+deportations deportation NOUN NNS NULL
+, , PUNCT , NULL
+cruelty cruelty NOUN NN NULL
+in in ADP IN NULL
+prison prison NOUN NN NULL
+- - PUNCT HYPH NULL
+camps camp NOUN NNS NULL
+— — X XX NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+type type NOUN NN NULL
+of of ADP IN NULL
+peace peace NOUN NN NULL
+that that DET WDT NULL
+she -PRON- PRON PRP NULL
+had have VERB VBD NULL
+im- im- VERB VBN NULL
+posed pose VERB VBN NULL
+at at ADP IN NULL
+Brest Brest PROPN NNP ORG
+- - PUNCT HYPH ORG
+Litovsk Litovsk PROPN NNP ORG
+and and CCONJ CC NULL
+Bucharest Bucharest PROPN NNP GPE
+in in ADP IN NULL
+the the DET DT DATE
+days day NOUN NNS DATE
+when when ADV WRB NULL
+the the DET DT NULL
+aggressor aggressor NOUN NN NULL
+seemed seem VERB VBD NULL
+to to PART TO NULL
+be be VERB VB NULL
+winning win VERB VBG NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+so so ADV RB NULL
+everything everything NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+blamed blame VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+‘ ‘ PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNPS NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+whining whine VERB VBG NULL
+bully bully ADV RB NULL
+must must VERB MD NULL
+be be VERB VB NULL
+picked pick VERB VBN NULL
+up up PART RP NULL
+and and CCONJ CC NULL
+dusted dust VERB VBD NULL
+down down PART RP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+put put VERB VBD NULL
+on on PART RP NULL
+his -PRON- DET PRP$ NULL
+feet foot NOUN NNS NULL
+again again ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+soon soon ADV RB NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+back back ADV RB NULL
+on on ADP IN NULL
+his -PRON- DET PRP$ NULL
+perch perch NOUN NN NULL
+in in ADP IN NULL
+the the DET DT NULL
+thornhedge thornhedge NOUN NN NULL
+, , PUNCT , NULL
+preparing prepare VERB VBG NULL
+for for ADP IN NULL
+his -PRON- DET PRP$ NULL
+next next ADJ JJ NULL
+meal meal NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+time time NOUN NN NULL
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+destined destine VERB VBN NULL
+to to PART TO NULL
+be be VERB VB NULL
+a a DET DT NULL
+record record NOUN NN NULL
+one one NUM CD NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+the the DET DT NULL
+strange strange ADJ JJ NULL
+thing thing NOUN NN NULL
+was be VERB VBD NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+victims victim NOUN NNS NULL
+had have VERB VBD NULL
+contributed contribute VERB VBN NULL
+to to PART TO NULL
+put put VERB VB NULL
+him -PRON- PRON PRP NULL
+there there ADV RB NULL
+by by ADP IN NULL
+all all DET PDT NULL
+the the DET DT NULL
+means mean NOUN NNS NULL
+, , PUNCT , NULL
+including include VERB VBG NULL
+loans loan NOUN NNS NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+charitable charitable ADJ JJ NULL
+power power NOUN NN NULL
+. . PUNCT . NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+got get VERB VBD NULL
+nothing nothing NOUN NN NULL
+but but ADP IN NULL
+abuse abuse NOUN NN NULL
+for for ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+said say VERB VBD NULL
+just just ADV RB NULL
+now now ADV RB NULL
+that that ADP IN NULL
+his -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+always always ADV RB NULL
+seem seem VERB VBP NULL
+incapable incapable ADJ JJ NULL
+of of ADP IN NULL
+telling tell VERB VBG NULL
+- - PUNCT : NULL
+a a DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+see see VERB VBP NULL
+one one NUM CD NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+uphill uphill ADJ JJ NULL
+work work NOUN NN NULL
+pointing point VERB VBG NULL
+out out PART RP NULL
+its -PRON- DET PRP$ NULL
+distinguishing distinguishing ADJ JJ NULL
+marks mark NOUN NNS NULL
+, , PUNCT , NULL
+unmistakable unmistakable ADJ JJ NULL
+though though ADP IN NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+to to ADP IN NULL
+any any DET DT NULL
+bird bird NOUN NN NULL
+- - PUNCT HYPH NULL
+lover lover NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+Treaty Treaty PROPN NNP NULL
+of of ADP IN NULL
+Versailles Versailles PROPN NNP NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+had have VERB VBD NULL
+practically practically ADV RB NULL
+6 6 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+Fifth Fifth PROPN NNP EVENT
+War War PROPN NNP EVENT
+, , PUNCT , NULL
+just just ADV RB NULL
+as as ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+nothing nothing NOUN NN NULL
+to to PART TO NULL
+do do VERB VB NULL
+with with ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+mentality mentality NOUN NN NULL
+of of ADP IN NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+private private ADJ JJ NULL
+life life NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+family family NOUN NN NULL
+, , PUNCT , NULL
+Christianity Christianity PROPN NNP ORG
+and and CCONJ CC NULL
+culture culture NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+burning burning NOUN NN NULL
+of of ADP IN NULL
+books book NOUN NNS NULL
+and and CCONJ CC NULL
+the the DET DT NULL
+assaults assault NOUN NNS NULL
+on on ADP IN NULL
+the the DET DT NULL
+universities university NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Most Most ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT LAW
+‘ ' PUNCT `` LAW
+Treaty Treaty PROPN NNP LAW
+of of ADP IN LAW
+Versailles Versailles PROPN NNP LAW
+was be VERB VBD NULL
+dead dead ADJ JJ NULL
+long long ADV RB NULL
+before before ADP IN NULL
+1939 1939 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+its -PRON- DET PRP$ NULL
+remnants remnant NOUN NNS NULL
+were be VERB VBD NULL
+more more ADJ JJR NULL
+than than ADP IN NULL
+balanced balance VERB VBN NULL
+by by ADP IN NULL
+the the DET DT NULL
+fact fact NOUN NN NULL
+that that ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+had have VERB VBD NULL
+already already ADV RB NULL
+gained gain VERB VBN NULL
+more more ADJ JJR NULL
+— — PROPN NNP NULL
+Austria Austria PROPN NNP GPE
+and and CCONJ CC NULL
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+, , PUNCT , NULL
+for for ADP IN NULL
+example example NOUN NN NULL
+— — INTJ UH NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+had have VERB VBD NULL
+lost lose VERB VBN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+had have VERB VBD NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+fact fact NOUN NN NULL
+, , PUNCT , NULL
+guzzled guzzle VERB VBD NULL
+part part NOUN NN NULL
+of of ADP IN NULL
+the the DET DT GPE
+Austrian Austrian PROPN NNP GPE
+Empire Empire PROPN NNP GPE
+that that DET WDT NULL
+Bismarck Bismarck PROPN NNP ORG
+had have VERB VBD NULL
+been be VERB VBN NULL
+intent intent ADJ JJ NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+out out ADP IN NULL
+of of ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+Appetite Appetite PROPN NNP NULL
+comes come VERB VBZ NULL
+in in ADP IN NULL
+eating eat VERB VBG NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+long long ADJ JJ NULL
+training training NOUN NN NULL
+in in ADP IN NULL
+militarism militarism NOUN NN NULL
+had have VERB VBD NULL
+led lead VERB VBN NULL
+inevitably inevitably ADV RB NULL
+first first ADV RB ORDINAL
+towards towards ADP IN NULL
+expansion expansion NOUN NN NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+and and CCONJ CC NULL
+then then ADV RB NULL
+towards towards ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+this this DET DT NULL
+urge urge NOUN NN NULL
+had have VERB VBD NULL
+become become VERB VBN NULL
+so so ADV RB NULL
+strong strong ADJ JJ NULL
+that that ADP IN NULL
+the the DET DT NULL
+temporary temporary ADJ JJ NULL
+set set NOUN NN NULL
+- - PUNCT HYPH NULL
+back back NOUN NN NULL
+of of ADP IN NULL
+1918 1918 NUM CD DATE
+would would VERB MD NULL
+in in ADP IN NULL
+no no DET DT NULL
+circumstances circumstance NOUN NNS NULL
+have have VERB VBP NULL
+sufficed suffice VERB VBN NULL
+to to PART TO NULL
+stem stem VERB VB NULL
+it -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+After after ADP IN NULL
+a a DET DT NULL
+period period NOUN NN NULL
+of of ADP IN NULL
+disappointment disappointment NOUN NN NULL
+and and CCONJ CC NULL
+recovery recovery NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+— — PROPN NNP NULL
+moved move VERB VBN NULL
+by by ADP IN NULL
+what what PRON WP NULL
+a a DET DT NULL
+German german ADJ JJ NORP
+writer writer NOUN NN NULL
+has have VERB VBZ NULL
+called call VERB VBN NULL
+“ " PUNCT `` NULL
+the the DET DT NULL
+snarling snarling NOUN NN NULL
+, , PUNCT , NULL
+blood blood NOUN NN NULL
+- - PUNCT HYPH NULL
+thirsty thirsty ADJ JJ NULL
+resentment resentment NOUN NN NULL
+that that DET WDT NULL
+spread spread VERB VBD NULL
+throughout throughout ADP IN NULL
+Germany Germany PROPN NNP GPE
+after after ADP IN NULL
+1918”—would 1918”—would NUM CD NULL
+have have VERB VBP NULL
+had have VERB VBN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+fling fling NOUN NN NULL
+in in ADP IN NULL
+any any DET DT NULL
+event event NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+was be VERB VBD NULL
+foiled foiled ADJ JJ NULL
+, , PUNCT , NULL
+not not ADV RB NULL
+repentant repentant ADJ JJ NULL
+. . PUNCT . NULL
+
+
+What what PRON WP NULL
+made make VERB VBD NULL
+its -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+a a DET DT NULL
+certainty certainty NOUN NN NULL
+was be VERB VBD NULL
+the the DET DT NULL
+advent advent NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+most most ADV RBS NULL
+horrible horrible ADJ JJ NULL
+oppression oppression NOUN NN NULL
+that that DET WDT NULL
+the the DET DT NULL
+world world NOUN NN NULL
+has have VERB VBZ NULL
+ever ever ADV RB NULL
+seen see VERB VBN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+tyranny tyranny NOUN NN NULL
+was be VERB VBD NULL
+brought bring VERB VBN NULL
+about about PART RP NULL
+and and CCONJ CC NULL
+guided guide VERB VBN NULL
+by by ADP IN NULL
+fanatical fanatical ADJ JJ NULL
+, , PUNCT , NULL
+efficient efficient ADJ JJ NULL
+gangsters gangster NOUN NNS NULL
+; ; PUNCT : NULL
+their -PRON- DET PRP$ NULL
+efficiency efficiency NOUN NN NULL
+worked work VERB VBD NULL
+up up PART RP NULL
+the the DET DT NULL
+Envy Envy PROPN NNP NULL
+, , PUNCT , NULL
+Self self NOUN NN NULL
+- - PUNCT HYPH NULL
+pity pity NOUN NN NULL
+and and CCONJ CC NULL
+Cruelty cruelty NOUN NN NULL
+latent latent NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+fellow fellow NOUN NN NULL
+- - PUNCT HYPH NULL
+countrymen countryman NOUN NNS NULL
+until until ADP IN NULL
+they -PRON- PRON PRP NULL
+produced produce VERB VBD NULL
+the the DET DT NULL
+Germany Germany PROPN NNP GPE
+of of ADP IN NULL
+today today NOUN NN DATE
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+has have VERB VBZ NULL
+capitalized capitalize VERB VBN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+strain strain NOUN NN NULL
+of of ADP IN NULL
+ill ill ADV RB NULL
+- - PUNCT HYPH NULL
+defined define VERB VBN NULL
+mysticism mysticism NOUN NN NULL
+
+
+— — X XX NULL
+a a DET DT NULL
+blind blind ADJ JJ NULL
+faith faith NOUN NN NULL
+fed feed VERB VBN NULL
+on on ADP IN NULL
+phrases phrase NOUN NNS NULL
+about about ADP IN NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+mission mission NOUN NN NULL
+, , PUNCT , NULL
+Germany Germany PROPN NNP GPE
+’s ’s PROPN NNP NULL
+destiny destiny NOUN NN NULL
+, , PUNCT , NULL
+which which DET WDT NULL
+thrives thrive VERB VBZ NULL
+on on ADP IN NULL
+blind blind ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to PART TO NULL
+blind blind VERB VB NULL
+doctrines doctrine NOUN NNS NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+explanation explanation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+otherwise otherwise ADV RB NULL
+inexplicable inexplicable ADJ JJ NULL
+bestialities bestiality NOUN NNS NULL
+com- com- NOUN NN NULL
+mitted mitte VERB VBN NULL
+by by ADP IN NULL
+Germany Germany PROPN NNP GPE
+in in ADP IN NULL
+her -PRON- DET PRP$ NULL
+fifth fifth ADJ JJ ORDINAL
+war war NOUN NN NULL
+; ; PUNCT : NULL
+the the DET DT NULL
+methodical methodical ADJ JJ NULL
+obliteration obliteration NOUN NN NULL
+from from ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+of of ADP IN NULL
+defenceless defenceless ADJ JJ NULL
+townlets townlet NOUN NNS NULL
+and and CCONJ CC NULL
+villages village NOUN NNS NULL
+in in ADP IN NULL
+order order NOUN NN NULL
+to to PART TO NULL
+drive drive VERB VB NULL
+refugees refugee NOUN NNS NULL
+out out PART RP NULL
+to to PART TO NULL
+block block VERB VB NULL
+the the DET DT NULL
+roads road NOUN NNS NULL
+; ; PUNCT : NULL
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+7 7 NUM CD NULL
+the the DET DT NULL
+crushing crushing NOUN NN NULL
+of of ADP IN NULL
+fugitive fugitive ADJ JJ NULL
+civilians civilian NOUN NNS NULL
+by by ADP IN NULL
+tanks tank NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine- machine- NOUN NN NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+merchant merchant NOUN NN NULL
+- - PUNCT HYPH NULL
+seamen seamen NOUN NN NULL
+and and CCONJ CC NULL
+lightship lightship NOUN NN NULL
+- - PUNCT HYPH NULL
+keepers keeper NOUN NNS NULL
+in in ADP IN NULL
+the the DET DT NULL
+water water NOUN NN NULL
+, , PUNCT , NULL
+the the DET DT NULL
+machine machine NOUN NN NULL
+- - PUNCT HYPH NULL
+gunning gunning NOUN NN NULL
+of of ADP IN NULL
+seamen seaman NOUN NNS NULL
+even even ADV RB NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+have have VERB VBP NULL
+been be VERB VBN NULL
+trying try VERB VBG NULL
+to to PART TO NULL
+rescue rescue VERB VB NULL
+Germans Germans PROPN NNPS NORP
+, , PUNCT , NULL
+the the DET DT NULL
+systematic systematic ADJ JJ NULL
+bombing bombing NOUN NN NULL
+of of ADP IN NULL
+hospitals hospital NOUN NNS NULL
+and and CCONJ CC NULL
+hospital hospital NOUN NN NULL
+ships ship NOUN NNS NULL
+. . PUNCT . NULL
+
+
+These these DET DT NULL
+“ " PUNCT `` NULL
+knights knight NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+air air NOUN NN NULL
+’ ' PUNCT -RRB- NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+are be VERB VBP NULL
+the the DET DT NULL
+worst bad ADJ JJS NULL
+of of ADP IN NULL
+the the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+birds bird NOUN NNS NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+we -PRON- PRON PRP NULL
+hope hope VERB VBP NULL
+to to PART TO NULL
+cleanse cleanse VERB VB NULL
+the the DET DT NULL
+sky sky NOUN NN NULL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+To to PART TO NULL
+do do VERB VB NULL
+all all DET PDT NULL
+these these DET DT NULL
+things thing NOUN NNS NULL
+, , PUNCT , NULL
+that that ADP IN NULL
+no no DET DT NULL
+Briton Briton PROPN NNP PERSON
+could could VERB MD NULL
+or or CCONJ CC NULL
+would would VERB MD NULL
+do do VERB VB NULL
+, , PUNCT , NULL
+the the DET DT NULL
+Nazis Nazis PROPN NNPS NORP
+can can VERB MD NULL
+find find VERB VB NULL
+a a DET DT NULL
+large large ADJ JJ NULL
+supply supply NOUN NN NULL
+of of ADP IN NULL
+cold cold ADJ JJ NULL
+- - PUNCT HYPH NULL
+blooded blooded ADJ JJ NULL
+young young ADJ JJ NULL
+barbarians barbarian NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+are be VERB VBP NULL
+not not ADV RB NULL
+only only ADV RB NULL
+willing willing ADJ JJ NULL
+to to PART TO NULL
+do do VERB VB NULL
+them -PRON- PRON PRP NULL
+but but CCONJ CC NULL
+revel revel VERB VB NULL
+in in ADP IN NULL
+doing do VERB VBG NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+, , PUNCT , NULL
+equally equally ADV RB NULL
+, , PUNCT , NULL
+they -PRON- PRON PRP NULL
+expect expect VERB VBP NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+receive receive VERB VB NULL
+, , PUNCT , NULL
+chivalrous chivalrous ADJ JJ NULL
+treatment treatment NOUN NN NULL
+when when ADV WRB NULL
+they -PRON- PRON PRP NULL
+are be VERB VBP NULL
+caught catch VERB VBN NULL
+. . PUNCT . NULL
+
+
+Ah ah INTJ UH NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+life life NOUN NN NULL
+consisted consist VERB VBD NULL
+only only ADV RB NULL
+of of ADP IN NULL
+easy easy ADJ JJ NULL
+shooting shooting NOUN NN NULL
+! ! PUNCT . NULL
+
+
+That that DET DT NULL
+would would VERB MD NULL
+be be VERB VB NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+’s ’s PROPN NNP NULL
+idea idea NOUN NN NULL
+of of ADP IN NULL
+Paradise Paradise PROPN NNP ORG
+. . PUNCT . NULL
+
+
+Do Do VERB VBP NULL
+you -PRON- PRON PRP NULL
+want want VERB VB NULL
+full full ADJ JJ NULL
+proof proof NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Then then ADV RB NULL
+read read VERB VB NULL
+the the DET DT NULL
+Polish Polish PROPN NNP NULL
+Black Black PROPN NNP NULL
+Book Book PROPN NNP NULL
+. . PUNCT . NULL
+
+
+Read read VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+one one NUM CD NULL
+of of ADP IN NULL
+you -PRON- PRON PRP NULL
+, , PUNCT , NULL
+every every DET DT NULL
+word word NOUN NN NULL
+of of ADP IN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+beginning begin VERB VBG NULL
+with with ADP IN NULL
+the the DET DT NULL
+introduc- introduc- ADJ JJ NULL
+tion tion NOUN NN NULL
+by by ADP IN NULL
+the the DET DT NULL
+Archbishop Archbishop PROPN NNP LOC
+of of ADP IN NULL
+York York PROPN NNP NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+: : PUNCT : NULL
+‘ ' PUNCT `` NULL
+
+
+This this DET DT NULL
+volume volume NOUN NN NULL
+supplies supply VERB VBZ NULL
+convincing convince VERB VBG NULL
+proof proof NOUN NN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+any any DET DT NULL
+were be VERB VBD NULL
+needed need VERB VBN NULL
+, , PUNCT , NULL
+of of ADP IN NULL
+the the DET DT NULL
+complete complete ADJ JJ NULL
+ruthlessness ruthlessness NOUN NN NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+methods method NOUN NNS NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+If if ADP IN NULL
+this this DET DT NULL
+tale tale NOUN NN NULL
+of of ADP IN NULL
+horror horror NOUN NN NULL
+is be VERB VBZ NULL
+not not ADV RB NULL
+enough enough ADJ JJ NULL
+, , PUNCT , NULL
+read read VERB VB NULL
+what what PRON WP NULL
+Cardinal Cardinal PROPN NNP PERSON
+Mercier Mercier PROPN NNP PERSON
+said say VERB VBD NULL
+about about ADP IN NULL
+the the DET DT NULL
+German german ADJ JJ NORP
+atrocities atrocity NOUN NNS NULL
+of of ADP IN NULL
+1914 1914 NUM CD DATE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+said say VERB VBD NULL
+simply simply ADV RB NULL
+: : PUNCT : NULL
+“ “ VERB VB NULL
+
+
+The the DET DT NULL
+truth truth NOUN NN NULL
+transcends transcend VERB VBZ NULL
+the the DET DT NULL
+limits limit NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+probable probable ADJ JJ NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+It -PRON- PRON PRP NULL
+does do VERB VBZ NULL
+indeed indeed ADV RB NULL
+. . PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+read read VERB VB NULL
+Marshal Marshal PROPN NNP PERSON
+Foch Foch PROPN NNP PERSON
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+‘ ' PUNCT `` NULL
+the the DET DT NULL
+army army NOUN NN NULL
+of of ADP IN NULL
+clever clever ADJ JJ NULL
+and and CCONJ CC NULL
+convinced convinced ADJ JJ NULL
+criminals criminal NOUN NNS NULL
+whom whom PRON WP NULL
+Prussian- Prussian- PROPN NNP NULL
+ized ize VERB VBD NULL
+Germany Germany PROPN NNP GPE
+let let VERB VBD NULL
+loose loose ADJ JJ NULL
+— — ADV RBS NULL
+in in ADP IN NULL
+defiance defiance NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+treaties treaty NOUN NNS NULL
+— — PUNCT -LRB- NULL
+upon upon ADP IN NULL
+the the DET DT NULL
+peaceful peaceful ADJ JJ NULL
+population population NOUN NN NULL
+of of ADP IN NULL
+Europe Europe PROPN NNP LOC
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+His -PRON- DET PRP$ NULL
+colleague colleague NOUN NN NULL
+, , PUNCT , NULL
+Marshal Marshal PROPN NNP PERSON
+Pétain Pétain PROPN NNP PERSON
+, , PUNCT , NULL
+was be VERB VBD NULL
+more more ADV RBR NULL
+confiding confiding NOUN NN NULL
+. . PUNCT . NULL
+
+
+Before before ADP IN NULL
+he -PRON- PRON PRP NULL
+left leave VERB VBD NULL
+us— us— ADV RB NULL
+I -PRON- PRON PRP NULL
+shall shall VERB MD NULL
+say say VERB VB NULL
+nothing nothing NOUN NN NULL
+here here ADV RB NULL
+of of ADP IN NULL
+that that DET DT NULL
+pitiful pitiful ADJ JJ NULL
+episode episode NOUN NN NULL
+
+
+— — INTJ UH NULL
+
+
+he -PRON- PRON PRP NULL
+dreamed dream VERB VBD NULL
+of of ADP IN NULL
+an an DET DT NULL
+honourable honourable ADJ JJ NULL
+peace peace NOUN NN NULL
+between between ADP IN NULL
+soldiers soldier NOUN NNS NULL
+, , PUNCT , NULL
+and and CCONJ CC NULL
+said say VERB VBD NULL
+that that ADP IN NULL
+“ “ NOUN NN NULL
+he -PRON- PRON PRP NULL
+gave give VERB VBD NULL
+himself -PRON- PRON PRP NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+for for ADP IN NULL
+that that DET DT NULL
+purpose purpose NOUN NN NULL
+’ ’ NUM CD NULL
+’ ’ NUM CD NULL
+. . PUNCT . NULL
+
+
+Alas alas INTJ UH PERSON
+, , PUNCT , NULL
+he -PRON- PRON PRP NULL
+thereby thereby ADV RB NULL
+gave give VERB VBD NULL
+Franee Franee PROPN NNP PERSON
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+, , PUNCT , NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+Germany Germany PROPN NNP GPE
+was be VERB VBD NULL
+greater great ADJ JJR NULL
+than than ADP IN NULL
+his -PRON- DET PRP$ NULL
+gift gift NOUN NN NULL
+to to ADP IN NULL
+France France PROPN NNP GPE
+. . PUNCT . NULL
+
+
+France France PROPN NNP GPE
+, , PUNCT , NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+, , PUNCT , NULL
+is be VERB VBZ NULL
+now now ADV RB NULL
+being be VERB VBG NULL
+devoured devour VERB VBN NULL
+. . PUNCT . NULL
+
+
+If if ADP IN NULL
+you -PRON- PRON PRP NULL
+study study VERB VBP NULL
+the the DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+and and CCONJ CC NULL
+his -PRON- DET PRP$ NULL
+larder larder NOUN NN NULL
+you -PRON- PRON PRP NULL
+will will VERB MD NULL
+soon soon ADV RB NULL
+be be VERB VB NULL
+convinced convince VERB VBN NULL
+that that ADP IN NULL
+you -PRON- PRON PRP NULL
+x x SYM SYM NULL
+
+
+* * PUNCT NFP NULL
+* * PUNCT NFP NULL
+8 8 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+can can AUX MD NULL
+not not ADV RB NULL
+possibly possibly ADV RB NULL
+make make VERB VB NULL
+honourable honourable ADJ JJ NULL
+terms term NOUN NNS NULL
+with with ADP IN NULL
+a a DET DT NULL
+butcher- butcher- ADJ JJ NULL
+bird bird NOUN NN NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+will will VERB MD NULL
+always always ADV RB NULL
+insist insist VERB VB NULL
+on on ADP IN NULL
+eating eat VERB VBG NULL
+you -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+butcher butcher NOUN NN NULL
+- - PUNCT HYPH NULL
+bird bird NOUN NN NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+given give VERB VBN NULL
+every every DET DT NULL
+chance chance NOUN NN NULL
+to to PART TO NULL
+change change VERB VB NULL
+its -PRON- DET PRP$ NULL
+habits habit NOUN NNS NULL
+, , PUNCT , NULL
+but but CCONJ CC NULL
+of of ADP IN NULL
+course course NOUN NN NULL
+it -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+not not ADV RB NULL
+done do VERB VBN NULL
+so so ADV RB NULL
+. . PUNCT . NULL
+
+
+It -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+extraordinary extraordinary ADJ JJ NULL
+how how ADV WRB NULL
+many many ADJ JJ NULL
+patient patient ADJ JJ NULL
+people people NOUN NNS NULL
+have have VERB VBP NULL
+trusted trust VERB VBN NULL
+the the DET DT NULL
+creature creature NOUN NN NULL
+. . PUNCT . NULL
+
+
+Hitler Hitler PROPN NNP PERSON
+said say VERB VBD NULL
+on on ADP IN NULL
+the the DET DT DATE
+first first ADJ JJ DATE
+day day NOUN NN DATE
+of of ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+that that DET WDT NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+wage wage VERB VB NULL
+it -PRON- PRON PRP NULL
+on on ADP IN NULL
+women woman NOUN NNS NULL
+and and CCONJ CC NULL
+children child NOUN NNS NULL
+; ; PUNCT : NULL
+yet yet CCONJ CC NULL
+that that DET DT NULL
+is be VERB VBZ NULL
+exactly exactly ADV RB NULL
+what what PRON WP NULL
+he -PRON- PRON PRP NULL
+did do VERB VBD NULL
+from from ADP IN NULL
+the the DET DT NULL
+start start NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+when when ADV WRB NULL
+did do VERB VBD NULL
+Hitler Hitler PROPN NNP PERSON
+ever ever ADV RB NULL
+keep keep VERB VB NULL
+his -PRON- DET PRP$ NULL
+word word NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Literally literally ADV RB NULL
+never never ADV RB NULL
+once once ADV RB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+there there ADV EX NULL
+is be VERB VBZ NULL
+nothing nothing NOUN NN NULL
+new new ADJ JJ NULL
+in in ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+. . PUNCT . NULL
+
+
+Frederick frederick VERB VB PERSON
+the the DET DT PERSON
+Great Great PROPN NNP PERSON
+was be VERB VBD NULL
+an an DET DT NULL
+adept adept ADJ JJ NULL
+in in ADP IN NULL
+perfidy perfidy NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+what what PRON WP NULL
+, , PUNCT , NULL
+in in ADP IN NULL
+1914 1914 NUM CD DATE
+, , PUNCT , NULL
+did do VERB VBD NULL
+Bethmann Bethmann PROPN NNP ORG
+- - PUNCT HYPH ORG
+Hollweg Hollweg PROPN NNP ORG
+call call VERB VBP NULL
+a a DET DT NULL
+solemn solemn ADJ JJ NULL
+treaty treaty NOUN NN NULL
+with with ADP IN NULL
+Prussia Prussia PROPN NNP ORG
+’s ’s PROPN NNP ORG
+signature signature NOUN NN NULL
+on on ADP IN NULL
+it -PRON- PRON PRP NULL
+? ? PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+A a DET DT NULL
+scrap scrap NOUN NN NULL
+of of ADP IN NULL
+paper paper NOUN NN NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+He -PRON- PRON PRP NULL
+could could VERB MD NULL
+have have VERB VB NULL
+bitten bite VERB VBN NULL
+his -PRON- DET PRP$ NULL
+tongue tongue NOUN NN NULL
+out out PART RP NULL
+the the DET DT NULL
+moment moment NOUN NN NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+said say VERB VBN NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+in in ADP IN NULL
+four four NUM CD CARDINAL
+words word NOUN NNS NULL
+he -PRON- PRON PRP NULL
+had have VERB VBD NULL
+given give VERB VBN NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+German german ADJ JJ NORP
+show show NOUN NN NULL
+away away ADV RB NULL
+. . PUNCT . NULL
+
+
+That that DET DT NULL
+is be VERB VBZ NULL
+what what PRON WP NULL
+most most ADJ JJS NULL
+Germans Germans PROPN NNPS NORP
+really really ADV RB NULL
+think think VERB VBP NULL
+of of ADP IN NULL
+treaties treaty NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+a a DET DT NULL
+definite definite ADJ JJ NULL
+continuity continuity NOUN NN NULL
+in in ADP IN NULL
+their -PRON- DET PRP$ NULL
+outlook outlook NOUN NN NULL
+. . PUNCT . NULL
+
+
+Bismarck Bismarck PROPN NNP PERSON
+announced announce VERB VBD NULL
+that that ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+after after ADP IN NULL
+1871 1871 NUM CD DATE
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+Ribbentrop Ribbentrop PROPN NNP ORG
+and and CCONJ CC NULL
+Hitler Hitler PROPN NNP PERSON
+kept keep VERB VBD NULL
+saying say VERB VBG NULL
+they -PRON- PRON PRP NULL
+were be VERB VBD NULL
+satisfied satisfied ADJ JJ NULL
+with with ADP IN NULL
+every every DET DT NULL
+fresh fresh ADJ JJ NULL
+acquisition acquisition NOUN NN NULL
+, , PUNCT , NULL
+especially especially ADV RB NULL
+after after ADP IN NULL
+the the DET DT NULL
+annexation annexation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Sudetenland.1 Sudetenland.1 NOUN NNS NULL
+
+
+Of of ADV RB NULL
+course course ADV RB NULL
+they -PRON- PRON PRP NULL
+did do VERB VBD NULL
+
+
+n’t not ADV RB NULL
+mean mean VERB VB NULL
+it -PRON- PRON PRP NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+everyone everyone NOUN NN NULL
+can can VERB MD NULL
+now now ADV RB NULL
+plainly plainly ADV RB NULL
+see see VERB VB NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+yet yet ADV RB NULL
+, , PUNCT , NULL
+long long ADV RB NULL
+after after ADP IN NULL
+this this DET DT NULL
+war war NOUN NN NULL
+had have VERB VBD NULL
+broken break VERB VBN NULL
+out out PART RP NULL
+, , PUNCT , NULL
+a a DET DT NULL
+well well ADV RB NULL
+- - PUNCT HYPH NULL
+known know VERB VBN NULL
+author author NOUN NN NULL
+, , PUNCT , NULL
+Dean Dean PROPN NNP ORG
+Inge Inge PROPN NNP ORG
+, , PUNCT , NULL
+could could VERB MD NULL
+write write VERB VB NULL
+of of ADP IN NULL
+Hitler Hitler PROPN NNP ORG
+’s ’s PROPN NNP ORG
+“ “ PROPN NNP NULL
+
+
+‘ ‘ PART POS NULL
+fibs”—a fibs”—a PROPN NNP NULL
+striking strike VERB VBG NULL
+case case NOUN NN NULL
+of of ADP IN NULL
+ecclesiastical ecclesiastical ADJ JJ NULL
+charity charity NOUN NN NULL
+. . PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+people people NOUN NNS NULL
+were be VERB VBD NULL
+so so ADV RB NULL
+indulgent indulgent ADJ JJ NULL
+and and CCONJ CC NULL
+credulous credulous ADJ JJ NULL
+towards towards ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+, , PUNCT , NULL
+particularly particularly ADV RB NULL
+in in ADP IN NULL
+view view NOUN NN NULL
+of of ADP IN NULL
+his -PRON- DET PRP$ NULL
+foul foul ADJ JJ NULL
+and and CCONJ CC NULL
+turgid turgid ADJ JJ NULL
+
+
+1 1 NUM CD NULL
+“ “ PROPN NNP NULL
+Germany Germany PROPN NNP GPE
+neither neither CCONJ CC NULL
+intends intend VERB VBZ NULL
+to to PART TO NULL
+interfere interfere VERB VB NULL
+in in ADP IN NULL
+the the DET DT NULL
+internal internal ADJ JJ NULL
+affairs affair NOUN NNS NULL
+of of ADP IN NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+to to PART TO NULL
+annex annex VERB VB NULL
+Austria Austria PROPN NNP GPE
+, , PUNCT , NULL
+nor nor CCONJ CC NULL
+to to PART TO NULL
+conclude conclude VERB VB NULL
+an an DET DT NULL
+Anschluss.’’— anschluss.’’— NOUN NN NULL
+HITLER HITLER PROPN NNP NULL
+, , PUNCT , NULL
+1935 1935 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ NOUN NN NULL
+
+
+After after ADP IN NULL
+three three NUM CD DATE
+years year NOUN NNS DATE
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+regard regard VERB VB NULL
+the the DET DT NULL
+struggle struggle NOUN NN NULL
+for for ADP IN NULL
+German german ADJ JJ NORP
+equality equality NOUN NN NULL
+as as ADP IN NULL
+concluded conclude VERB VBD NULL
+. . PUNCT . NULL
+
+
+We -PRON- PRON PRP NULL
+have have VERB VBP NULL
+no no DET DT NULL
+territorial territorial ADJ JJ NULL
+demands demand NOUN NNS NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe.’’—HIT Europe.’’—HIT PROPN NNP PERSON
+Ler Ler PROPN NNP PERSON
+, , PUNCT , NULL
+1936 1936 NUM CD DATE
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Sudetenland Sudetenland PROPN NNP GPE
+is be VERB VBZ NULL
+the the DET DT NULL
+/ast /ast ADJ JJ NULL
+territorial territorial ADJ JJ NULL
+claim claim NOUN NN NULL
+I -PRON- PRON PRP NULL
+have have VERB VBP NULL
+to to PART TO NULL
+make make VERB VB NULL
+in in ADP IN NULL
+Europe Europe PROPN NNP LOC
+. . PUNCT . NULL
+” " PUNCT '' NULL
+—HIt —hit ADP IN NULL
+ter ter NOUN NN NULL
+, , PUNCT , NULL
+1938 1938 NUM CD NULL
+. . PUNCT . NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Czechoslovakia Czechoslovakia PROPN NNP GPE
+broke break VERB VBD NULL
+up up PART RP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+—HITLER —hitler NOUN NN NULL
+, , PUNCT , NULL
+1939 1939 NUM CD DATE
+. . PUNCT . NULL
+
+
+FOUR four NUM CD NULL
+HUNDRED hundred NUM CD NULL
+MILLION million NUM CD NULL
+HAPPINESSES HAPPINESSES PROPN NNP NULL
+9 9 NUM CD NULL
+book book NOUN NN NULL
+, , PUNCT , NULL
+Mein Mein PROPN NNP PERSON
+Kampf Kampf PROPN NNP PERSON
+, , PUNCT , NULL
+cribbed cribbed NOUN NN NULL
+largely largely ADV RB NULL
+from from ADP IN NULL
+a a DET DT NULL
+renegade renegade NOUN NN NULL
+Englishman Englishman PROPN NNP NORP
+, , PUNCT , NULL
+Houston Houston PROPN NNP GPE
+Stewart Stewart PROPN NNP PERSON
+Chamberlain Chamberlain PROPN NNP PERSON
+, , PUNCT , NULL
+who who PRON WP NULL
+wrote write VERB VBD NULL
+a a DET DT NULL
+deal deal NOUN NN NULL
+of of ADP IN NULL
+rubbish rubbish NOUN NN NULL
+in in ADP IN NULL
+German German PROPN NNP NORP
+? ? PUNCT . NULL
+
+
+How how ADV WRB NULL
+is be VERB VBZ NULL
+it -PRON- PRON PRP NULL
+that that ADP IN NULL
+modern modern ADJ JJ NULL
+Ger- Ger- PROPN NNP NULL
+many many ADJ JJ NULL
+has have VERB VBZ NULL
+surrendered surrender VERB VBN NULL
+itself -PRON- PRON PRP NULL
+to to ADP IN NULL
+one one NUM CD NULL
+who who PRON WP NULL
+wanted want VERB VBD NULL
+war war NOUN NN NULL
+, , PUNCT , NULL
+as as ADP IN NULL
+he -PRON- PRON PRP NULL
+himself -PRON- PRON PRP NULL
+said say VERB VBD NULL
+, , PUNCT , NULL
+when when ADV WRB NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+
+
+fifty fifty NUM CD DATE
+years year NOUN NNS DATE
+old old ADJ JJ DATE
+— — PUNCT NFP NULL
+
+
+he -PRON- PRON PRP NULL
+just just ADV RB NULL
+could could AUX MD NULL
+n’t not ADV RB NULL
+wait wait VERB VB NULL
+until until ADP IN NULL
+he -PRON- PRON PRP NULL
+was be VERB VBD NULL
+fifty fifty NUM CD CARDINAL
+- - PUNCT HYPH CARDINAL
+five five NUM CD CARDINAL
+? ? PUNCT . NULL
+
+
+The the DET DT NULL
+answer answer NOUN NN NULL
+is be VERB VBZ NULL
+that that ADP IN NULL
+the the DET DT NULL
+rem- rem- ADJ JJ NULL
+nants nant NOUN NNS NULL
+of of ADP IN NULL
+German german ADJ JJ NORP
+conscience conscience NOUN NN NULL
+are be VERB VBP NULL
+easily easily ADV RB NULL
+satisfied satisfied ADJ JJ NULL
+by by ADP IN NULL
+the the DET DT NULL
+drug drug NOUN NN NULL
+of of ADP IN NULL
+mechanical mechanical ADJ JJ NULL
+obedience obedience NOUN NN NULL
+to to ADP IN NULL
+any any DET DT NULL
+order order NOUN NN NULL
+, , PUNCT , NULL
+however however ADV RB NULL
+cruel cruel ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Prussianism prussianism NOUN NN NULL
+, , PUNCT , NULL
+militarism militarism NOUN NN NULL
+, , PUNCT , NULL
+lust lust NOUN NN NULL
+of of ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+conquest conquest NOUN NN NULL
+, , PUNCT , NULL
+Nazism Nazism PROPN NNP NULL
+—that —that DET DT NULL
+sequence sequence NOUN NN NULL
+has have VERB VBZ NULL
+made make VERB VBN NULL
+Germans Germans PROPN NNPS NORP
+the the DET DT NULL
+exponents exponent NOUN NNS NULL
+of of ADP IN NULL
+every every DET DT NULL
+imaginable imaginable ADJ JJ NULL
+variety variety NOUN NN NULL
+of of ADP IN NULL
+dirty dirty ADJ JJ NULL
+fighting fighting NOUN NN NULL
+and and CCONJ CC NULL
+foul foul ADJ JJ NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Incidentally incidentally ADV RB NULL
+, , PUNCT , NULL
+Nazis nazi NOUN NNS NORP
+have have VERB VBP NULL
+some some DET DT NULL
+very very ADV RB NULL
+odd odd ADJ JJ NULL
+notions notion NOUN NNS NULL
+of of ADP IN NULL
+play play NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+adjutant adjutant NOUN NN NULL
+of of ADP IN NULL
+Julius Julius PROPN NNP PERSON
+Streicher Streicher PROPN NNP PERSON
+, , PUNCT , NULL
+chief chief NOUN NN NULL
+Nazi Nazi PROPN NNP NORP
+pur- pur- NOUN NN NULL
+veyor veyor NOUN NN NULL
+of of ADP IN NULL
+smut smut NOUN NN NULL
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+urging urge VERB VBG NULL
+children child NOUN NNS NULL
+to to PART TO NULL
+play play VERB VB NULL
+football football NOUN NN NULL
+instead instead ADV RB NULL
+of of ADP IN NULL
+going go VERB VBG NULL
+to to ADP IN NULL
+church church NOUN NN NULL
+; ; PUNCT : NULL
+
+
+“ “ NOUN NN NULL
+
+
+‘ ‘ X ADD NULL
+
+
+but but CCONJ CC NULL
+, , PUNCT , NULL
+” " PUNCT '' NULL
+he -PRON- PRON PRP NULL
+says say VERB VBZ NULL
+, , PUNCT , NULL
+“ " PUNCT `` NULL
+
+
+‘ ‘ X XX NULL
+
+
+if if ADP IN NULL
+one one NUM CD NULL
+of of ADP IN NULL
+your -PRON- DET PRP$ NULL
+comrades comrade NOUN NNS NULL
+will will VERB MD NULL
+not not ADV RB NULL
+play play VERB VB NULL
+, , PUNCT , NULL
+then then ADV RB NULL
+beat beat VERB VBD NULL
+him -PRON- PRON PRP NULL
+till till ADP IN NULL
+he -PRON- PRON PRP NULL
+drops drop VERB VBZ NULL
+dead dead ADJ JJ NULL
+” " PUNCT '' NULL
+’ ’ X ADD NULL
+. . PUNCT . NULL
+
+
+Sad sad ADJ JJ PERSON
+stuff stuff NOUN NN NULL
+! ! PUNCT . NULL
+
+
+But but CCONJ CC NULL
+it -PRON- PRON PRP NULL
+catches catch VERB VBZ NULL
+on on PART RP NULL
+and and CCONJ CC NULL
+spreads spread NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Cruelty cruelty NOUN NN NULL
+has have VERB VBZ NULL
+grown grow VERB VBN NULL
+with with ADP IN NULL
+every every DET DT NULL
+war war NOUN NN NULL
+on on ADP IN NULL
+which which DET WDT NULL
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+embarked embark VERB VBN NULL
+, , PUNCT , NULL
+each each DET DT NULL
+time time NOUN NN NULL
+swearing swear VERB VBG NULL
+raucously raucously ADV RB NULL
+that that ADP IN NULL
+she -PRON- PRON PRP NULL
+has have VERB VBZ NULL
+been be VERB VBN NULL
+attacked attack VERB VBN NULL
+by by ADP IN NULL
+someone someone NOUN NN NULL
+half half DET PDT NULL
+her -PRON- DET PRP$ NULL
+size size NOUN NN NULL
+. . PUNCT . NULL
+
+
+This this DET DT NULL
+degradation degradation NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+human human ADJ JJ NULL
+species specie NOUN NNS NULL
+would would VERB MD NULL
+have have VERB VB NULL
+astonished astonish VERB VBN NULL
+our -PRON- DET PRP$ NULL
+Victorian victorian ADJ JJ NORP
+ancestors ancestor NOUN NNS NULL
+, , PUNCT , NULL
+who who PRON WP NULL
+believed believe VERB VBD NULL
+that that ADP IN NULL
+progress progress NOUN NN NULL
+was be VERB VBD NULL
+inevitable inevitable ADJ JJ NULL
+and and CCONJ CC NULL
+automatic automatic ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+has have VERB VBZ NULL
+taught teach VERB VBN NULL
+a a DET DT NULL
+tortured tortured ADJ JJ NULL
+world world NOUN NN NULL
+that that ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+easier easy ADJ JJR NULL
+to to PART TO NULL
+go go VERB VB NULL
+back- back- ADJ JJ NULL
+wards ward NOUN NNS NULL
+towards towards ADP IN NULL
+barbarism barbarism NOUN NN NULL
+than than ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+to to PART TO NULL
+go go VERB VB NULL
+forward forward ADV RB NULL
+to to ADP IN NULL
+a a DET DT NULL
+higher high ADJ JJR NULL
+civilization civilization NOUN NN NULL
+; ; PUNCT : NULL
+and and CCONJ CC NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+if if ADP IN NULL
+we -PRON- PRON PRP NULL
+were be VERB VBD NULL
+to to PART TO NULL
+fail fail VERB VB NULL
+in in ADP IN NULL
+standing stand VERB VBG NULL
+up up PART RP NULL
+to to ADP IN NULL
+her -PRON- PRON PRP NULL
+, , PUNCT , NULL
+the the DET DT NULL
+clock clock NOUN NN NULL
+would would VERB MD NULL
+go go VERB VB NULL
+back back ADV RB NULL
+by by ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+and and CCONJ CC NULL
+for for ADP IN NULL
+a a DET DT DATE
+thousand thousand NUM CD DATE
+years year NOUN NNS DATE
+. . PUNCT . NULL
+
+
+Indeed indeed ADV RB NULL
+, , PUNCT , NULL
+it -PRON- PRON PRP NULL
+would would VERB MD NULL
+be be VERB VB NULL
+worse bad ADJ JJR NULL
+even even ADV RB NULL
+than than ADP IN NULL
+that that DET DT NULL
+. . PUNCT . NULL
+
+
+A a DET DT NULL
+distinguished distinguished ADJ JJ NULL
+American American PROPN NNP NORP
+has have VERB VBZ NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+to to PART TO NULL
+compare compare VERB VB NULL
+Nazi Nazi PROPN NNP NORP
+Germany Germany PROPN NNP GPE
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+is be VERB VBZ NULL
+an an DET DT NULL
+insult insult NOUN NN NULL
+to to ADP IN NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+. . PUNCT . NULL
+
+
+A a DET DT DATE
+year year NOUN NN DATE
+ago ago ADV RB DATE
+today today NOUN NN DATE
+it -PRON- PRON PRP NULL
+was be VERB VBD NULL
+said say VERB VBN NULL
+that that ADP IN NULL
+we -PRON- PRON PRP NULL
+are be VERB VBP NULL
+fighting fight VERB VBG NULL
+evil evil ADJ JJ NULL
+things thing NOUN NNS NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+wonder wonder VERB VBP NULL
+if if ADP IN NULL
+even even ADV RB NULL
+now now ADV RB NULL
+the the DET DT NULL
+world world NOUN NN NULL
+realizes realize VERB VBZ NULL
+how how ADV WRB NULL
+evil evil ADJ JJ NULL
+. . PUNCT . NULL
+
+
+One one NUM CD CARDINAL
+of of ADP IN NULL
+the the DET DT NULL
+first first ADJ JJ ORDINAL
+“ “ NOUN NN NULL
+
+
+‘ ‘ PART POS NULL
+sights sight NOUN NNS NULL
+” " PUNCT '' NULL
+that that DET WDT NULL
+I -PRON- PRON PRP NULL
+saw see VERB VBD NULL
+as as ADP IN NULL
+a a DET DT NULL
+boy boy NOUN NN NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+
+
+10 10 NUM CD CARDINAL
+BLACK BLACK PROPN NNP NULL
+RECORD RECORD PROPN NNP NULL
+was be VERB VBD NULL
+the the DET DT NULL
+relics relic NOUN NNS NULL
+of of ADP IN NULL
+the the DET DT NULL
+mediaeval mediaeval ADJ JJ NULL
+torture torture NOUN NN NULL
+chamber chamber NOUN NN NULL
+at at ADP IN NULL
+Niirn- Niirn- PROPN NNP NULL
+berg berg NOUN NN NULL
+. . PUNCT . NULL
+
+
+I -PRON- PRON PRP NULL
+can can VERB MD NULL
+assure assure VERB VB NULL
+you -PRON- PRON PRP NULL
+that that ADP IN NULL
+tortures torture NOUN NNS NULL
+are be VERB VBP NULL
+practised practise VERB VBN NULL
+in in ADP IN NULL
+modern modern ADJ JJ NULL
+Germany Germany PROPN NNP GPE
+on on ADP IN NULL
+a a DET DT NULL
+scale scale NOUN NN NULL
+that that DET WDT NULL
+puts put VERB VBZ NULL
+the the DET DT LOC
+Middle Middle PROPN NNP LOC
+Ages Ages PROPN NNPS LOC
+into into ADP IN NULL
+the the DET DT NULL
+shade shade NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT NULL
+enormity enormity NOUN NN NULL
+and and CCONJ CC NULL
+ferocity ferocity NOUN NN NULL
+of of ADP IN NULL
+those those DET DT NULL
+tor- tor- NOUN NN NULL
+tures ture NOUN NNS NULL
+are be VERB VBP NULL
+almost almost ADV RB NULL
+beyond beyond ADP IN NULL
+belief belief NOUN NN NULL
+. . PUNCT . NULL
+
+
+The the DET DT ORG
+Marquis Marquis PROPN NNP ORG
+de de X FW ORG
+Sade Sade PROPN NNP ORG
+, , PUNCT , NULL
+who who PRON WP NULL
+has have VERB VBZ NULL
+given give VERB VBN NULL
+his -PRON- DET PRP$ NULL
+name name NOUN NN NULL
+to to ADP IN NULL
+Sadism Sadism PROPN NNP NULL
+, , PUNCT , NULL
+was be VERB VBD NULL
+a a DET DT NULL
+pretty pretty ADV RB NULL
+foul foul ADJ JJ NULL
+creature creature NOUN NN NULL
+; ; PUNCT : NULL
+but but CCONJ CC NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+taken take VERB VBN NULL
+the the DET DT NULL
+strongest strong ADJ JJS NULL
+exception exception NOUN NN NULL
+to to ADP IN NULL
+having have VERB VBG NULL
+the the DET DT NULL
+word word NOUN NN NULL
+Sadism Sadism PROPN NNP NORP
+applied apply VERB VBD NULL
+to to ADP IN NULL
+present present ADJ JJ NULL
+practices practice NOUN NNS NULL
+in in ADP IN NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+He -PRON- PRON PRP NULL
+would would VERB MD NULL
+not not ADV RB NULL
+only only ADV RB NULL
+have have VERB VB NULL
+turned turn VERB VBN NULL
+in in PART RP NULL
+his -PRON- DET PRP$ NULL
+grave grave NOUN NN NULL
+; ; PUNCT : NULL
+he -PRON- PRON PRP NULL
+would would VERB MD NULL
+have have VERB VB NULL
+sat sit VERB VBN NULL
+bolt bolt NOUN NN NULL
+upright upright ADJ JJ NULL
+. . PUNCT . NULL
+
+
+Never never ADV RB NULL
+before before ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+Chris- Chris- PROPN NNP NULL
+tian tian ADJ JJ NULL
+country country NOUN NN NULL
+, , PUNCT , NULL
+or or CCONJ CC NULL
+indeed indeed ADV RB NULL
+in in ADP IN NULL
+any any DET DT NULL
+land land NOUN NN NULL
+or or CCONJ CC NULL
+period period NOUN NN NULL
+, , PUNCT , NULL
+has have VERB VBZ NULL
+there there ADV EX NULL
+been be VERB VBN NULL
+anything anything NOUN NN NULL
+like like ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+concentration concentration NOUN NN NULL
+- - PUNCT HYPH NULL
+camp camp NOUN NN NULL
+. . PUNCT . NULL
+
+
+But but CCONJ CC NULL
+then then ADV RB NULL
+the the DET DT ORG
+Nazi Nazi PROPN NNP ORG
+Government Government PROPN NNP ORG
+is be VERB VBZ NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+is be VERB VBZ NULL
+no no DET DT NULL
+time time NOUN NN NULL
+here here ADV RB NULL
+to to PART TO NULL
+dilate dilate VERB VB NULL
+- - PUNCT : NULL
+on on ADP IN NULL
+the the DET DT NULL
+persecution persecution NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+churches church NOUN NNS NULL
+. . PUNCT . NULL
+
+
+Let let VERB VB NULL
+me -PRON- PRON PRP NULL
+just just ADV RB NULL
+give give VERB VB NULL
+you -PRON- PRON PRP NULL
+two two NUM CD CARDINAL
+or or CCONJ CC NULL
+three three NUM CD CARDINAL
+quotations quotation NOUN NNS NULL
+that that DET WDT NULL
+tell tell VERB VBP NULL
+the the DET DT NULL
+whole whole ADJ JJ NULL
+story story NOUN NN NULL
+. . PUNCT . NULL
+
+
+Listen listen VERB VB NULL
+to to ADP IN NULL
+the the DET DT NULL
+Proclamation Proclamation PROPN NNP NULL
+of of ADP IN NULL
+the the DET DT NULL
+German German PROPN NNP NULL
+Faith Faith PROPN NNP NULL
+Movement Movement PROPN NNP NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+The the DET DT NULL
+Cross Cross PROPN NNP NULL
+must must VERB MD NULL
+fall fall VERB VB NULL
+to to PART TO NULL
+make make VERB VB NULL
+Germany Germany PROPN NNP GPE
+live live VERB VB NULL
+.... .... PUNCT . NULL
+
+
+The the DET DT NULL
+Christian christian ADJ JJ NORP
+religion religion NOUN NN NULL
+must must VERB MD NULL
+be be VERB VB NULL
+destroyed destroy VERB VBN NULL
+... ... PUNCT NFP NULL
+. . PUNCT . NULL
+
+
+Jesus Jesus PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+of of ADP IN NULL
+all all DET DT NULL
+Germany Germany PROPN NNP GPE
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Hitler Hitler PROPN NNP PERSON
+himself -PRON- PRON PRP NULL
+, , PUNCT , NULL
+- - PUNCT HYPH NULL
+speaking speak VERB VBG NULL
+to to ADP IN NULL
+Mussolini Mussolini PROPN NNP PERSON
+: : PUNCT : NULL
+
+
+“ “ PROPN NNP NULL
+
+
+Christianity Christianity PROPN NNP NULL
+is be VERB VBZ NULL
+the the DET DT NULL
+Bolshevism Bolshevism PROPN NNP NULL
+of of ADP IN NULL
+Antiquity Antiquity PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+What what PRON WP NULL
+a a DET DT NULL
+precious precious ADJ JJ NULL
+pair pair NOUN NN NULL
+of of ADP IN NULL
+scholars scholar NOUN NNS NULL
+! ! PUNCT . NULL
+
+
+Or or CCONJ CC NULL
+to to ADP IN NULL
+Herr Herr PROPN NNP PERSON
+Kerrl Kerrl PROPN NNP PERSON
+, , PUNCT , NULL
+the the DET DT NULL
+Minister Minister PROPN NNP NULL
+for for ADP IN NULL
+Ecclesiastical Ecclesiastical PROPN NNP NULL
+Affairs Affairs PROPN NNPS NULL
+: : PUNCT : NULL
+
+
+‘ ‘ X ADD NULL
+“ “ PROPN NNP NULL
+
+
+The the DET DT NULL
+Fuehrer Fuehrer PROPN NNP WORK_OF_ART
+is be VERB VBZ NULL
+the the DET DT NULL
+carrier carrier NOUN NN NULL
+of of ADP IN NULL
+a a DET DT NULL
+new new ADJ JJ NULL
+Revelation Revelation PROPN NNP ORG
+.... .... PUNCT NFP NULL
+
+
+Adolf Adolf PROPN NNP PERSON
+Hitler Hitler PROPN NNP PERSON
+is be VERB VBZ NULL
+the the DET DT NULL
+true true ADJ JJ NULL
+Holy Holy PROPN NNP NULL
+Ghost Ghost PROPN NNP NULL
+. . PUNCT . NULL
+
+
+” " PUNCT '' NULL
+
+
+I -PRON- PRON PRP NULL
+need need VERB VBP NULL
+not not ADV RB NULL
+multiply multiply VERB VB NULL
+these these DET DT NULL
+blasphemies blasphemy NOUN NNS NULL
+. . PUNCT . NULL
+
+
+There there ADV EX NULL
+are be VERB VBP NULL
+millions million NOUN NNS CARDINAL
+of of ADP IN NULL
+them -PRON- PRON PRP NULL
+. . PUNCT . NULL
+
+
+They -PRON- PRON PRP NULL
+admit admit VERB VBP NULL
+of of ADP IN NULL
+no no DET DT NULL
+doubt doubt NOUN NN NULL
+or or CCONJ CC NULL
+argument argument NOUN NN NULL
+as.to as.to PROPN NNP NULL
+the the DET DT NULL
+anti anti ADJ JJ NORP
+- - ADJ JJ NORP
+Christian christian ADJ JJ NORP
+nature nature NOUN NN NULL
+of of ADP IN NULL
+the the DET DT NULL
+Nazi Nazi PROPN NNP NORP
+régime régime NOUN NN NULL
+. . PUNCT . NULL
+
+
+No no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+Pastor Pastor PROPN NNP PERSON
+Niemédller Niemédller PROPN NNP PERSON
+said say VERB VBD NULL
+: : PUNCT : NULL
+“ " PUNCT `` NULL
+
+
+We -PRON- PRON PRP NULL
+feel feel VERB VBP NULL
+obliged obliged ADJ JJ NULL
+to to PART TO NULL
+express express VERB VB NULL
+our -PRON- DET PRP$ NULL
+concern concern NOUN NN NULL
+at at ADP IN NULL
+honours honour NOUN NNS NULL
+being be VERB VBG NULL
+bestowed bestow VERB VBN NULL
+on on ADP IN NULL
+the the DET DT NULL
+Fuehrer Fuehrer PROPN NNP FAC
+which which DET WDT NULL
+are be VERB VBP NULL
+due due ADJ JJ NULL
+only only ADV RB NULL
+to to ADP IN NULL
+God God PROPN NNP NULL
+. . PUNCT . NULL
+” " PUNCT '' NULL
+
+
+And and CCONJ CC NULL
+no no DET DT NULL
+wonder wonder NOUN NN NULL
+that that ADP IN NULL
+, , PUNCT , NULL
+for for ADP IN NULL
+saying say VERB VBG NULL
+so so ADV RB NULL
+, , PUNCT , NULL
+Niemdller Niemdller PROPN NNP PERSON
+was be VERB VBD NULL
+clapped clap VERB VBN NULL
+into into ADP IN NULL
+solitary solitary ADJ JJ NULL
+confinement confinement NOUN NN NULL
+for for ADP IN NULL
+life life NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Christianity Christianity PROPN NNP ORG
+rejected reject VERB VBN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+it -PRON- PRON PRP NULL
+is be VERB VBZ NULL
+too too ADV RB NULL
+gentle gentle ADJ JJ NULL
+to to PART TO NULL
+be be VERB VB NULL
+compatible compatible ADJ JJ NULL
+with with ADP IN NULL
+world world NOUN NN NULL
+- - PUNCT HYPH NULL
+domination domination NOUN NN NULL
+. . PUNCT . NULL
+
+
+And and CCONJ CC NULL
+why why ADV WRB NULL
+is be VERB VBZ NULL
+Jesus Jesus PROPN NNP PERSON
+the the DET DT NULL
+enemy enemy NOUN NN NULL
+? ? PUNCT . NULL
+
+
+Because because ADP IN NULL
+He -PRON- PRON PRP NULL
+spoke speak VERB VBD NULL
+of of ADP IN NULL
+a a DET DT NULL
+kingdom kingdom NOUN NN NULL
+not not ADV RB NULL
+of of ADP IN NULL
+this this DET DT NULL
+world world NOUN NN NULL
+. . PUNCT . NULL
+
+
+
\ No newline at end of file